null: remove useless memset
authorStephen Hemminger <stephen@networkplumber.org>
Wed, 3 Jun 2015 21:13:12 +0000 (14:13 -0700)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 4 Jun 2015 08:46:45 +0000 (10:46 +0200)
commit8ade036008aea682ada78c0551cc465d7fbcf933
tree1b1d6bf5fc0d9e03a257fdaa332e1071151f3616
parente6c8156f65e689e93063a5dda4e4ab766cd53ec5
null: remove useless memset

The stats area is already cleared before calling eth_stats_get().

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
drivers/net/null/rte_eth_null.c