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 91472A046B for ; Fri, 26 Jul 2019 07:52:38 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6040E1C3D1; Fri, 26 Jul 2019 07:52:38 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 9B8D41C3BF; Fri, 26 Jul 2019 07:52:34 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Jul 2019 22:52:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,309,1559545200"; d="scan'208";a="175499340" Received: from kmsmsx151.gar.corp.intel.com ([172.21.73.86]) by orsmga006.jf.intel.com with ESMTP; 25 Jul 2019 22:52:32 -0700 Received: from pgsmsx103.gar.corp.intel.com ([169.254.2.4]) by KMSMSX151.gar.corp.intel.com ([169.254.10.27]) with mapi id 14.03.0439.000; Fri, 26 Jul 2019 13:52:31 +0800 From: "Zhao1, Wei" To: "Zhang, Qi Z" , "dev@dpdk.org" CC: "stable@dpdk.org" Thread-Topic: [PATCH v3] net/ixgbe: fix Reta size for VF Thread-Index: AQHVQ1dG8N2+3zLsjEKY8F90jYCyfqbbz6IAgACWRKA= Date: Fri, 26 Jul 2019 05:52:31 +0000 Message-ID: References: <1563855198-11568-1-git-send-email-wei.zhao1@intel.com> <1564105108-71045-1-git-send-email-wei.zhao1@intel.com> <039ED4275CED7440929022BC67E7061153D74152@SHSMSX105.ccr.corp.intel.com> In-Reply-To: <039ED4275CED7440929022BC67E7061153D74152@SHSMSX105.ccr.corp.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.0.600.7 dlp-reaction: no-action x-originating-ip: [172.30.20.205] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-stable] [PATCH v3] net/ixgbe: fix Reta size for VF X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" Ok. > -----Original Message----- > From: Zhang, Qi Z > Sent: Friday, July 26, 2019 12:55 PM > To: Zhao1, Wei ; dev@dpdk.org > Cc: stable@dpdk.org > Subject: RE: [PATCH v3] net/ixgbe: fix Reta size for VF >=20 >=20 >=20 > > -----Original Message----- > > From: Zhao1, Wei > > Sent: Friday, July 26, 2019 9:38 AM > > To: dev@dpdk.org > > Cc: stable@dpdk.org; Zhang, Qi Z ; Zhao1, Wei > > > > Subject: [PATCH v3] net/ixgbe: fix Reta size for VF > > > > Filling correct reta table size at ixgbevf_dev_info_get, so reta table > > update will be supported for VF port. > > For X540_vf and 82599_vf, since they don't support reta table update, > > set reta size to 0. > > > > Cc: stable@dpdk.org > > > > Fixes: 2144f6630fca ("ixgbe: add redirection table size in device > > info") > > Signed-off-by: wei zhao >=20 > Please correct to "Wei Zhao" next time. > > > > --- >=20 > Acked-by: Qi Zhang >=20 > Applied to dpdk-next-net-intel. >=20 > Thanks > Qi