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 | ||
| meson.build | ||
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 | ||
| meson.build | ||