qemu/tools/ebpf
Akihiko Odaki 72fa42cfca ebpf: Fix RSS error handling
calculate_rss_hash() was using hash value 0 to tell if it calculated
a hash, but the hash value may be 0 on a rare occasion. Have a
distinct bool value for correctness.

Fixes: f3fa412de2 ("ebpf: Added eBPF RSS program.")
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
2024-06-04 15:14:26 +08:00
..
Makefile.ebpf ebpf: fix compatibility with libbpf 1.0+ 2023-03-10 17:26:47 +08:00
rss.bpf.c ebpf: Fix RSS error handling 2024-06-04 15:14:26 +08:00