From 1ce4b2f44df74bac91ff5ddcbf903572577005bc Mon Sep 17 00:00:00 2001 From: Bogdan Hamciuc Date: Wed, 29 Jul 2015 12:47:16 +0300 Subject: [PATCH] net: pktgen: Remove unused 'allocated_skbs' field Field pktgen_dev.allocated_skbs had been written to, but never read from. The number of allocated skbs can be deduced anyway, from the total number of sent packets and the 'clone_skb' param. Signed-off-by: Bogdan Hamciuc Signed-off-by: David S. Miller --- Reading git-format-patch failed