Re: [PATCH 2/5] virtio-net: prepare for variable RSS key and indir table lengths

2022-05-13 Thread Michael S. Tsirkin
On Fri, Apr 15, 2022 at 01:39:04PM +0800, Jason Wang wrote: > > 在 2022/4/8 20:28, Maxime Coquelin 写道: > > This patch is a preliminary rework to support RSS with > > Vhost-user backends. It enables supporting different types > > of hashes, key lengths and indirection table lengths. > > > > This pa

Re: [PATCH 2/5] virtio-net: prepare for variable RSS key and indir table lengths

2022-04-14 Thread Jason Wang
在 2022/4/8 20:28, Maxime Coquelin 写道: This patch is a preliminary rework to support RSS with Vhost-user backends. It enables supporting different types of hashes, key lengths and indirection table lengths. This patch does not introduces behavioral changes. Signed-off-by: Maxime Coquelin ---

[PATCH 2/5] virtio-net: prepare for variable RSS key and indir table lengths

2022-04-08 Thread Maxime Coquelin
This patch is a preliminary rework to support RSS with Vhost-user backends. It enables supporting different types of hashes, key lengths and indirection table lengths. This patch does not introduces behavioral changes. Signed-off-by: Maxime Coquelin --- ebpf/ebpf_rss.c| 8 -