[dpdk-dev] [PATCH v5] pcap: add support for rx and tx byte counters

2015-07-13 Thread Thomas Monjalon
> > 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 > > Thanks. > > Tested-by: John McNamara > Acked-by: John McNamara

[dpdk-dev] [PATCH v5] pcap: add support for rx and tx byte counters

2015-07-13 Thread Klaus Degner
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 --- drivers/net/pcap/rte_eth_pcap.c | 38 ++ 1 file

[dpdk-dev] [PATCH v5] pcap: add support for rx and tx byte counters

2015-07-13 Thread Mcnamara, John
> -Original Message- > From: Klaus Degner [mailto:kd at allegro-packets.com] > Sent: Monday, July 13, 2015 3:54 PM > To: dev at dpdk.org > Cc: Mcnamara, John; Klaus Degner > Subject: [PATCH v5] pcap: add support for rx and tx byte counters > > Added RX and TX bytes counter support to the