From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernard Iremonger Subject: [PATCH v4 0/5] net/i40e: QinQ filter Date: Thu, 30 Mar 2017 17:01:37 +0100 Message-ID: <1490889702-15473-1-git-send-email-bernard.iremonger@intel.com> References: <1490805709-11997-1-git-send-email-bernard.iremonger@intel.com> Cc: helin.zhang@intel.com, wenzhuo.lu@intel.com, Bernard Iremonger To: dev@dpdk.org, beilei.xing@intel.com, jingjing.wu@intel.com Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id B869E2BE5 for ; Thu, 30 Mar 2017 18:02:07 +0200 (CEST) In-Reply-To: <1490805709-11997-1-git-send-email-bernard.iremonger@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patchset depends on the following patch sets: [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 v4: Reordered patches following comments. Revises patches 2 and 3 following comments. 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: initialise L3 MAP register net/i40e: add QinQ filter create function net/i40e: parse QinQ pattern net/i40e: update destroy tunnel filter function net/i40e: update tunnel filter restore function drivers/net/i40e/i40e_ethdev.c | 126 +++++++++++++++++++++++++- drivers/net/i40e/i40e_ethdev.h | 8 +- drivers/net/i40e/i40e_flow.c | 195 ++++++++++++++++++++++++++++++++++++++++- 3 files changed, 324 insertions(+), 5 deletions(-) -- 2.11.0