cvs commit: src/sys/dev/netif/re if_re.c

看板DFBSD_commit作者時間21年前 (2005/02/20 09:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串3/3 (看更多)
joerg 2005/02/19 16:36:23 PST DragonFly src repository Modified files: sys/dev/netif/re if_re.c Log: Fix a bug introduced earlier. We can't put packets back into the queue with ALTQ, so we have to handle the case of errors after m_defrag has been called directly. We also have to remove the packets from the queue before we free them to avoid races. Same applies to calling bpf_mtap, which has to done on the defragmented packet. Revision Changes Path 1.10 +34 -23 src/sys/dev/netif/re/if_re.c http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/re/if_re.c.diff?r1=1.9&r2=1.10&f=u
文章代碼(AID): #125-5L00 (DFBSD_commit)
文章代碼(AID): #125-5L00 (DFBSD_commit)