Searched hist:"6 a756d1495fc0a852b119f7ecbb7a20131f0aba7" (Results 1 – 5 of 5) sorted by relevance
/qemu/include/net/ |
H A D | vhost_net.h | 6a756d1495fc0a852b119f7ecbb7a20131f0aba7 Fri Sep 03 09:10:15 UTC 2021 Jason Wang <jasowang@redhat.com> vhost_net: do not assume nvqs is always 2
This patch switches to initialize dev.nvqs from the VhostNetOptions instead of assuming it was 2. This is useful for implementing control virtqueue support which will be a single vhost_net structure with a single cvq.
Note that nvqs is still set to 2 for all users and this patch does not change functionality.
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com> Reviewed-by: Eli Cohen <elic@nvidia.com> Signed-off-by: Jason Wang <jasowang@redhat.com> Message-Id: <20210903091031.47303-6-jasowang@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|
/qemu/hw/net/ |
H A D | vhost_net.c | 6a756d1495fc0a852b119f7ecbb7a20131f0aba7 Fri Sep 03 09:10:15 UTC 2021 Jason Wang <jasowang@redhat.com> vhost_net: do not assume nvqs is always 2
This patch switches to initialize dev.nvqs from the VhostNetOptions instead of assuming it was 2. This is useful for implementing control virtqueue support which will be a single vhost_net structure with a single cvq.
Note that nvqs is still set to 2 for all users and this patch does not change functionality.
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com> Reviewed-by: Eli Cohen <elic@nvidia.com> Signed-off-by: Jason Wang <jasowang@redhat.com> Message-Id: <20210903091031.47303-6-jasowang@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|
/qemu/net/ |
H A D | vhost-user.c | 6a756d1495fc0a852b119f7ecbb7a20131f0aba7 Fri Sep 03 09:10:15 UTC 2021 Jason Wang <jasowang@redhat.com> vhost_net: do not assume nvqs is always 2
This patch switches to initialize dev.nvqs from the VhostNetOptions instead of assuming it was 2. This is useful for implementing control virtqueue support which will be a single vhost_net structure with a single cvq.
Note that nvqs is still set to 2 for all users and this patch does not change functionality.
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com> Reviewed-by: Eli Cohen <elic@nvidia.com> Signed-off-by: Jason Wang <jasowang@redhat.com> Message-Id: <20210903091031.47303-6-jasowang@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|
H A D | tap.c | 6a756d1495fc0a852b119f7ecbb7a20131f0aba7 Fri Sep 03 09:10:15 UTC 2021 Jason Wang <jasowang@redhat.com> vhost_net: do not assume nvqs is always 2
This patch switches to initialize dev.nvqs from the VhostNetOptions instead of assuming it was 2. This is useful for implementing control virtqueue support which will be a single vhost_net structure with a single cvq.
Note that nvqs is still set to 2 for all users and this patch does not change functionality.
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com> Reviewed-by: Eli Cohen <elic@nvidia.com> Signed-off-by: Jason Wang <jasowang@redhat.com> Message-Id: <20210903091031.47303-6-jasowang@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|
H A D | vhost-vdpa.c | 6a756d1495fc0a852b119f7ecbb7a20131f0aba7 Fri Sep 03 09:10:15 UTC 2021 Jason Wang <jasowang@redhat.com> vhost_net: do not assume nvqs is always 2
This patch switches to initialize dev.nvqs from the VhostNetOptions instead of assuming it was 2. This is useful for implementing control virtqueue support which will be a single vhost_net structure with a single cvq.
Note that nvqs is still set to 2 for all users and this patch does not change functionality.
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com> Reviewed-by: Eli Cohen <elic@nvidia.com> Signed-off-by: Jason Wang <jasowang@redhat.com> Message-Id: <20210903091031.47303-6-jasowang@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|