pcap: add Rx and Tx byte counters
authorKlaus Degner <kd@allegro-packets.com>
Mon, 13 Jul 2015 14:54:22 +0000 (16:54 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 13 Jul 2015 17:31:58 +0000 (19:31 +0200)
commit2269e7e815a203ef0276d80c1013269d240d6593
tree32c2223e924e4ae636cbedd2dd57f77b0b81ec3e
parent24b4bb8123904e066ec0f47f4e8661e75ef8cace
pcap: add Rx and Tx byte counters

Added RX and TX bytes counter support to the PCAP statistics.
Added TX counter support for pcap dumper and interface functions.
Renamed RX and TX packet counters for consistency.

Signed-off-by: Klaus Degner <kd@allegro-packets.com>
Tested-by: John McNamara <john.mcnamara@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
drivers/net/pcap/rte_eth_pcap.c