Re: [dpdk-dev] [PATCH v1] net/iavf: adjust the CRC statistics calculation

2021-01-17 Thread Zhang, Qi Z
> -Original Message- > From: Wang, Haiyue > Sent: Friday, January 15, 2021 2:57 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; Zhang, Qi Z > ; Fu, Qi ; Wang, Haiyue > ; Wu, Jingjing ; Xing, Beilei > > Subject: [PATCH v1] net/iavf: adjust the CRC statistics calculation > > The AVF can supp

[dpdk-dev] [PATCH v1] net/iavf: adjust the CRC statistics calculation

2021-01-14 Thread Haiyue Wang
The AVF can support to enable / disable CRC strip, so it needs to adjust the statistics calculation for ibytes according to offload setting. Signed-off-by: Haiyue Wang --- drivers/net/iavf/iavf_ethdev.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/net/iavf/iavf