[dpdk-dev] [PATCH v2 0/3] net/i40e: QinQ filter

Bernard Iremonger bernard.iremonger at intel.com
Thu Mar 23 17:38:30 CET 2017


This patchset depends on the following patch sets:
[dpdk-dev,v3,1/5] net/i40e: add pipeline personalization profile processing
[dpdk-dev,v2,1/4] net/i40e: rework tunnel filter functions
[dpdk-dev,v2,1/3] app/testpmd: add support for MPLS and GRE items

It adds support for QinQ filters.
It uses the replace filter Admin Queue command.

Changes in v2:
Rebase to latest dpdk-next-net.
Reordered patches, and reduced from 4 to 3 patches.

Bernard Iremonger (3):
  net/i40e: add QinQ wrapper function
  net/i40e: parse QinQ pattern
  net/i40e: update destroy tunnel filter function

 drivers/net/i40e/i40e_ethdev.c | 121 ++++++++++++++++++++++++-
 drivers/net/i40e/i40e_ethdev.h |  26 ++++++
 drivers/net/i40e/i40e_flow.c   | 198 ++++++++++++++++++++++++++++++++++++++++-
 3 files changed, 338 insertions(+), 7 deletions(-)

-- 
2.10.1



More information about the dev mailing list