[dpdk-dev] [PATCH] af_packet: add byte counters

2016-06-09 Thread Bruce Richardson
On Thu, May 26, 2016 at 11:01:57AM -0400, John W. Linville wrote: > On Thu, May 26, 2016 at 03:47:59PM +0100, Ferruh Yigit wrote: > > On 5/25/2016 10:03 PM, Rich Lane wrote: > > > Signed-off-by: Rich Lane > > > > Reviewed-by: Ferruh Yigit > > Acked-by: John W. Linville > Applied to dpdk-next-

[dpdk-dev] [PATCH] af_packet: add byte counters

2016-05-26 Thread Ferruh Yigit
On 5/25/2016 10:03 PM, Rich Lane wrote: > Signed-off-by: Rich Lane Reviewed-by: Ferruh Yigit While testing this, independent from patch applied or not , I am getting following assertion after random time: testpmd> PANIC in rte_mbuf_raw_alloc(): line assert "rte_mbuf_refcnt_read(m)

[dpdk-dev] [PATCH] af_packet: add byte counters

2016-05-26 Thread John W. Linville
On Thu, May 26, 2016 at 03:47:59PM +0100, Ferruh Yigit wrote: > On 5/25/2016 10:03 PM, Rich Lane wrote: > > Signed-off-by: Rich Lane > > Reviewed-by: Ferruh Yigit Acked-by: John W. Linville -- John W. LinvilleSomeday the world will need a hero, and you linville at tuxdriver.c

[dpdk-dev] [PATCH] af_packet: add byte counters

2016-05-26 Thread Rich Lane
On Thu, May 26, 2016 at 7:47 AM, Ferruh Yigit wrote: > On 5/25/2016 10:03 PM, Rich Lane wrote: > > Signed-off-by: Rich Lane > > Reviewed-by: Ferruh Yigit > > > While testing this, independent from patch applied or not , I am getting > following assertion after random time: > > testpmd> PANIC in

[dpdk-dev] [PATCH] af_packet: add byte counters

2016-05-25 Thread Rich Lane
Signed-off-by: Rich Lane --- drivers/net/af_packet/rte_eth_af_packet.c | 20 +++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/drivers/net/af_packet/rte_eth_af_packet.c b/drivers/net/af_packet/rte_eth_af_packet.c index f17bd7e..2d7f344 100644 --- a/drivers/net/af