From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id D5E243B5 for ; Tue, 28 Mar 2017 05:25:27 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga104.jf.intel.com with ESMTP; 27 Mar 2017 20:25:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,235,1486454400"; d="scan'208";a="81695630" Received: from unknown (HELO dpdk9.sh.intel.com) ([10.239.129.31]) by fmsmga006.fm.intel.com with ESMTP; 27 Mar 2017 20:25:25 -0700 From: Beilei Xing To: jingjing.wu@intel.com Cc: helin.zhang@intel.com, bernard.iremonger@intel.com, dev@dpdk.org Date: Tue, 28 Mar 2017 11:23:53 +0800 Message-Id: <1490671437-11334-1-git-send-email-beilei.xing@intel.com> X-Mailer: git-send-email 2.5.5 In-Reply-To: <1490265990-121019-1-git-send-email-beilei.xing@intel.com> References: <1490265990-121019-1-git-send-email-beilei.xing@intel.com> Subject: [dpdk-dev] [PATCH v3 0/4] Rework tunnel filter functions X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 03:25:28 -0000 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. 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