Re: [dpdk-dev] [PATCH 21.05] app/testpmd: count outer IP checksum errors

2021-02-24 Thread Lance Richardson
> Lance, can you spare some time to make the above mentioned patch? Sure. Are you looking for something like the changes below, or also including a search and replace of the deprecated macro name with the new one? - /** External IP header checksum error. */ +/** + * Deprecated. + * This flag has

Re: [dpdk-dev] [PATCH 21.05] app/testpmd: count outer IP checksum errors

2021-02-24 Thread Ferruh Yigit
On 2/24/2021 3:16 PM, Lance Richardson wrote: Lance, can you spare some time to make the above mentioned patch? Sure. Are you looking for something like the changes below, or also including a search and replace of the deprecated macro name with the new one? Thank you. Yes below looks good, a

Re: [dpdk-dev] [PATCH 21.05] app/testpmd: count outer IP checksum errors

2021-02-24 Thread Ferruh Yigit
To: Wenzhuo Lu ; Xiaoyun Li ; Bernard Iremonger Cc: dev@dpdk.org; Ajit Kumar Khaparde ; Kalesh Anakkur Purayil 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

Re: [dpdk-dev] [PATCH 21.05] app/testpmd: count outer IP checksum errors

2021-02-23 Thread Ajit Khaparde
; To: Wenzhuo Lu ; Xiaoyun Li > >> ; Bernard Iremonger > >> > >> Cc: dev@dpdk.org; Ajit Kumar Khaparde ; > >> Kalesh Anakkur Purayil > >> Subject: [dpdk-dev] [PATCH 21.05] app/testpmd: count outer IP checksum > >> errors > >> > >&

Re: [dpdk-dev] [PATCH 21.05] app/testpmd: count outer IP checksum errors

2021-02-23 Thread Thomas Monjalon
gt; > >> Sent: Saturday, January 30, 2021 12:36 AM > > >> To: Wenzhuo Lu ; Xiaoyun Li > > >> ; Bernard Iremonger > > >> > > >> Cc: dev@dpdk.org; Ajit Kumar Khaparde ; > > >> Kalesh Anakkur Purayil > > >> Subject

Re: [dpdk-dev] [PATCH 21.05] app/testpmd: count outer IP checksum errors

2021-02-23 Thread Ferruh Yigit
] [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: 158RX-dropped: 0 RX-total: 158 Bad-ipcsum: 48 Bad-l4csum: 48Bad-outer

Re: [dpdk-dev] [PATCH 21.05] app/testpmd: count outer IP checksum errors

2021-01-31 Thread Wisam Monther
Hi, > -Original Message- > From: dev On Behalf Of Lance Richardson > Sent: Saturday, January 30, 2021 12:36 AM > To: Wenzhuo Lu ; Xiaoyun Li > ; Bernard Iremonger > > Cc: dev@dpdk.org; Ajit Kumar Khaparde ; > Kalesh Anakkur Purayil > Subject: [dpdk-dev] [PATC

[dpdk-dev] [PATCH 21.05] app/testpmd: count outer IP checksum errors

2021-01-29 Thread Lance Richardson
Count and display outer IP checksum errors in the checksum forwarder. Example forwarder stats output: RX-packets: 158RX-dropped: 0 RX-total: 158 Bad-ipcsum: 48 Bad-l4csum: 48Bad-outer-l4csum: 6 Bad-outer-ipcsum: 40 TX-packets: 0