git: kernel - network protocol thread routing
Matthew Dillon
dillon at apollo.backplane.com
Fri Sep 10 12:24:55 PDT 2010
: if (m->m_pkthdr.fw_flags & FW_MBUF_REDISPATCH) {
:- needredispatch = TRUE;
: m->m_pkthdr.fw_flags &= ~FW_MBUF_REDISPATCH;
:..
Ok, the huge networking commit I just did should theoretically address
the redispatch issues. We are going to get rid of FW_MBUF_REDISPATCH
and make it all based on M_HASH. Jan will adjust PF to simply clear
m->m_flags's M_HASH and that should cause ether_input_chain() and
friends to regenerate the hash and redispatch.
-Matt
More information about the Commits
mailing list