[dpdk-dev] [PATCH 2/2] net/netvsc: fix ethdev get_supported_ptypes
Kevin Traynor
ktraynor at redhat.com
Tue Dec 8 18:04:19 CET 2020
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 <stephen at networkplumber.org>
>
> Which commit is fixed, can you please add Fixes tag?
>
and stable tag if it is requested for backport
More information about the dev
mailing list