[dpdk-dev] [PATCH] add rx and tx byte counter statistics for PCAP PMD

2015-07-09 Thread Klaus Degner
> To: dev at dpdk.org >> Subject: [dpdk-dev] [PATCH] add rx and tx byte counter statistics for >> PCAP PMD >> >> PCAP PMD vdev accounts only rx and tx packet statistics. >> This patch adds support for rx and tx bytes statistics. > Hi, > > Thanks for that. > &g

[dpdk-dev] [PATCH] add rx and tx byte counter statistics for PCAP PMD

2015-07-08 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Klaus Degner > Sent: Tuesday, June 30, 2015 12:40 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] add rx and tx byte counter statistics for > PCAP PMD > > PCAP PMD vdev accoun

[dpdk-dev] [PATCH] add rx and tx byte counter statistics for PCAP PMD

2015-06-30 Thread Klaus Degner
PCAP PMD vdev accounts only rx and tx packet statistics. This patch adds support for rx and tx bytes statistics. Signed-off-by: Klaus Degner --- drivers/net/pcap/rte_eth_pcap.c | 21 +++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/drivers/net/pcap/rte_eth_pca