Implement the IPv6 RSS software hash function:
- rss_proto_software_hash_v6 - hash the given source/destination IPv6 address, port and direction.
Differential D3423
Implement the IPv6 RSS software hash function btw on Aug 19 2015, 9:59 AM. Authored by Tags None Referenced Files
Subscribers
Details
Implement the IPv6 RSS software hash function:
Diff Detail
Event TimelineComment Actions This change simply mirrors the implementation of [[ https://reviews.freebsd.org/diffusion/S/browse/head/sys/netinet/in_rss.c;286954$119 | rss_proto_software_hash_v4() ]] Comment Actions We should commit it and then just replace the printf()'s with counters and optional rate limited debugging. Let's do the latter part in a separate commit. |