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

2015-07-13 Thread Klaus Degner
Hi John, Thank you again for your review. I will work on a v4 with your input. Klaus Am 13.07.15 um 14:56 schrieb Mcnamara, John: >> -Original Message- >> From: Klaus Degner [mailto:kd at allegro-packets.com] >> Sent: Friday, July 10, 2015 8:13 PM >> To: dev at dpdk.org >> Cc: Mcnamara,

[dpdk-dev] [PATCH v3] 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: Friday, July 10, 2015 8:13 PM > To: dev at dpdk.org > Cc: Mcnamara, John; Klaus Degner > Subject: [PATCH v3] pcap: add support for rx and tx byte counters > > add support for rx and tx byte counters in add

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

2015-07-10 Thread Klaus Degner
add support for rx and tx byte counters in addition to existing rx and tx packet counters, updated with new dpdk master branch --- drivers/net/pcap/rte_eth_pcap.c | 22 -- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/drivers/net/pcap/rte_eth_pcap.c b/drivers/