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:
|
||
|---|---|---|
| .. | ||
| Makefile.ebpf | ||
| rss.bpf.c | ||
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:
|
||
|---|---|---|
| .. | ||
| Makefile.ebpf | ||
| rss.bpf.c | ||