Re: [PATCH 1/5] vdpa: extract vhost_vdpa_net_load_mac from vhost_vdpa_net_load

2022-08-23 Thread Jason Wang
在 2022/8/20 01:13, Eugenio Pérez 写道: Since there may be many commands we need to issue to load the NIC state, let's split them in individual functions Signed-off-by: Eugenio Pérez Acked-by: Jason Wang --- net/vhost-vdpa.c | 39 +-- 1 file

[PATCH 1/5] vdpa: extract vhost_vdpa_net_load_mac from vhost_vdpa_net_load

2022-08-19 Thread Eugenio Pérez
Since there may be many commands we need to issue to load the NIC state, let's split them in individual functions Signed-off-by: Eugenio Pérez --- net/vhost-vdpa.c | 39 +-- 1 file changed, 25 insertions(+), 14 deletions(-) diff --git a/net/vhost-vdpa.c