Re: [PATCH v3] virtio_net: Support RX hash XDP hint

2024-01-30 Thread Liang Chen
On Tue, Jan 30, 2024 at 7:53 PM Xuan Zhuo wrote: > > On Thu, 25 Jan 2024 18:19:12 +0800, Liang Chen > wrote: > > The RSS hash report is a feature that's part of the virtio specification. > > Currently, virtio backends like qemu, vdpa (mlx5), and potentially vhost > > (still a work in progress

Re: [PATCH v3] virtio_net: Support RX hash XDP hint

2024-01-30 Thread Xuan Zhuo
On Thu, 25 Jan 2024 18:19:12 +0800, Liang Chen wrote: > The RSS hash report is a feature that's part of the virtio specification. > Currently, virtio backends like qemu, vdpa (mlx5), and potentially vhost > (still a work in progress as per [1]) support this feature. While the > capability to

[PATCH v3] virtio_net: Support RX hash XDP hint

2024-01-25 Thread Liang Chen
The RSS hash report is a feature that's part of the virtio specification. Currently, virtio backends like qemu, vdpa (mlx5), and potentially vhost (still a work in progress as per [1]) support this feature. While the capability to obtain the RSS hash has been enabled in the normal path, it's