net/avp: fix RxQ errors stat
[dpdk.git] / drivers / net / avp / avp_ethdev.c
index bd5eba4..57af515 100644 (file)
@@ -2229,7 +2229,6 @@ avp_dev_stats_get(struct rte_eth_dev *eth_dev, struct rte_eth_stats *stats)
 
                        stats->q_opackets[i] += txq->packets;
                        stats->q_obytes[i] += txq->bytes;
-                       stats->q_errors[i] += txq->errors;
                }
        }