On 2/23/2021 8:25 PM, Thomas Monjalon wrote:
23/02/2021 19:39, Ajit Khaparde:
On Tue, Feb 23, 2021 at 10:36 AM Ferruh Yigit <ferruh.yi...@intel.com> wrote:

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?
+1

+1


Lance, can you spare some time to make the above mentioned patch?

Reply via email to