Re: [dpdk-dev] [PATCH v3] net/i40e: fix incorrect byte counters

2020-09-21 Thread Ferruh Yigit
On 9/21/2020 10:59 AM, Junyu Jiang wrote: This patch fixed the issue that rx/tx bytes statistics counters overflowed on 48 bit limitation by enlarging the limitation. Fixes: 4861cde46116 ("i40e: new poll mode driver") Cc: sta...@dpdk.org Signed-off-by: Junyu Jiang --- doc/guides/nics/i40e.rs

[dpdk-dev] [PATCH v3] net/i40e: fix incorrect byte counters

2020-09-21 Thread Junyu Jiang
This patch fixed the issue that rx/tx bytes statistics counters overflowed on 48 bit limitation by enlarging the limitation. Fixes: 4861cde46116 ("i40e: new poll mode driver") Cc: sta...@dpdk.org Signed-off-by: Junyu Jiang --- doc/guides/nics/i40e.rst | 7 +++ drivers/net/i40e/i40e_e