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 0A254A046B for ; Fri, 26 Jul 2019 06:54:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B7CCC1C3AF; Fri, 26 Jul 2019 06:54:37 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id C85681C3AF; Fri, 26 Jul 2019 06:54:35 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Jul 2019 21:54:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,309,1559545200"; d="scan'208";a="164463860" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga008.jf.intel.com with ESMTP; 25 Jul 2019 21:54:34 -0700 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 25 Jul 2019 21:54:33 -0700 Received: from shsmsx105.ccr.corp.intel.com ([169.254.11.15]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.65]) with mapi id 14.03.0439.000; Fri, 26 Jul 2019 12:54:32 +0800 From: "Zhang, Qi Z" To: "Zhao1, Wei" , "dev@dpdk.org" CC: "stable@dpdk.org" Thread-Topic: [PATCH v3] net/ixgbe: fix Reta size for VF Thread-Index: AQHVQ1dCdWqgeDy2NEGMfF4m0Zb6+6bcVXZQ Date: Fri, 26 Jul 2019 04:54:32 +0000 Message-ID: <039ED4275CED7440929022BC67E7061153D74152@SHSMSX105.ccr.corp.intel.com> References: <1563855198-11568-1-git-send-email-wei.zhao1@intel.com> <1564105108-71045-1-git-send-email-wei.zhao1@intel.com> In-Reply-To: <1564105108-71045-1-git-send-email-wei.zhao1@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiN2M5MjkzMzItZDYxYy00NTMxLTg0ZDktZjE0YzJmMDU2MGFlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoidkoxNjFJcTNPMXhBZWU3T3p6VndTS2JsTHJpMTZsSEVicEJaQmtPOWRwTTNiNDJ6WHNrVWQyR3RNK29jTXRURCJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.600.7 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-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" > -----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 >=20 > Filling correct reta table size at ixgbevf_dev_info_get, so reta table up= date > 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. >=20 > Cc: stable@dpdk.org >=20 > Fixes: 2144f6630fca ("ixgbe: add redirection table size in device info") > Signed-off-by: wei zhao Please correct to "Wei Zhao" next time. >=20 > --- Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi