mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-02-26 22:25:12 -07:00
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:
|
||
|---|---|---|
| .. | ||
| ebpf.c | ||
| ebpf.h | ||
| ebpf_rss-stub.c | ||
| ebpf_rss.c | ||
| ebpf_rss.h | ||
| meson.build | ||
| rss.bpf.skeleton.h | ||
| trace-events | ||