On 7/18/2024 8:35 PM, lon...@linuxonhyperv.com wrote: > From: Stephen Hemminger <step...@networkplumber.org> > > The current code uses unnecessary locking to set VF MTU, resulting in > deadlock on hot add/remove path. Fix this by using rte_eth_dev_set_mtu() > to set VF MTU. > > Fixes: 45c83603087e ("net/netvsc: support MTU set") > Cc: sta...@dpdk.org > > Signed-off-by: Stephen Hemminger <step...@networkplumber.org> > Signed-off-by: Long Li <lon...@microsoft.com> >
Applied to dpdk-next-net/main, thanks.