[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] vhost: Add VIRTIO_NET_F_RSC_EXT to vhost feature bits
From: |
Jason Wang |
Subject: |
Re: [PATCH] vhost: Add VIRTIO_NET_F_RSC_EXT to vhost feature bits |
Date: |
Tue, 6 Aug 2024 09:10:18 +0800 |
On Fri, Aug 2, 2024 at 1:38 PM Akihiko Odaki <akihiko.odaki@daynix.com> wrote:
>
> 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>
> ---
Acked-by: Jason Wang <jasowang@redhat.com>
Thanks