From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490693390; x=1522229390; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=GmTmknzzhRSJtnrd/IWXP8ldPaPEmQYylDqWAVmAxfE=; b=jpHxiSKR2IdStv8vDFlyh8KoebwWg4uFqNxSF+Afle59zCsL/2NKe0P8 oxZ+qlf3+PzVyEwF4sWB7zWVYXjD8Q==; Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Mar 2017 02:29:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,236,1486454400"; d="scan'208";a="241154822" Received: from unknown (HELO dpdk9.sh.intel.com) ([10.239.129.31]) by fmsmga004.fm.intel.com with ESMTP; 28 Mar 2017 02:29:49 -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 17:28:40 +0800 Message-Id: <1490693324-83912-1-git-send-email-beilei.xing@intel.com> X-Mailer: git-send-email 2.5.5 In-Reply-To: <1490671437-11334-1-git-send-email-beilei.xing@intel.com> References: <1490671437-11334-1-git-send-email-beilei.xing@intel.com> Subject: [dpdk-dev] [PATCH v4 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 09:29:51 -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. 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