]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r281006
authordavidcs <davidcs@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 7 Apr 2015 18:07:16 +0000 (18:07 +0000)
committerdavidcs <davidcs@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 7 Apr 2015 18:07:16 +0000 (18:07 +0000)
commite9f2f1b256760299dac2cd8efc5db043ad1d51b7
treeb200a693dc03f9efde889c6aa2e121cb4f367772
parent9242dccade98c3ab4a2d7f95821b948db3077e07
MFC r281006
When an mbuf allocation fails in the receive path, the mbuf containing the received packet is not sent to the host network stack and is reused again on the receive ring.  Remaining received packets in the ring are not processed in that invocation of bxe_rxeof() and defered to the task thread

git-svn-id: svn://svn.freebsd.org/base/stable/9@281217 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/bxe/bxe.c