ethdev: reset unsupported stats
authorIntel <intel.com>
Wed, 18 Sep 2013 10:00:00 +0000 (12:00 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 9 Oct 2013 14:14:52 +0000 (16:14 +0200)
commit02331c16ec0ba97b4716ddc4a68d2b3c1f15da0b
tree69952554a052178e9ede0da49fc6dbedb0d75764
parentd15808aa1e8299271e72ed6b89785703df34fb53
ethdev: reset unsupported stats

Initialize statistics structure to 0 before passing it to the PMD.
This way, the unsupported fields will be 0.

Signed-off-by: Intel
lib/librte_ether/rte_ethdev.c