Re: [PATCH 0/5] Vhost-user: add Virtio RSS support

2022-04-14 Thread Jason Wang
在 2022/4/8 20:28, Maxime Coquelin 写道: The goal of this series is to add support for Virtio RSS feature to the Vhost-user backend. First patches are preliminary reworks to support variable RSS key and indirection table length. eBPF change only adds checks on whether the key length is 40B, it do

[PATCH 0/5] Vhost-user: add Virtio RSS support

2022-04-08 Thread Maxime Coquelin
The goal of this series is to add support for Virtio RSS feature to the Vhost-user backend. First patches are preliminary reworks to support variable RSS key and indirection table length. eBPF change only adds checks on whether the key length is 40B, it does not add support for longer keys. Vhost