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 B3DE1A09E4; Fri, 29 Jan 2021 17:56:59 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9554E40696; Fri, 29 Jan 2021 17:56:59 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id C90324068E for ; Fri, 29 Jan 2021 17:56:56 +0100 (CET) IronPort-SDR: CbvY98gGNapCEbsAxypZMD4P4BjFg7yirdL0MAn1hHqKn/4wF+TKRtq4EVqQcIS5ZkvFac+0Gn Amrg9yebKMcA== X-IronPort-AV: E=McAfee;i="6000,8403,9879"; a="241971986" X-IronPort-AV: E=Sophos;i="5.79,386,1602572400"; d="scan'208";a="241971986" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Jan 2021 08:56:55 -0800 IronPort-SDR: pKMeMnVDhjR3hG4M39hUImuhuAuhoIAGA2PDtrnAcySxToAq9MhMZKF/RV7n18u7eWOhHTRLAK FZ5bGsgJT9ug== X-IronPort-AV: E=Sophos;i="5.79,386,1602572400"; d="scan'208";a="389373589" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.197.204]) ([10.213.197.204]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Jan 2021 08:56:53 -0800 To: Kevin Traynor , Stephen Hemminger Cc: dev@dpdk.org References: <20201123221918.20825-1-stephen@networkplumber.org> <20201123221918.20825-3-stephen@networkplumber.org> <140722d7-d1a7-8a05-402e-5069fcaf8b26@redhat.com> From: Ferruh Yigit Message-ID: Date: Fri, 29 Jan 2021 16:56:51 +0000 MIME-Version: 1.0 In-Reply-To: <140722d7-d1a7-8a05-402e-5069fcaf8b26@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 2/2] net/netvsc: fix ethdev get_supported_ptypes 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" On 12/8/2020 5:04 PM, Kevin Traynor wrote: > On 08/12/2020 15:53, Ferruh Yigit wrote: >> On 11/23/2020 10:19 PM, Stephen Hemminger wrote: >>> When doing rte_eth_dev_get_supported_ptypes on netvsc device >>> the values reported are incorrect if VF is not present. >>> >>> If no VF is present the device uses rte_net_get_ptype() >>> which can return a wide range of values. Use the same table >>> as TAP device in that case. >>> >>> Signed-off-by: Stephen Hemminger >> >> Which commit is fixed, can you please add Fixes tag? >> > > and stable tag if it is requested for backport > Hi Stephen, Reminder of this patch, which is still waiting for fixes tag.