Re: [PATCH v2] vhost: add vDPA resource cleanup callback

2022-02-10 Thread Maxime Coquelin
On 1/27/22 09:45, Xueming Li wrote: This patch adds vDPA device cleanup callback to release resources on vhost user connection close. Signed-off-by: Xueming Li --- lib/vhost/vdpa_driver.h | 3 +++ lib/vhost/vhost_user.c | 6 ++ 2 files changed, 9 insertions(+) diff --git a/lib/vhos

Re: [PATCH v2] vhost: add vDPA resource cleanup callback

2022-02-03 Thread Maxime Coquelin
On 1/27/22 09:45, Xueming Li wrote: This patch adds vDPA device cleanup callback to release resources on vhost user connection close. Signed-off-by: Xueming Li --- lib/vhost/vdpa_driver.h | 3 +++ lib/vhost/vhost_user.c | 6 ++ 2 files changed, 9 insertions(+) diff --git a/lib/vhos