Re: git: kernel - network protocol thread routing
: 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
討論串 (同標題文章)
完整討論串 (本文為第 3 之 3 篇):