Re: [dpdk-dev] [PATCH 02/12] net/avp: fix incorrect rxq errors stat

2019-03-04 Thread Legacy, Allain
> -Original Message- > From: David Marchand [mailto:david.march...@redhat.com] > Sent: Monday, March 04, 2019 6:18 AM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Legacy, Allain; Peters, Matt > Subject: [PATCH 02/12] net/avp: fix incorrect rxq errors stat > > Transmit errors must not be repor

[dpdk-dev] [PATCH 02/12] net/avp: fix incorrect rxq errors stat

2019-03-04 Thread David Marchand
Transmit errors must not be reported in q_errors[] which is for reception. Fixes: 5a5abe2de94b ("net/avp: add device statistics operations") Cc: sta...@dpdk.org Cc: Allain Legacy Cc: Matt Peters Signed-off-by: David Marchand --- drivers/net/avp/avp_ethdev.c | 1 - 1 file changed, 1 deletion(-)