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 359B4A0093; Mon, 18 May 2020 15:36:53 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4CBD81D427; Mon, 18 May 2020 15:36:52 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 23C7A1D407 for ; Mon, 18 May 2020 15:36:49 +0200 (CEST) IronPort-SDR: 2I8T0UjNDq9MUBYAz5Tt8qXwN2rcOs7tM/4L1N6Cj/lNNTWtI5zgu7fxS6/c17ccU78f6fRQOe JIvVzImUPSew== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 May 2020 06:36:48 -0700 IronPort-SDR: dRP4b+PC56+Qwj8ZxL+9bkJ7PryzZRz5wDHnby2gjbgGyHPi4CGQffLiFJwCfa+p62i4nL6qT1 Nxyi7v9E2+zw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,407,1583222400"; d="scan'208";a="342796812" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga001.jf.intel.com with ESMTP; 18 May 2020 06:36:48 -0700 Received: from fmsmsx126.amr.corp.intel.com (10.18.125.43) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 18 May 2020 06:36:48 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX126.amr.corp.intel.com (10.18.125.43) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 18 May 2020 06:36:48 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.241]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.178]) with mapi id 14.03.0439.000; Mon, 18 May 2020 21:36:45 +0800 From: "Zhang, Qi Z" To: "He, Zhiwei" , "Guo, Jia" , "Xing, Beilei" , "Ye, Xiaolong" , "Wu, Jingjing" CC: "dev@dpdk.org" , "Guo, Jia" Thread-Topic: [dpdk-dev] net/iavf: fix VF reset issue for hash Thread-Index: AQHWLRZItfS/EfphPUKkyfTPJjhmqait2Fnw Date: Mon, 18 May 2020 13:36:45 +0000 Message-ID: <039ED4275CED7440929022BC67E7061154821C4B@SHSMSX103.ccr.corp.intel.com> References: <20200519002017.106445-1-jia.guo@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-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] net/iavf: fix VF reset issue for hash 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: He, Zhiwei > Sent: Monday, May 18, 2020 9:15 PM > To: Guo, Jia ; Xing, Beilei ; Y= e, > Xiaolong ; Zhang, Qi Z ; Wu, > Jingjing > Cc: dev@dpdk.org; Guo, Jia > Subject: RE: [dpdk-dev] net/iavf: fix VF reset issue for hash >=20 > Test-by Zhiwei.He >=20 > -----Original Message----- > From: dev On Behalf Of Jeff Guo > Sent: Tuesday, May 19, 2020 8:20 AM > To: Xing, Beilei ; Ye, Xiaolong > ; Zhang, Qi Z ; Wu, Jingjing > > Cc: dev@dpdk.org; Guo, Jia > Subject: [dpdk-dev] net/iavf: fix VF reset issue for hash >=20 > Since there are some default rss configure in kernel PF/VF but not DPDK I= AVF, > if these configurations be modified by VF and then VF reset, this default= rss > configurations can not be reset to default by IAVF. So need to add defaul= t rss > set in IAVF hash initial process. >=20 > Signed-off-by: Jeff Guo Acked-by: Qi Zhang