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 AE4CDA2EDB for ; Sun, 29 Sep 2019 10:38:46 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B0EE91F28; Sun, 29 Sep 2019 10:38:45 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id EC5EFDE3 for ; Sun, 29 Sep 2019 10:38:43 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Sep 2019 01:38:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,562,1559545200"; d="scan'208";a="193833809" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga003.jf.intel.com with ESMTP; 29 Sep 2019 01:38:42 -0700 Received: from fmsmsx112.amr.corp.intel.com (10.18.116.6) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 29 Sep 2019 01:38:42 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX112.amr.corp.intel.com (10.18.116.6) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 29 Sep 2019 01:38:41 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.166]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.69]) with mapi id 14.03.0439.000; Sun, 29 Sep 2019 16:38:40 +0800 From: "Su, Simei" To: "Yang, Zhiyong" , "Zhang, Qi Z" , "Wu, Jingjing" , "Ye, Xiaolong" , "Yigit, Ferruh" CC: "dev@dpdk.org" , "orika@mellanox.com" Thread-Topic: [dpdk-dev] [PATCH v7 1/3] ethdev: decouple flow types and RSS offload types Thread-Index: AQHVdptB/vm+F9GaQEG624Vv/VhPS6dCVQOg Date: Sun, 29 Sep 2019 08:38:39 +0000 Message-ID: <65F28F834D25B54B9EC1999B623071B30C45F3C9@SHSMSX104.ccr.corp.intel.com> References: <1569733870-333768-1-git-send-email-simei.su@intel.com> <1569740956-69634-1-git-send-email-simei.su@intel.com> <1569740956-69634-2-git-send-email-simei.su@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-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzY3YTRlMjUtZWIwYS00NDYxLThjYzktNmJjNjlhODVhYmU3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiSnBLQmNIKzA0azdGclRUODE4MTRNeHNSS2l4eEE0Q1NkcGFwcFBYcFdJMFBZQ2xSRlpsTkxDUW00OG1EeGJvTiJ9 x-ctpclassification: CTP_NT 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 v7 1/3] ethdev: decouple flow types and RSS offload types 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" Hi, Zhiyong > -----Original Message----- > From: Yang, Zhiyong > Sent: Sunday, September 29, 2019 3:55 PM > To: Su, Simei ; Zhang, Qi Z ; W= u, > Jingjing ; Ye, Xiaolong ; Y= igit, > Ferruh > Cc: dev@dpdk.org; Su, Simei ; orika@mellanox.com > Subject: RE: [dpdk-dev] [PATCH v7 1/3] ethdev: decouple flow types and RS= S > offload types >=20 > Hi Simei, >=20 > Just one reminder. > It looks that you miss to add the Ori's ack to this patch. > Acked-by: Ori Kam >=20 Thanks a lot for your reminder. > Thanks > Zhiyong >=20 > -----Original Message----- > From: dev On Behalf Of Simei Su > Sent: Sunday, September 29, 2019 3:09 PM > To: Zhang, Qi Z ; Wu, Jingjing ; > Ye, Xiaolong ; Yigit, Ferruh > Cc: dev@dpdk.org; Su, Simei > Subject: [dpdk-dev] [PATCH v7 1/3] ethdev: decouple flow types and RSS of= fload > types >=20 > This patch decouples RTE_ETH_FLOW_* and ETH_RSS_*. Both serves different > purposes. The former defines flow types. The later\ defines RSS offload t= ypes. >=20 > Signed-off-by: Simei Su Acked-by: Ori Kam > --- > ...........