From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9CA1EA0A0D; Mon, 1 Feb 2021 01:44:34 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1DD15160651; Mon, 1 Feb 2021 01:44:34 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id B084940693 for ; Mon, 1 Feb 2021 01:44:32 +0100 (CET) IronPort-SDR: PPuzpHSFvLRsL+JxLd848VEVd8eNpY4DMpZAbwXw5FIKZYrToq+rDX6M1HlZwLGQAeBI8lcmrt 3ww7FhbD8iOw== X-IronPort-AV: E=McAfee;i="6000,8403,9881"; a="242136654" X-IronPort-AV: E=Sophos;i="5.79,391,1602572400"; d="scan'208";a="242136654" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Jan 2021 16:44:30 -0800 IronPort-SDR: LI9he75NyWPc4A/6/Nt3c2AkTg1YZb0YrQRwu5xVsOwkc9ReyUQ4Z2USH/biZHxu4K2p4E/TC3 qT0ql99S2DFQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.79,391,1602572400"; d="scan'208";a="371354807" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by orsmga002.jf.intel.com with ESMTP; 31 Jan 2021 16:44:30 -0800 Received: from shsmsx606.ccr.corp.intel.com (10.109.6.216) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Sun, 31 Jan 2021 16:44:30 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX606.ccr.corp.intel.com (10.109.6.216) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Mon, 1 Feb 2021 08:44:28 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.1713.004; Mon, 1 Feb 2021 08:44:28 +0800 From: "Zhang, Qi Z" To: "Ding, Xuan" , "Wu, Jingjing" , "Xing, Beilei" CC: "dev@dpdk.org" Thread-Topic: [PATCH] net/iavf: fix default RSS configuration Thread-Index: AQHW98BckUnqfhavqEqP9aydfR+/jqpCdvHw Date: Mon, 1 Feb 2021 00:44:28 +0000 Message-ID: <7f318d5fa1454d59a99a7c8542a7ad40@intel.com> References: <20210131104724.73202-1-xuan.ding@intel.com> In-Reply-To: <20210131104724.73202-1-xuan.ding@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] net/iavf: fix default RSS configuration X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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: Ding, Xuan > Sent: Sunday, January 31, 2021 6:47 PM > To: Zhang, Qi Z ; Wu, Jingjing ; > Xing, Beilei > Cc: dev@dpdk.org; Ding, Xuan > Subject: [PATCH] net/iavf: fix default RSS configuration >=20 > Add advanced RSS offloads check due to some legacy driver(kernel/DPDK PF) > does not support virtual channel command VIRTCHNL_OP_RSS_HENA with > hena =3D 0 and VIRTCHNL_OP_ADD_RSS_CFG. >=20 > Fixes: 95f2f0e9fc2a6("net/iavf: improve default RSS") Fixes: 95f2f0e9fc2a ("net/iavf: improve default RSS") >=20 > Signed-off-by: Xuan Ding Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi