]> xenbits.xensource.com Git - qemu-xen.git/commit
vhost: Add VIRTIO_NET_F_RSC_EXT to vhost feature bits
authorAkihiko Odaki <akihiko.odaki@daynix.com>
Fri, 2 Aug 2024 05:38:19 +0000 (14:38 +0900)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 20 Aug 2024 10:57:47 +0000 (06:57 -0400)
commitf8e09b973ae8489b88394bff0118d19f989bf277
treead9a4bd04d18d4b93e17487f773a18a38a994a7c
parent76277cf82f0e1123bd69ec59d22014b8f78485ec
vhost: Add VIRTIO_NET_F_RSC_EXT to vhost feature bits

VIRTIO_NET_F_RSC_EXT is implemented in the rx data path, which vhost
implements, so vhost needs to support the feature if it is ever to be
enabled with vhost. The feature must be disabled otherwise.

Fixes: 2974e916df87 ("virtio-net: support RSC v4/v6 tcp traffic for Windows HCK")
Reported-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Message-Id: <20240802-rsc-v1-1-2b607bd2f555@daynix.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/net/vhost_net.c
net/vhost-vdpa.c