From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 4D8962C49 for ; Thu, 9 Mar 2017 06:13:30 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Mar 2017 21:13:28 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,267,1486454400"; d="scan'208";a="1106478287" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga001.jf.intel.com with ESMTP; 08 Mar 2017 21:13:27 -0800 Received: from fmsmsx119.amr.corp.intel.com (10.18.124.207) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 8 Mar 2017 21:13:19 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX119.amr.corp.intel.com (10.18.124.207) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 8 Mar 2017 21:13:19 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.177]) by SHSMSX104.ccr.corp.intel.com ([10.239.4.70]) with mapi id 14.03.0248.002; Thu, 9 Mar 2017 13:13:07 +0800 From: "Xing, Beilei" To: "Yigit, Ferruh" , "Wu, Jingjing" CC: "Zhang, Helin" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 0/4] support replace filter function Thread-Index: AQHSlAFA8gjSLnQNhEeDkXkIxG3Kt6GKmTMAgAFkBpA= Date: Thu, 9 Mar 2017 05:13:07 +0000 Message-ID: <94479800C636CB44BD422CB454846E01315A7C26@SHSMSX101.ccr.corp.intel.com> References: <1488533497-27682-1-git-send-email-beilei.xing@intel.com> <6f1b9a1d-5569-5203-6891-4e2de3ce60ca@intel.com> In-Reply-To: <6f1b9a1d-5569-5203-6891-4e2de3ce60ca@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 0/4] support replace filter function 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, 09 Mar 2017 05:13:30 -0000 > -----Original Message----- > From: Yigit, Ferruh > Sent: Wednesday, March 8, 2017 11:50 PM > To: Xing, Beilei ; Wu, Jingjing > Cc: Zhang, Helin ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 0/4] support replace filter function >=20 > On 3/3/2017 9:31 AM, Beilei Xing wrote: > > This patchset adds replace filter function according to DCR288 and > > supports cloud filter to VF. >=20 > Is "cloud filter" common term, or specific to i40e ? >=20 > Can you please provide small description about "cloud filter" here and > provide links for more detailed information? Please feel free to update i= 40e > documentation if required. Yes, "Cloud filter" is described in 7.4.9.5.9.11 of datasheet. We only supp= ort filter to PF in PMD currently. Will update the description in next version. >=20 > > This patchset serves for QinQ and MPLSoUDP/MPLSoGRE. > > > > Beilei Xing (4): > > net/i40e: support replace filter type > > net/i40e: rework tunnel filter functions > > net/i40e: support tunnel filter to VF > > net/i40e: refine consistent tunnel filter > > > > drivers/net/i40e/i40e_ethdev.c | 222 +++++++++++++++++++++++++++-- > -- > > drivers/net/i40e/i40e_ethdev.h | 153 +++++++++++++++++++++ > > drivers/net/i40e/i40e_flow.c | 292 > ++++++++++++++++++++++++++++++++--------- > > 3 files changed, 574 insertions(+), 93 deletions(-) > >