[ovs-git] [openvswitch/ovs] 9e3ddd: netdev-dpdk: Add some missing statistics.

GitHub noreply at github.com
Wed Sep 9 15:40:12 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 9e3ddd45eb4b40e2e73c230e20f41e09e51e73f3
      https://github.com/openvswitch/ovs/commit/9e3ddd45eb4b40e2e73c230e20f41e09e51e73f3
  Author: Timo Puha <timox.puha at intel.com>
  Date:   2015-09-09 (Wed, 09 Sep 2015)

  Changed paths:
    M lib/netdev-dpdk.c

  Log Message:
  -----------
  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 at intel.com>
Tested-by: Daniele Di Proietto <diproiettod at vmware.com>
Acked-by: Flavio Leitner <fbl at sysclose.org>
Signed-off-by: Ben Pfaff <blp at nicira.com>




More information about the git mailing list