Re: [PATCH net-next v8] virtio_net: Support RX hash XDP hint

2024-04-16 Thread Liang Chen
On Tue, Apr 16, 2024 at 3:35 PM Heng Qi wrote: > > > > 在 2024/4/16 下午2:19, 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

Re: [PATCH net-next v8] virtio_net: Support RX hash XDP hint

2024-04-16 Thread Liang Chen
On Tue, Apr 16, 2024 at 3:20 PM Jason Wang wrote: > > On Tue, Apr 16, 2024 at 2:20 PM 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 net-next v8] virtio_net: Support RX hash XDP hint

2024-04-16 Thread Heng Qi
在 2024/4/16 下午2:19, 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

Re: [PATCH net-next v8] virtio_net: Support RX hash XDP hint

2024-04-16 Thread Jason Wang
On Tue, Apr 16, 2024 at 2:20 PM 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 obtain

[PATCH net-next v8] virtio_net: Support RX hash XDP hint

2024-04-16 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