In *ixgbe_tx_free_bufs*, after recycling some tx entries, one should set their
mbuf pointers to NULL.
The first path is not correct, the txep->mbuf should be set to NULL no matter
if it is recycled into mempool
Signed-off-by: hepeng
---
drivers/net/ixgbe/ixgbe_rxtx_vec.c | 13 -
1
In *ixgbe_tx_free_bufs*, after recycling some tx entries, one should set their
mbuf pointers to NULL.
Signed-off-by: hepeng
---
drivers/net/ixgbe/ixgbe_rxtx_vec.c | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/drivers/net/ixgbe/ixgbe_rxtx_vec.c
b/drivers/net/ixgbe/ixg
2 matches
Mail list logo