From mboxrd@z Thu Jan 1 00:00:00 1970 From: Beilei Xing Subject: [PATCH v4 0/4] Rework tunnel filter functions Date: Tue, 28 Mar 2017 17:28:40 +0800 Message-ID: <1490693324-83912-1-git-send-email-beilei.xing@intel.com> References: <1490671437-11334-1-git-send-email-beilei.xing@intel.com> Cc: helin.zhang@intel.com, bernard.iremonger@intel.com, dev@dpdk.org To: jingjing.wu@intel.com Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id ECF60D21F for ; Tue, 28 Mar 2017 11:29:50 +0200 (CEST) In-Reply-To: <1490671437-11334-1-git-send-email-beilei.xing@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 patch set servers for MPLS and QinQ support. 1. Rework tunnel filter functions to align with the new added cloud filer command buffer structure. 2. Support tunnel filter to VF for consistent filter API. v4 changes: Update signed-off for patch 3/4. v3 changes: Remove big_buffer conditions to the other patch set. Change some return values. v2 changes: Remove replace cloud filter function as it's in share code. Beilei Xing (4): net/i40e: rework tunnel filter functions net/i40e: change tunnel filter function name net/i40e: support tunnel filter to VF net/i40e: refine consistent tunnel filter drivers/net/i40e/i40e_ethdev.c | 226 ++++++++++++++++++++++++++++++++++------- drivers/net/i40e/i40e_ethdev.h | 47 +++++++++ drivers/net/i40e/i40e_flow.c | 133 ++++++++++++------------ 3 files changed, 308 insertions(+), 98 deletions(-) -- 2.5.5