On 3/5/20 3:54 AM, Itsuro Oda wrote:
> If a vhost device is closed before eth_dev_configure is done
> to the device, internal resources allocated to the device
> would not be freed. This patch fixes it.
>
> Fixes: 3d01b759d267 ("net/vhost: delay driver setup")
> Cc: [email protected]
>
> Signed-off-by: Itsuro Oda <[email protected]>
> Reviewed-by: Xiaolong Ye <[email protected]>
> ---
> v2:
> - fix commit message
>
> v3:
> - fix spell error of Reviewed-by
>
> drivers/net/vhost/rte_eth_vhost.c | 16 +++++++---------
> 1 file changed, 7 insertions(+), 9 deletions(-)
Applied to dpdk-next-virtio/master.
Thanks,
Maxime