diff options
author | Hawkins Jiawei <yin31149@gmail.com> | 2023-10-25 09:08:04 +0800 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2023-11-07 03:39:11 -0500 |
commit | d1fd2d3118a42f36d86efae7ffbdce79f7024584 (patch) | |
tree | 0e05b2682114db54aa7683ed2c9093eef99e885b /ui/dbus-console.c | |
parent | 556b67d413a699431eadb71642033864649ea934 (diff) | |
download | qemu-d1fd2d3118a42f36d86efae7ffbdce79f7024584.zip qemu-d1fd2d3118a42f36d86efae7ffbdce79f7024584.tar.gz qemu-d1fd2d3118a42f36d86efae7ffbdce79f7024584.tar.bz2 |
vdpa: Add SetSteeringEBPF method for NetClientState
At present, to enable the VIRTIO_NET_F_RSS feature, eBPF must
be loaded for the vhost backend.
Given that vhost-vdpa is one of the vhost backend, we need to
implement the SetSteeringEBPF method to support RSS for vhost-vdpa,
even if vhost-vdpa calculates the rss hash in the hardware device
instead of in the kernel by eBPF.
Although this requires QEMU to be compiled with `--enable-bpf`
configuration even if the vdpa device does not use eBPF to
calculate the rss hash, this can avoid adding the specific
conditional statements for vDPA case to enable the VIRTIO_NET_F_RSS
feature, which reduces code maintainbility.
Suggested-by: Eugenio Pérez <eperezma@redhat.com>
Signed-off-by: Hawkins Jiawei <yin31149@gmail.com>
Message-Id: <280e20ddce55b6de60f1552ba0865bffffe909b2.1698195059.git.yin31149@gmail.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'ui/dbus-console.c')
0 files changed, 0 insertions, 0 deletions