Re: net/netvsc: problem with configuring netvsc port after first port start

2024-10-01 Thread Stephen Hemminger
On Tue, 1 Oct 2024 18:09:17 +0200 Edwin Brossette wrote: > testpmd> port stop 3 > Stopping ports... > Done > > -> Then, change something in the port config. This will trigger a call > to rte_eth_dev_configure() on the next port start. Here I change the link > speed/duplex: > testpmd> port c

net/netvsc: problem with configuring netvsc port after first port start

2024-10-01 Thread Edwin Brossette
Hello, I have run into an issue since I switched from the failsafe/vdev-netvsc pmd to the netvsc pmd. I have noticed that once I have first started my port, if I try to stop and reconfigure it, the call to rte_eth_dev_configure() fails with a couple of error logged from the netvsc pmd. It can be r