DragonFly BSD
DragonFly commits List (threaded) for 2010-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: git: kernel - network protocol thread routing


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Fri, 10 Sep 2010 12:24:16 -0700 (PDT)

:        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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]