netdev-dpdk: Add some missing statistics.
authorTimo Puha <timox.puha@intel.com>
Wed, 1 Jul 2015 10:49:12 +0000 (11:49 +0100)
committerBen Pfaff <blp@nicira.com>
Wed, 9 Sep 2015 15:39:43 +0000 (08:39 -0700)
commit9e3ddd45eb4b40e2e73c230e20f41e09e51e73f3
treeef58700960125dc0f374a3209d769ac045b14f82
parenteec634b9c9dd970fc00a3147942809269f089557
netdev-dpdk: Add some missing statistics.

New stats for vhost ports are rx_bytes, tx_bytes, multicast, rx_errors and
rx_length_errors. New stats for PMD ports are rx_dropped, rx_length_errors,
rx_crc_errors and rx_missed_errors. DPDK imissed packets are now classified
as dropped instead of errors.

Signed-off-by: Timo Puha <timox.puha@intel.com>
Tested-by: Daniele Di Proietto <diproiettod@vmware.com>
Acked-by: Flavio Leitner <fbl@sysclose.org>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/netdev-dpdk.c