On Mon, Oct 25, 2021 at 9:59 AM huichao cai <chcch...@163.com> wrote: > > Add the test content of the fragment_offset(offset and MF) > to the test_ip_frag function. Add test data for a fragment > that is not the last fragment. > > Signed-off-by: huichao cai <chcch...@163.com>
The CI raises a regression on the ip frag test. DPDK_TEST='ipfrag_autotest' /home/runner/work/dpdk/dpdk/build/app/test/dpdk-test --file-prefix=ipfrag_autotest --- stdout --- RTE>>ipfrag_autotest^M + ------------------------------------------------------- + + Test Suite : IP Frag Unit Test Suite + ------------------------------------------------------- + 0: checking 2 with 2 0-0: checking 32 with 32 0-1: checking 40192 with 40192 1: checking 2 with 2 1-0: checking 32 with 32 1-1: checking 40192 with 40192 2: checking 3 with 3 2-0: checking 32 with 32 2-1: checking 18464 with 18464 2-2: checking 36864 with 36864 3: checking -22 with -22 4: checking -95 with -95 5: checking 3 with 3 5-0: checking 32 with 32 5-1: checking 18464 with 18464 5-2: checking 36864 with 36864 6: checking 3 with 3 6-0: checking 6688 with 3360 + TestCase [ 0] : test_ip_frag failed + ------------------------------------------------------- + + Test Suite Summary : IP Frag Unit Test Suite + ------------------------------------------------------- + + Tests Total : 1 + Tests Skipped : 0 + Tests Executed : 1 + Tests Unsupported: 0 + Tests Passed : 0 + Tests Failed : 1 + ------------------------------------------------------- + Test Failed RTE>> --- stderr --- Please investigate, thanks. -- David Marchand