This patchset depends on the following patch sets: [dpdk-dev,v5,1/5] net/i40e: add pipeline personalization profile processing [dpdk-dev,v4,1/4] net/i40e: rework tunnel filter functions [dpdk-dev,v3,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 v3: Rebase to latest dpdk-next-net. Revised patches 1-3 following comments. Added patches 4 and 5. Changes in v2: Rebase to latest dpdk-next-net. Reordered patches, and reduced from 4 to 3 patches. Bernard Iremonger (5): net/i40e: add QinQ filter create function net/i40e: parse QinQ pattern net/i40e: update destroy tunnel filter function net/i40e: initialise L3 MAP register net/i40e: update tunnel filter restore function drivers/net/i40e/i40e_ethdev.c | 134 +++++++++++++++++++++++++++-- drivers/net/i40e/i40e_ethdev.h | 28 +++++- drivers/net/i40e/i40e_flow.c | 191 ++++++++++++++++++++++++++++++++++++++++- 3 files changed, 344 insertions(+), 9 deletions(-) -- 2.11.0