Re: [PATCH V3 05/10] net: introduce control client

2021-09-09 Thread Jason Wang
edhat.com; qemu-devel@nongnu.org > > Cc: epere...@redhat.com; e...@nvidia.com; gda...@xilinx.com; Zhu, > > Lingshan ; l...@redhat.com > > Subject: [PATCH V3 05/10] net: introduce control client > > > > This patch introduces a boolean for the device has

RE: [PATCH V3 05/10] net: introduce control client

2021-09-09 Thread Zhang, Chen
..@xilinx.com; Zhu, > Lingshan ; l...@redhat.com > Subject: [PATCH V3 05/10] net: introduce control client > > This patch introduces a boolean for the device has control queue which can > accepts control command via network queue. > > The first user would be the control virtq

[PATCH V3 05/10] net: introduce control client

2021-09-07 Thread Jason Wang
This patch introduces a boolean for the device has control queue which can accepts control command via network queue. The first user would be the control virtqueue support for vhost. Signed-off-by: Jason Wang --- include/net/net.h | 5 + net/net.c | 24 +--- 2