]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC: r268726
authorrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 29 Jul 2014 21:05:51 +0000 (21:05 +0000)
committerrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 29 Jul 2014 21:05:51 +0000 (21:05 +0000)
commitc76336c23400be0c17a8ba97d7032b8a67d4dce4
tree041f94feeea90194caa1c56834331d2245bdb280
parent8182bef8a7e7050318e7e5366033ac2b103cf345
MFC: r268726
Move the "retry:" label so that the calls to m_pullup() are
not done after the call to m_defrag(). This fixes a problem
where m_pullup() would prepend an mbuf to the list created
by m_defrag() making the chain greater than 32 again.

git-svn-id: svn://svn.freebsd.org/base/stable/10@269258 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/e1000/if_em.c