summaryrefslogtreecommitdiff
path: root/lib/dpif-netdev.c
Commit message (Expand)AuthorAgeFilesLines
* Adding support for PMD auto load balancingNitin Katiyar2019-01-161-0/+383
* dpif-netdev: End the quiescent state for flow offloading thread.Ilya Maximets2018-11-021-0/+1
* dpif-netdev: Fix cmap node use after free on flow disassociation.Ilya Maximets2018-11-021-1/+1
* revalidator: Rebalance offloaded flows based on the pps rateSriharsha Basavapatna via dev2018-10-191-1/+2
* dpif-netdev: Add vlan to mask for flow_put operation.Ilya Maximets2018-10-091-1/+11
* dpif-netdev: Add round-robin based rxq to pmd assignment.Kevin Traynor2018-09-141-21/+62
* dpctl: Expand the flow dump type filterGavi Teitz2018-09-131-1/+1
* dpif-netdev: Initialize dpif_flow attrsGavi Teitz2018-09-131-0/+3
* dpif-netdev: Prevent unsafe access when retrieving meter stats.Justin Pettit2018-09-041-6/+10
* dpif-netdev: Don't check if xcalloc() failed when creating meter.Justin Pettit2018-09-041-33/+31
* 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