Re: [PATCH 3/5] virtio-net: add RSS support for Vhost backends

2022-04-14 Thread Jason Wang
在 2022/4/8 20:28, Maxime Coquelin 写道: This patch introduces new Vhost backend callbacks to support RSS, and makes them called in Virtio-net device. It will be used by Vhost-user backend implementation to support RSS feature. Signed-off-by: Maxime Coquelin --- hw/net/vhost_net-stub.c

[PATCH 3/5] virtio-net: add RSS support for Vhost backends

2022-04-08 Thread Maxime Coquelin
This patch introduces new Vhost backend callbacks to support RSS, and makes them called in Virtio-net device. It will be used by Vhost-user backend implementation to support RSS feature. Signed-off-by: Maxime Coquelin --- hw/net/vhost_net-stub.c | 10 ++ hw/net/vhost_net.c