mirror of
https://github.com/torvalds/linux.git
synced 2025-11-05 19:19:43 +02:00
Driver sets the skb l4/l3 hash based on NIC_CFG_RSS_HASH_TYPE_*,
which is bit mask. This is wrong. Hw actually provides us enum.
Use CQ_ENET_RQ_DESC_RSS_TYPE_* to set l3 and l4 hash type.
Fixes:
|
||
|---|---|---|
| .. | ||
| enic | ||
| Kconfig | ||
| Makefile | ||