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 2530DA0526; Thu, 23 Jul 2020 08:02:51 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E2EC61BFD9; Thu, 23 Jul 2020 08:02:49 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 47CE31BFBA for ; Thu, 23 Jul 2020 08:02:48 +0200 (CEST) IronPort-SDR: d1s0LbTKOVy12qVuIbLX3asO4onCkM8IM5YMabAs88R3zqH5w7/+jG5R2kU/JAPhlgrH007dOG K4Av8qt70tLw== X-IronPort-AV: E=McAfee;i="6000,8403,9690"; a="150454868" X-IronPort-AV: E=Sophos;i="5.75,385,1589266800"; d="scan'208";a="150454868" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jul 2020 23:02:46 -0700 IronPort-SDR: rxVGaoxyamfTBy/QK9ouwieHjrrebU/vgzfQXOnU/rqrdi3F/9Gvxx1vzh0I+plVSj8Dqa6fWb c5DpcIkrX/7w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,385,1589266800"; d="scan'208";a="270950548" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga007.fm.intel.com with ESMTP; 22 Jul 2020 23:02:45 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 22 Jul 2020 23:02:45 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.22]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.250]) with mapi id 14.03.0439.000; Thu, 23 Jul 2020 14:02:42 +0800 From: "Zhang, Qi Z" To: "Guo, Junfeng" , "Xing, Beilei" CC: "dev@dpdk.org" , "Guo, Jia" , "Su, Simei" Thread-Topic: [PATCH] net/iavf: disable function simple xor for AVF RSS Thread-Index: AQHWYJ8Kdn4DGYFGt0WUBbOeW8rarakUrF5A Date: Thu, 23 Jul 2020 06:02:41 +0000 Message-ID: <039ED4275CED7440929022BC67E7061154864B09@SHSMSX103.ccr.corp.intel.com> References: <20200723111025.2457485-1-junfeng.guo@intel.com> In-Reply-To: <20200723111025.2457485-1-junfeng.guo@intel.com> 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] net/iavf: disable function simple xor for AVF RSS 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: Guo, Junfeng > Sent: Thursday, July 23, 2020 7:10 PM > To: Zhang, Qi Z ; Xing, Beilei > Cc: dev@dpdk.org; Guo, Jia ; Guo, Junfeng > ; Su, Simei > Subject: [PATCH] net/iavf: disable function simple xor for AVF RSS >=20 > Function simple_xor for AVF RSS is not required currently, thus we just r= eturn > rte_flow error when the commandline has item simple_xor. >=20 > Signed-off-by: Junfeng Guo Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi