On Thu, May 5, 2022 at 12:27 PM Maxime Coquelin <maxime.coque...@redhat.com> wrote: > > This patch reverts commit 10f4620f02e1 ("app/testpmd: modify mac in csum > forwarding"), > as the checksum forwarding is expected to only perform > checksum and not also overwritte the source and destination > MAC addresses. > > Doing so, we can test checksum offloading with real traffic > without breaking broadcast packets. > > Fixes: 10f4620f02e1 ("app/testpmd: modify mac in csum forwarding") > Cc: sta...@dpdk.org > > Signed-off-by: Maxime Coquelin <maxime.coque...@redhat.com>
Thanks Maxime, this lgtm. Cc: dts ml since dts was dropping this code for some tests. origin/main:test_plans/dpdk_gro_lib_cbdma_test_plan.rst: ether_addr_copy(&peer_eth_addrs[fs->peer_addr], origin/main:test_plans/dpdk_gro_lib_cbdma_test_plan.rst: ether_addr_copy(&ports[fs->tx_port].eth_addr, origin/main:test_plans/dpdk_gro_lib_test_plan.rst: ether_addr_copy(&peer_eth_addrs[fs->peer_addr], origin/main:test_plans/dpdk_gro_lib_test_plan.rst: ether_addr_copy(&ports[fs->tx_port].eth_addr, origin/main:test_plans/dpdk_gso_lib_test_plan.rst: ether_addr_copy(&peer_eth_addrs[fs->peer_addr], origin/main:test_plans/dpdk_gso_lib_test_plan.rst: ether_addr_copy(&ports[fs->tx_port].eth_addr, origin/main:test_plans/virtio_user_as_exceptional_path_test_plan.rst: ether_addr_copy(&peer_eth_addrs[fs->peer_addr], origin/main:test_plans/virtio_user_as_exceptional_path_test_plan.rst: ether_addr_copy(&ports[fs->tx_port].eth_addr, origin/main:tests/TestSuite_dpdk_gro_lib.py: "sed -i '/ether_addr_copy(&peer_eth/i\#if 0' ./app/test-pmd/csumonly.c", "#" origin/main:tests/TestSuite_dpdk_gro_lib_cbdma.py: "sed -i '/ether_addr_copy(&peer_eth/i\#if 0' ./app/test-pmd/csumonly.c", "#" origin/main:tests/TestSuite_dpdk_gso_lib.py: "sed -i '/ether_addr_copy(&peer_eth/i\#if 0' ./app/test-pmd/csumonly.c", "#" origin/main:tests/TestSuite_virtio_user_as_exceptional_path.py: "sed -i '/ether_addr_copy(&peer_eth/i\#if 0' ./app/test-pmd/csumonly.c", "#" -- David Marchand