From 96d49225a49536359e984fc4f21a87252aad8959 Mon Sep 17 00:00:00 2001 From: Rick Jones Date: Thu, 28 Aug 2014 08:53:16 -0700 Subject: [PATCH] be2net: Use dev_consume_skb_any() in the non-drop path The be2net driver was still using dev_kfree_skb_any() in a "normal" skb freeing path. This rather clutters perf top -G -e skb_kfree_skb profiling. Signed-off-by: Rick Jones Signed-off-by: David S. Miller --- Reading git-format-patch failed