Re: [PATCH 08/40] vdpa: add back vhost_vdpa_net_first_nc_vdpa

2024-01-10 Thread Jason Wang
On Fri, Dec 8, 2023 at 2:52 AM Si-Wei Liu wrote: > > Previous commits had it removed. Now adding it back because > this function will be needed by next patches. Need some description to explain why. Because it should not be needed as we have a "parent" structure now, anything that is common could

Re: [PATCH 08/40] vdpa: add back vhost_vdpa_net_first_nc_vdpa

2023-12-11 Thread Eugenio Perez Martin
On Thu, Dec 7, 2023 at 7:52 PM Si-Wei Liu wrote: > > Previous commits had it removed. Now adding it back because > this function will be needed by next patches. > > Signed-off-by: Si-Wei Liu > --- > net/vhost-vdpa.c | 15 +-- > 1 file changed, 13 insertions(+), 2 deletions(-) > > dif

[PATCH 08/40] vdpa: add back vhost_vdpa_net_first_nc_vdpa

2023-12-07 Thread Si-Wei Liu
Previous commits had it removed. Now adding it back because this function will be needed by next patches. Signed-off-by: Si-Wei Liu --- net/vhost-vdpa.c | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/net/vhost-vdpa.c b/net/vhost-vdpa.c index dbfa192..c9bfc6f