summaryrefslogtreecommitdiff
path: root/lib/dpif-netdev.c
Commit message (Expand)AuthorAgeFilesLines
* dpif-netdev: Avoid reordering of packets in a batch with same megaflowVishal Deep Ajmera2018-08-271-19/+106
* dpif: Support conntrack zone limit.Yi-Hung Wei2018-08-171-0/+3
* dpif: Don't pass in '*meter_id' to meter_set commands.Justin Pettit2018-08-161-2/+2
* dpif-netdev: Fix zero length keys insertion to EMC.Ilya Maximets2018-08-081-1/+1
* dpif: Move common meter checks into the dpif layer.Justin Pettit2018-07-301-12/+3
* Revert "dpif-netdev: Use compatible function type to fix broken build."Justin Pettit2018-07-251-1/+1
* dpif-netdev: Use compatible function type to fix broken build.Aaron Conole2018-07-251-1/+1
* dpif-netdev: Add SMC cache after EMC cacheYipeng Wang2018-07-241-37/+292
* dpif-netdev: Fix a couple of comments for dp_netdev_run_meter().Justin Pettit2018-07-061-4/+4
* dpif-netdev: do hw flow offload in a threadYuanhan Liu2018-07-061-90/+258
* dpif-netdev: retrieve flow directly from the flow markYuanhan Liu2018-07-061-6/+40
* dpif-netdev: associate flow with a mark idYuanhan Liu2018-07-061-0/+285
* treewide: Convert leading tabs to spaces.Ben Pfaff2018-06-111-16/+16
* Embrace anonymous unions.Ben Pfaff2018-05-251-4/+4
* dpif-netdev: Free packets on TUNNEL_PUSH if should_steal.Ilya Maximets2018-05-251-5/+9
* netdev-dpdk: Don't use PMD driver if not configured successfullyEelco Chaudron2018-05-251-3/+4
* odp-execute: Rename 'may_steal' to 'should_steal'.Darrell Ball2018-05-231-13/+14
* dpif-netdev: Detection and logging of suspicious PMD iterationsJan Scheurich2018-05-111-0/+5
* dpif-netdev: Detailed performance stats for PMDsJan Scheurich2018-05-111-12/+175
* netdev: Add optional qfill output parameter to rxq_recv()Jan Scheurich2018-05-111-1/+1
* flow: Improve type-safety of MINIFLOW_GET_TYPE.Ben Pfaff2018-03-311-1/+2
* Don't shadow iterator values.Justin Pettit2018-02-281-2/+2
* dp-packet: Add index to DP_PACKET_BATCH_FOR_EACH to prevent shadowing.Justin Pettit2018-02-281-13/+11
* conntrack: Support conntrack flush by ct 5-tupleYi-Hung Wei2018-02-141-1/+1
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-131-1/+1
* dpif: Add support for OVS_ACTION_ATTR_CT_CLEAREric Garver2018-01-201-0/+1
* dpif-netdev: Add percentage of pmd/core used by each rxq.Kevin Traynor2018-01-171-13/+40
* dpif-netdev: Reset the rxq current cycle counter on reload.Kevin Traynor2018-01-171-0/+2
* dpif-netdev: Time based output batching.Ilya Maximets2018-01-171-22/+86
* dpif-netdev: Count cycles on per-rxq basis.Ilya Maximets2018-01-171-2/+30
* dpif-netdev: Use microsecond granularity.Ilya Maximets2018-01-171-13/+14
* dpif-netdev: Refactor cycle countingJan Scheurich2018-01-171-85/+33
* dpif-netdev: Refactor PMD performance into dpif-netdev-perfJan Scheurich2018-01-171-209/+147
* dpctl conntrack: Add get number of connections.Darrell Ball2018-01-091-0/+9
* dpctl conntrack: Add get and set maxconns command.Darrell Ball2018-01-091-0/+18
* nsh: rework NSH netlink keys and actionsYi Yang2018-01-081-2/+2
* Merge branch 'dpdk_merge' of https://github.com/istokes/ovs into HEADBen Pfaff2018-01-021-69/+175
|\
| * dpif-netdev: Count sent packets and batches.Ilya Maximets2017-12-201-5/+25
| * netdev: Remove unused may_steal.Ilya Maximets2017-12-201-1/+1
| * dpif-netdev: Output packet batching.Ilya Maximets2017-12-201-12/+65
| * dpif-netdev: Keep latest measured time for PMD thread.Ilya Maximets2017-12-201-56/+89
* | sparse: Add guards to prevent FreeBSD-incompatible #include order.Ben Pfaff2017-12-221-0/+1
|/
* conntrack: Allow specified alg port numbers.Darrell Ball2017-12-111-2/+2
* dpif-netdev: Avoid "sparse" warning.Ben Pfaff2017-12-111-2/+4
* Revert "dpif_netdev: Refactor dp_netdev_pmd_thread structure."Ilya Maximets2017-12-081-91/+69
* dpif-netdev: Fix memory leakYifeng Sun2017-12-081-0/+3
* dpif-netdev: Calculate rxq cycles prior to compare_rxq_cycles calls.Kevin Traynor2017-12-081-11/+13
* dpif-netdev: Rename rxq_cycle_sort to compare_rxq_cycles.Kevin Traynor2017-12-081-2/+2
* dpif-netdev: Add port/queue tiebreaker to rxq_cycle_sort.Kevin Traynor2017-12-081-3/+12
* ct-dpif,dpif-netlink: Support conntrack flush by ct 5-tupleYi-Hung Wei2017-12-071-1/+5