On 1/31/2021 11:53 AM, Wisam Monther wrote:
Hi,
-----Original Message-----
From: dev <dev-boun...@dpdk.org> On Behalf Of Lance Richardson
Sent: Saturday, January 30, 2021 12:36 AM
To: Wenzhuo Lu <wenzhuo...@intel.com>; Xiaoyun Li
<xiaoyun...@intel.com>; Bernard Iremonger
<bernard.iremon...@intel.com>
Cc: dev@dpdk.org; Ajit Kumar Khaparde <ajit.khapa...@broadcom.com>;
Kalesh Anakkur Purayil <kalesh-anakkur.pura...@broadcom.com>
Subject: [dpdk-dev] [PATCH 21.05] app/testpmd: count outer IP checksum
errors
Count and display outer IP checksum errors in the checksum forwarder.
Example forwarder stats output:
RX-packets: 158 RX-dropped: 0 RX-total: 158
Bad-ipcsum: 48 Bad-l4csum: 48 Bad-outer-l4csum: 6
Bad-outer-ipcsum: 40
TX-packets: 0 TX-dropped: 0 TX-total: 0
Signed-off-by: Lance Richardson <lance.richard...@broadcom.com>
Reviewed-by: Ajit Kumar Khaparde <ajit.khapa...@broadcom.com>
Reviewed-by: Kalesh Anakkur Purayil <kalesh-
anakkur.pura...@broadcom.com>
Acked-by: Wisam Jaddo <wis...@nvidia.com>
Reviewed-by: Ferruh Yigit <ferruh.yi...@intel.com>
Applied to dpdk-next-net/main, thanks.
'PKT_RX_EIP_CKSUM_BAD' is documented in mbuf header as:
"/** External IP header checksum error. */"
I think 'External' wording is confusing, as well as 'EIP' abbreviation, what do
you think to create another macro alias to existing one, and mark the old one as
deprecated?