Skip to content
Commit b89df95d authored by Rick Jones's avatar Rick Jones Committed by David S. Miller
Browse files

mlx4_en: Convert the normal skb free path to dev_consume_skb_any()



It would appear the mlx4_en driver was still making a call to
dev_kfree_skb_any() where dev_consume_skb_any() would be more
appropriate.  This should make dropped packet profiling/tracking
easier/better over a NIC driven by mlx4_en.

Signed-off-by: default avatarRick Jones <rick.jones2@hp.com>
Acked-by: default avatarEric Dumazet <edumazet@google.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 94000176
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment