]> Git Repo - qemu.git/commit
vhost-vdpa: introduce vhost-vdpa net client
authorCindy Lu <[email protected]>
Wed, 1 Jul 2020 14:55:38 +0000 (22:55 +0800)
committerMichael S. Tsirkin <[email protected]>
Tue, 7 Jul 2020 11:59:51 +0000 (07:59 -0400)
commit1e0a84ea49b68b7cf60e229d91fd16333e0b7a90
tree127b20c497015a7c01686fb90525c8b73f640dde
parent108a64818e69be0a97cde3838d768f2d9910c08b
vhost-vdpa: introduce vhost-vdpa net client

This patch set introduces a new net client type: vhost-vdpa.
vhost-vdpa net client will set up a vDPA device which is specified
by a "vhostdev" parameter.

Signed-off-by: Lingshan Zhu <[email protected]>
Signed-off-by: Tiwei Bie <[email protected]>
Signed-off-by: Cindy Lu <[email protected]>
Signed-off-by: Jason Wang <[email protected]>
Message-Id: <20200701145538[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
Acked-by: Jason Wang <[email protected]>
include/net/vhost-vdpa.h [new file with mode: 0644]
net/Makefile.objs
net/clients.h
net/net.c
net/vhost-vdpa.c [new file with mode: 0644]
qapi/net.json
This page took 0.026851 seconds and 4 git commands to generate.