]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r281006
authordavidcs <davidcs@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 7 Apr 2015 18:04:18 +0000 (18:04 +0000)
committerdavidcs <davidcs@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 7 Apr 2015 18:04:18 +0000 (18:04 +0000)
commitd8c04ddcc383d66d616bc2ffb30e5cd1191ce18a
tree97a1e6b4a5393ca53a52915e057be55d52e8c62f
parentdd9eb94da4ef0a5f275d2dea1283470caa171278
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/10@281215 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/bxe/bxe.c