On 19/02/2020 10:18, Maxime Coquelin wrote: > Cc'ing stable as the commit it fixes was backported to v19.11 stable > branch. >
fyi - it is relevant to 18.11 also as 3d01b759d is fixing something introduced in 18.11. I skipped 3d01b759d for now and will take the full set together when available. > On 2/18/20 6:22 PM, Maxime Coquelin wrote: >> This series fixes regression introduced in v20.02-rc3. >> First patch fixes the error path, and second one fix >> Vhost device reconfigure issue reported by Yinan. >> >> v2: >> --- >> - Fix error path order (David) >> >> Maxime Coquelin (2): >> net/vhost: fix Vhost setup error path >> net/vhost: prevent multiple setup on reconfig >> >> drivers/net/vhost/rte_eth_vhost.c | 26 +++++++++++++++++++------- >> 1 file changed, 19 insertions(+), 7 deletions(-) >> >