From b89df95d52d5fd0de5a2ca3f8b49aaaee4675151 Mon Sep 17 00:00:00 2001 From: Rick Jones Date: Wed, 3 Sep 2014 09:18:00 -0700 Subject: [PATCH] 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: Rick Jones Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-format-patch failed