CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/04/22 16:09:18
Modified files:
sys/dev/pci : if_ix.c
Log message:
fix rss hashing on big endian archs
i noticed that packets seem to be hashed differently by the network
stack and this hardware on sparc64. mucking around with how we
handle the endianness of the rss key programmed via registers makes
it consistent on both big and little archs.
tested by me on sparc64 and arm64
ok claudio@
