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