Bug 120441
Summary: | af_packet no longer uses symmetric hashing | ||
---|---|---|---|
Product: | Networking | Reporter: | Derek Ditch (derek.ditch) |
Component: | Other | Assignee: | Stephen Hemminger (stephen) |
Status: | NEW --- | ||
Severity: | normal | CC: | bastienphilbert, brad, eric |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | >4.4 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Derek Ditch
2016-06-16 04:08:02 UTC
It seems the problem has been introduced by https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=42aecaa9bb2bd57eb8d61b4565cee5d3640863fb where the symetrical jhash_3words function has been replaced by jhash2. This patch has been introduced in 4.2. Try a newer kernel seems someone missed setting up both key values and checking they were set. It is probably fixed now after looking at the latest kernel mainline sources. |