From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id CF1AAA05D3 for ; Wed, 22 May 2019 14:30:28 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3186F10BD; Wed, 22 May 2019 14:30:27 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id E33D0A69 for ; Wed, 22 May 2019 14:30:25 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 May 2019 05:30:24 -0700 X-ExtLoop1: 1 Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga008.jf.intel.com with ESMTP; 22 May 2019 05:30:24 -0700 Received: from fmsmsx122.amr.corp.intel.com (10.18.125.37) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 22 May 2019 05:30:24 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx122.amr.corp.intel.com (10.18.125.37) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 22 May 2019 05:30:24 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.70]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.216]) with mapi id 14.03.0415.000; Wed, 22 May 2019 20:30:22 +0800 From: "Zhang, Qi Z" To: "Ergin, Mesut A" , "Xing, Beilei" CC: "dev@dpdk.org" Thread-Topic: [PATCH 1/3] net/i40e: add support for MARK + RSS action in rte_flow Thread-Index: AQHVC5/V/hDHIMDB/Ua8S76gZzMWPaZ3HNjw Date: Wed, 22 May 2019 12:30:21 +0000 Message-ID: <039ED4275CED7440929022BC67E7061153385EA5@SHSMSX103.ccr.corp.intel.com> References: <1557980885-183777-1-git-send-email-mesut.a.ergin@intel.com> <1557980885-183777-2-git-send-email-mesut.a.ergin@intel.com> In-Reply-To: <1557980885-183777-2-git-send-email-mesut.a.ergin@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiN2M5MWQxZTQtNDVlNy00YzkwLThmODMtZWU4NDE1ZjEyNjEwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoib1N0TG1YS3BaMDJaZnY0dGtmaVpxamhsTHVtY2w3OW1Qa0grNERcLzhVekJmd1BpZTJ3RnFZXC9vaWVObGZtcGFTIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.600.7 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 1/3] net/i40e: add support for MARK + RSS action in rte_flow 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: Ergin, Mesut A > Sent: Thursday, May 16, 2019 12:28 PM > To: Xing, Beilei ; Zhang, Qi Z > Cc: dev@dpdk.org; Ergin, Mesut A > Subject: [PATCH 1/3] net/i40e: add support for MARK + RSS action in rte_f= low >=20 > Currently, i40e Flow Director action parser only allows following nine ac= tion > combinations: (QUEUE, PASSTHRU, DROP, QUEUE + MARK, PASSTHRU + MARK, > DROP + MARK, QUEUE + FLAG, PASSTHRU + FLAG, DROP + FLAG) >=20 > Using the existing Cloud Filter profile on the NIC, it is possible to add= support > for two more combinations as: (MARK + RSS, MARK + FLAG + > RSS) >=20 > Addition of these new combinations would allow more applications to utili= ze > DPDK rte_flow to implement hardware flow offloads with Intel Ethernet 700 > series network adapters, including but not limited to the existing OVS DP= DK > partial hardware flow offload feature. >=20 > Signed-off-by: Mesut Ali Ergin Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi