From: Rick Jones Date: Wed, 3 Sep 2014 16:18:00 +0000 (-0700) Subject: mlx4_en: Convert the normal skb free path to dev_consume_skb_any() X-Git-Tag: fixes-against-v3.18-rc2~81^2~166 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b89df95d52d5fd0de5a2ca3f8b49aaaee4675151;p=pandora-kernel.git 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-diff-tree failed