sepherosa_gmail.com created this revision.
Herald added a subscriber: ae.
REVISION DETAIL
https://reviews.freebsd.org/D12455
AFFECTED FILES
sys/net/rss_config.c
sys/net/rss_config.h
CHANGE DETAILS
diff --git a/sys/net/rss_config.h b/sys/net/rss_config.h
--- a/sys/net/rss_config.h
+++ b/sy
sepherosa_gmail.com created this revision.
REVISION SUMMARY
Add comment to explain the IPV6_EX suffix. The confusion about
these RSS hash type probably stems from the facts that they were
never widely implemented by hardwares.
REVISION DETAIL
https://reviews.freebsd.org/D12453
AFF
I found the source of the IPV4_EX. I think it's from e1000 82575
header, which contains IPv4_EX. However, it's not related to
extension header, it means IPv4 header w/ IP options; while RSS never
takes any bits from IP optons. And these macros in e1000 82575 header
are actually _not_ RSS related
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220076
Eugene Grosbein changed:
What|Removed |Added
Status|Open|In Progress
--
You are receivin
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220076
--- Comment #11 from commit-h...@freebsd.org ---
A commit references this bug:
Author: eugen
Date: Thu Sep 21 20:16:11 UTC 2017
New revision: 323873
URL: https://svnweb.freebsd.org/changeset/base/323873
Log:
Unprotected modification of n
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220860
--- Comment #7 from Marie Helene Kvello-Aune ---
I should probably point out the error in the commit message as I didn't submit
the PR. But I did discuss it with kp at length in June. ;)
--
You are receiving this mail because:
You are the
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220860
--- Comment #6 from commit-h...@freebsd.org ---
A commit references this bug:
Author: kp
Date: Thu Sep 21 14:14:01 UTC 2017
New revision: 323864
URL: https://svnweb.freebsd.org/changeset/base/323864
Log:
bridge: Set module version
Thi