Re: git: kernel - network protocol thread routing

看板DFBSD_commit作者時間15年前 (2010/09/11 03:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串3/3 (看更多)
: 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
文章代碼(AID): #1CYeUsXK (DFBSD_commit)
文章代碼(AID): #1CYeUsXK (DFBSD_commit)