Re: [PATCH v2 4/4] virtio-net: Remove fallback from ebpf-rss-fds

2024-07-10 Thread Daniel P . Berrangé
On Mon, Jul 08, 2024 at 04:38:09PM +0900, Akihiko Odaki wrote: > If ebpf-rss-fds is specified but we fail to use, we should not fall > back to loading eBPF programs by ourselves as such makes the situation > complicated. > > Suggested-by: Daniel P. Berrangé > Signed-off-by: Akihiko Odaki > ---

[PATCH v2 4/4] virtio-net: Remove fallback from ebpf-rss-fds

2024-07-08 Thread Akihiko Odaki
If ebpf-rss-fds is specified but we fail to use, we should not fall back to loading eBPF programs by ourselves as such makes the situation complicated. Suggested-by: Daniel P. Berrangé Signed-off-by: Akihiko Odaki --- hw/net/virtio-net.c | 12 +++- 1 file changed, 3 insertions(+), 9