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

2024-02-02 Thread Liang Chen
On Fri, Feb 2, 2024 at 5:58 PM Xuan Zhuo wrote: > > On Fri, 2 Feb 2024 17:25:02 +0800, Liang Chen > wrote: > > On Thu, Feb 1, 2024 at 1:37 PM Jason Wang wrote: > > > > > > On Wed, Jan 31, 2024 at 11:55 AM Liang Chen > > > wrote: > > > > > > > > The RSS hash report is a feature that's part of

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

2024-02-02 Thread Xuan Zhuo
On Fri, 2 Feb 2024 17:25:02 +0800, Liang Chen wrote: > On Thu, Feb 1, 2024 at 1:37 PM Jason Wang wrote: > > > > On Wed, Jan 31, 2024 at 11:55 AM Liang Chen > > wrote: > > > > > > The RSS hash report is a feature that's part of the virtio specification. > > > Currently, virtio backends like

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

2024-02-02 Thread Liang Chen
On Thu, Feb 1, 2024 at 1:37 PM Jason Wang wrote: > > On Wed, Jan 31, 2024 at 11:55 AM 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

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

2024-01-31 Thread Jason Wang
On Wed, Jan 31, 2024 at 11:55 AM 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 v4] virtio_net: Support RX hash XDP hint

2024-01-30 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