Re: [dpdk-dev] [PATCH v3] net/ice: fix incorrect Rx/Tx bytes statistics

2020-07-21 Thread Zhang, Qi Z
> -Original Message- > From: Jiang, JunyuX > Sent: Tuesday, July 21, 2020 3:20 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Yang, Qiming > ; Jiang, JunyuX ; > sta...@dpdk.org > Subject: [PATCH v3] net/ice: fix incorrect Rx/Tx bytes statistics > > This patch fixed the issue that rx/tx byte

[dpdk-dev] [PATCH v3] net/ice: fix incorrect Rx/Tx bytes statistics

2020-07-21 Thread Junyu Jiang
This patch fixed the issue that rx/tx bytes overflowed on 40 bit limitation by enlarging the limitation. Fixes: a37bde56314d ("net/ice: support statistics") Cc: sta...@dpdk.org Signed-off-by: Junyu Jiang --- drivers/net/ice/ice_ethdev.c | 28 drivers/net/ice/ice_eth