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 <step...@networkplumber.org> > > Which commit is fixed, can you please add Fixes tag? >
and stable tag if it is requested for backport