From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id BD531A00BE; Wed, 8 Jul 2020 10:52:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 153F41DC8C; Wed, 8 Jul 2020 10:52:20 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id BE8B21DC74 for ; Wed, 8 Jul 2020 10:52:17 +0200 (CEST) IronPort-SDR: bIavlu8tCYw6WzOZ3m68qJqP06pWf9rXMtWKLN2AzbDkL/MRNkvIjXDI2eFzGo4UljiTrgSRPG 1qefYJonFSVQ== X-IronPort-AV: E=McAfee;i="6000,8403,9675"; a="149272358" X-IronPort-AV: E=Sophos;i="5.75,327,1589266800"; d="scan'208";a="149272358" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2020 01:52:08 -0700 IronPort-SDR: deD9ZWE6E3BcHqFfDSlvPt9w4S5GL3QssLMBMwaDf6fzlDO15yx5Xen9Jeh4xJ6L8pT8A3r5lS j3A+bnkrjOxg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,327,1589266800"; d="scan'208";a="297656839" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga002.jf.intel.com with ESMTP; 08 Jul 2020 01:52:08 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 8 Jul 2020 01:52:08 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.22]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.135]) with mapi id 14.03.0439.000; Wed, 8 Jul 2020 16:52:04 +0800 From: "Zhang, Qi Z" To: "Xing, Beilei" , "Sun, GuinanX" , "dev@dpdk.org" CC: "Guo, Jia" Thread-Topic: [dpdk-dev] [PATCH v6] net/i40e: support cloud filter with L4 port Thread-Index: AQHWVQCn41yv4/yIw0+d7OgmS5xveaj9YAmQ Date: Wed, 8 Jul 2020 08:52:04 +0000 Message-ID: <039ED4275CED7440929022BC67E7061154857024@SHSMSX103.ccr.corp.intel.com> References: <20200611052416.14592-1-guinanx.sun@intel.com> <20200708074058.10353-1-guinanx.sun@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action 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 v6] net/i40e: support cloud filter with L4 port 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: dev On Behalf Of Xing, Beilei > Sent: Wednesday, July 8, 2020 4:20 PM > To: Sun, GuinanX ; dev@dpdk.org > Cc: Guo, Jia > Subject: Re: [dpdk-dev] [PATCH v6] net/i40e: support cloud filter with L4 > port >=20 >=20 >=20 > > -----Original Message----- > > From: Sun, GuinanX > > Sent: Wednesday, July 8, 2020 3:41 PM > > To: dev@dpdk.org > > Cc: Xing, Beilei ; Guo, Jia > > ; Sun, GuinanX > > Subject: [PATCH v6] net/i40e: support cloud filter with L4 port > > > > This patch enables cloud filter for IPv4/6_UDP/TCP/SCTP with SRC port > > only or DST port only. > > This supports different filter types for the same packet type. > > E.g. one IPv4_UDP rules with SRC port only and another IPv4_UDP rule > > with DST port only. > > > > Signed-off-by: Guinan Sun > Acked-by: Beilei Xing Applied to dpdk-next-net-intel. Thanks Qi