Re: [PATCH 32/40] vdpa: factor out vhost_vdpa_net_get_nc_vdpa

2024-01-14 Thread Jason Wang
On Fri, Dec 8, 2023 at 2:51 AM Si-Wei Liu wrote: > > Introduce new API. No functional change on existing API. > > Signed-off-by: Si-Wei Liu Acked-by: Jason Wang Thanks

[PATCH 32/40] vdpa: factor out vhost_vdpa_net_get_nc_vdpa

2023-12-07 Thread Si-Wei Liu
Introduce new API. No functional change on existing API. Signed-off-by: Si-Wei Liu --- net/vhost-vdpa.c | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/net/vhost-vdpa.c b/net/vhost-vdpa.c index 1c1d61f..683619f 100644 --- a/net/vhost-vdpa.c +++