RE: [EXT] Re: [PATCH 2/2] net/virtio-user: add VIRTIO_NET_F_RSS to supported features

2024-01-22 Thread Srujana Challa
> Hi, > > On 12/8/23 06:31, Srujana Challa wrote: > > This patch introduces new function to get rss device config and adds > > code to forward the RSS control command to backend through hw control > > queue if RSS feature is negotiated. > > This patch will help to negotiate VIRTIO_NET_F_RSS featur

Re: [PATCH 2/2] net/virtio-user: add VIRTIO_NET_F_RSS to supported features

2024-01-11 Thread Maxime Coquelin
Hi, On 12/8/23 06:31, Srujana Challa wrote: This patch introduces new function to get rss device config and adds code to forward the RSS control command to backend through hw control queue if RSS feature is negotiated. This patch will help to negotiate VIRTIO_NET_F_RSS feature if vhost-vdpa back

RE: [EXT] [PATCH 2/2] net/virtio-user: add VIRTIO_NET_F_RSS to supported features

2024-01-02 Thread Srujana Challa
Ping > -- > This patch introduces new function to get rss device config and adds code to > forward the RSS control command to backend through hw control queue if > RSS feature is negotiated. > This patch will help to negotiate VIR

[PATCH 2/2] net/virtio-user: add VIRTIO_NET_F_RSS to supported features

2023-12-07 Thread Srujana Challa
This patch introduces new function to get rss device config and adds code to forward the RSS control command to backend through hw control queue if RSS feature is negotiated. This patch will help to negotiate VIRTIO_NET_F_RSS feature if vhost-vdpa backend supports RSS in HW. Signed-off-by: Srujana

[PATCH 2/2] net/virtio-user: add VIRTIO_NET_F_RSS to supported features

2023-12-07 Thread Srujana Challa
This patch introduces new function to get rss device config and adds code to forward the RSS control command to backend through hw control queue if RSS feature is negotiated. This patch will help to negotiate VIRTIO_NET_F_RSS feature if vhost-vdpa backend supports RSS in HW. Signed-off-by: Srujana