[dpdk-dev] [PATCH 2/2] net/netvsc: fix ethdev get_supported_ptypes
Ferruh Yigit
ferruh.yigit at intel.com
Tue Dec 8 16:53:26 CET 2020
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?
More information about the dev
mailing list