Home
last modified time | relevance | path

Searched hist:"72 fa42cfca7060fab00c534e71fc850b194a4c6d" (Results 1 – 2 of 2) sorted by relevance

/qemu/ebpf/
H A Drss.bpf.skeleton.h72fa42cfca7060fab00c534e71fc850b194a4c6d Sun Apr 28 07:00:58 UTC 2024 Akihiko Odaki <akihiko.odaki@daynix.com> 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>
/qemu/tools/ebpf/
H A Drss.bpf.c72fa42cfca7060fab00c534e71fc850b194a4c6d Sun Apr 28 07:00:58 UTC 2024 Akihiko Odaki <akihiko.odaki@daynix.com> 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>