You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In hitherto code in case of RX buffer allocation error during refill,
original buffer is pushed to the network stack, but the amount of
available buffer pointers in BM pool is decreased.
This commit fixes the situation by moving refill call before skb_put(),
and returning original buffer pointer to the pool in case of an error.
Signed-off-by: Marcin Wojtas <[email protected]>
Fixes: 3f51850 ("ethernet: Add new driver for Marvell Armada 375
network unit")
Cc: <[email protected]> # v3.18+
Signed-off-by: David S. Miller <[email protected]>
0 commit comments