Interesting, this code has been there for eons (and probably this
behavior) but that doesn't mean its not a problem.
We are in the process of figuring out if there are any hardware corner
cases to changing this code (particularly in e1000)
Initial thoughts are:
1) kcalloc an array that we then populate with the hash functions, and
then program every location only once (never flush)
2) only program a single hash value each time a multicast is added (bad
because we can't tell the difference in the list since the last time
the OS gave us the list)
It really seems like this should be fixable, and I agree that the driver
behavior is far from optimal, however well entrenched.
Jesse
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html