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 B7909A052A; Wed, 23 Dec 2020 13:59:15 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2B43CC9E2; Wed, 23 Dec 2020 13:59:13 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 60E68C9DE for ; Wed, 23 Dec 2020 13:59:10 +0100 (CET) IronPort-SDR: I2MMw6y+/7B9J0hXbJqO15uJ1hq891teZXnzWVvBRiMWAZP1kJyD6zR3Rva1rW8X7tLf9K0z3S HL2znPv7Vqnw== X-IronPort-AV: E=McAfee;i="6000,8403,9843"; a="155801162" X-IronPort-AV: E=Sophos;i="5.78,441,1599548400"; d="scan'208";a="155801162" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Dec 2020 04:59:04 -0800 IronPort-SDR: PNhna+x5+K4m5/0DkTnPSLgPYlJbn5/JjafPRXa3KTQ6Jbj6x8lfHpc0OVDv92qHjia4Qy9bRf NjWqGZHq6EdA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.78,441,1599548400"; d="scan'208";a="345065469" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by fmsmga008.fm.intel.com with ESMTP; 23 Dec 2020 04:59:04 -0800 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) by fmsmsx604.amr.corp.intel.com (10.18.126.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 23 Dec 2020 04:59:03 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX605.ccr.corp.intel.com (10.109.6.215) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 23 Dec 2020 20:59:01 +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; Wed, 23 Dec 2020 20:59:01 +0800 From: "Zhang, Qi Z" To: "Ding, Xuan" , "Wu, Jingjing" , "Xing, Beilei" CC: "dev@dpdk.org" Thread-Topic: [PATCH v3] net/iavf: improve default RSS Thread-Index: AQHW2SqiMasmh8EkvkuL1/goHIGZ3qoEpE0A Date: Wed, 23 Dec 2020 12:59:01 +0000 Message-ID: References: <20201203032618.70919-1-xuan.ding@intel.com> <20201223125228.66979-1-xuan.ding@intel.com> In-Reply-To: <20201223125228.66979-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 v3] net/iavf: improve default 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: Ding, Xuan > Sent: Wednesday, December 23, 2020 8:52 PM > To: Zhang, Qi Z ; Wu, Jingjing ; > Xing, Beilei > Cc: dev@dpdk.org; Ding, Xuan > Subject: [PATCH v3] net/iavf: improve default RSS >=20 > This patch adds support to actively configure RSS through port config. > Any kernel PF enabled default RSS will be disabled during initialization. > Besides, default RSS will be configured based on rte_eth_rss_conf->rss_hf= . > Currently supported default rss_type: ipv4[6], ipv4[6]_udp, ipv4[6]_tcp, > ipv4[6]_sctp. >=20 > Signed-off-by: Xuan Ding Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi