Re: [PATCH v3 3/7] app/testpmd: fix outer IP checksum offload

2024-06-11 Thread Ferruh Yigit
On 4/18/2024 9:20 AM, David Marchand wrote: > Resetting the outer IP checksum to 0 is not something mandated by the > mbuf API and is done by rte_eth_tx_prepare(), or per driver if needed. > > Fixes: 4fb7e803eb1a ("ethdev: add Tx preparation") > Cc: sta...@dpdk.org > > Signed-off-by: David Marcha

[PATCH v3 3/7] app/testpmd: fix outer IP checksum offload

2024-04-18 Thread David Marchand
Resetting the outer IP checksum to 0 is not something mandated by the mbuf API and is done by rte_eth_tx_prepare(), or per driver if needed. Fixes: 4fb7e803eb1a ("ethdev: add Tx preparation") Cc: sta...@dpdk.org Signed-off-by: David Marchand --- app/test-pmd/csumonly.c | 10 ++ 1 file c