Re: [dpdk-dev] [PATCH] vdpa/mlx5: fix virtq cleaning

2021-03-24 Thread Maxime Coquelin
On 3/1/21 11:41 AM, Matan Azrad wrote: > The HW virtq object can be destroyed ether when the device is closed or s/ether/either/ > when the state of the virtq becomes disabled. > > Some parameters of the virtq should continue to be managed when the > virtq state is changed but all of them mus

[dpdk-dev] [PATCH] vdpa/mlx5: fix virtq cleaning

2021-03-01 Thread Matan Azrad
The HW virtq object can be destroyed ether when the device is closed or when the state of the virtq becomes disabled. Some parameters of the virtq should continue to be managed when the virtq state is changed but all of them must be initialized when the device is closed. Wrongly, the enable param