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 984CE10EB6 for ; Thu, 30 Mar 2017 15:04:03 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga104.jf.intel.com with ESMTP; 30 Mar 2017 06:03:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,246,1486454400"; d="scan'208";a="82701996" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga006.fm.intel.com with ESMTP; 30 Mar 2017 06:03:48 -0700 To: "Wu, Jingjing" , "Xing, Beilei" References: <1490671437-11334-1-git-send-email-beilei.xing@intel.com> <1490693324-83912-1-git-send-email-beilei.xing@intel.com> <9BB6961774997848B5B42BEC655768F810D1A137@SHSMSX103.ccr.corp.intel.com> Cc: "Zhang, Helin" , "Iremonger, Bernard" , "dev@dpdk.org" From: Ferruh Yigit Message-ID: Date: Thu, 30 Mar 2017 14:03:48 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <9BB6961774997848B5B42BEC655768F810D1A137@SHSMSX103.ccr.corp.intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [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: Thu, 30 Mar 2017 13:04:04 -0000 On 3/29/2017 2:23 PM, Wu, Jingjing wrote: > > >> -----Original Message----- >> From: Xing, Beilei >> Sent: Tuesday, March 28, 2017 5:29 PM >> To: Wu, Jingjing >> Cc: Zhang, Helin ; Iremonger, Bernard >> ; dev@dpdk.org >> Subject: [PATCH v4 0/4] Rework tunnel filter functions >> >> 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 > > > Series Acked-by Jingjing Wu Series applied to dpdk-next-net/master, thanks.