]> git.proxmox.com Git - mirror_qemu.git/commit
vdpa: extract vhost_vdpa_net_load_mac from vhost_vdpa_net_load
authorEugenio Pérez <eperezma@redhat.com>
Tue, 6 Sep 2022 15:07:15 +0000 (17:07 +0200)
committerJason Wang <jasowang@redhat.com>
Tue, 27 Sep 2022 07:13:55 +0000 (15:13 +0800)
commitf73c0c43ac1ddeb21804b8683e1c674ad1b4c7d2
tree43daaf414936f6de2614049db30aecce25a4fbd3
parent17fb889f8a63ceba94d02d21781750b48e0705a6
vdpa: extract vhost_vdpa_net_load_mac from vhost_vdpa_net_load

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 <eperezma@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
net/vhost-vdpa.c