Test-Label: iol-testing Test-Status: WARNING http://dpdk.org/patch/112767 _apply patch failure_ Submitter: Spike Du Date: Wednesday, June 15 2022 12:58:36 Applied on: CommitID:e3fd286ec471df5732b559c9e44377fab4b3d38a Apply patch set 112767-112770 failed: Checking patch doc/guides/nics/mlx5.rst... .git/rebase-apply/patch:43: new blank line at EOF. + Checking patch doc/guides/rel_notes/release_22_07.rst... error: while searching for: * Added support for promiscuous mode on Windows. * Added support for MTU on Windows. * Added matching and RSS on IPsec ESP. * **Updated Marvell cnxk crypto driver.** error: patch failed: doc/guides/rel_notes/release_22_07.rst:89 Checking patch drivers/common/mlx5/mlx5_prm.h... Hunk #1 succeeded at 3294 (offset 1 line). Checking patch drivers/net/mlx5/mlx5.c... Checking patch drivers/net/mlx5/mlx5_rx.c... .git/rebase-apply/patch:274: new blank line at EOF. + Checking patch drivers/net/mlx5/mlx5_rx.h... Applied patch doc/guides/nics/mlx5.rst cleanly. Applying patch doc/guides/rel_notes/release_22_07.rst with 1 reject... Rejected hunk #1. Applied patch drivers/common/mlx5/mlx5_prm.h cleanly. Applied patch drivers/net/mlx5/mlx5.c cleanly. Applied patch drivers/net/mlx5/mlx5_rx.c cleanly. Applied patch drivers/net/mlx5/mlx5_rx.h cleanly. diff a/doc/guides/rel_notes/release_22_07.rst b/doc/guides/rel_notes/release_22_07.rst (rejected hunks) @@ -89,6 +89,7 @@ New Features * Added support for promiscuous mode on Windows. * Added support for MTU on Windows. * Added matching and RSS on IPsec ESP. + * Added Rx queue available descriptor threshold support. * **Updated Marvell cnxk crypto driver.** Checking patch doc/guides/nics/mlx5.rst... error: doc/guides/nics/mlx5.rst: does not match index Checking patch doc/guides/rel_notes/release_22_07.rst... error: while searching for: * Added support for MTU on Windows. * Added matching and RSS on IPsec ESP. * Added Rx queue available descriptor threshold support. * **Updated Marvell cnxk crypto driver.** error: patch failed: doc/guides/rel_notes/release_22_07.rst:90 Checking patch drivers/common/mlx5/linux/meson.build... Checking patch drivers/common/mlx5/mlx5_prm.h... error: drivers/common/mlx5/mlx5_prm.h: does not match index Checking patch drivers/net/mlx5/mlx5.h... Checking patch drivers/net/mlx5/mlx5_rx.c... error: drivers/net/mlx5/mlx5_rx.c: does not match index Checking patch drivers/net/mlx5/rte_pmd_mlx5.h... Checking patch drivers/net/mlx5/version.map... Applying patch doc/guides/rel_notes/release_22_07.rst with 1 reject... Rejected hunk #1. Applied patch drivers/common/mlx5/linux/meson.build cleanly. Applied patch drivers/net/mlx5/mlx5.h cleanly. Applied patch drivers/net/mlx5/rte_pmd_mlx5.h cleanly. Applied patch drivers/net/mlx5/version.map cleanly. diff a/doc/guides/rel_notes/release_22_07.rst b/doc/guides/rel_notes/release_22_07.rst (rejected hunks) @@ -90,6 +90,7 @@ New Features * Added support for MTU on Windows. * Added matching and RSS on IPsec ESP. * Added Rx queue available descriptor threshold support. + * Added host shaper support. * **Updated Marvell cnxk crypto driver.** Checking patch app/test-pmd/testpmd.c... error: while searching for: break; printf("Received avail_thresh event, port:%d rxq_id:%d\n", port_id, rxq_id); } break; default: error: patch failed: app/test-pmd/testpmd.c:3659 Checking patch doc/guides/nics/mlx5.rst... error: doc/guides/nics/mlx5.rst: does not match index Checking patch drivers/net/mlx5/meson.build... Checking patch drivers/net/mlx5/mlx5_testpmd.c... Checking patch drivers/net/mlx5/mlx5_testpmd.h... Applying patch app/test-pmd/testpmd.c with 1 reject... Hunk #1 applied cleanly. Rejected hunk #2. Applied patch drivers/net/mlx5/meson.build cleanly. Applied patch drivers/net/mlx5/mlx5_testpmd.c cleanly. Applied patch drivers/net/mlx5/mlx5_testpmd.h cleanly. diff a/app/test-pmd/testpmd.c b/app/test-pmd/testpmd.c (rejected hunks) @@ -3659,6 +3662,10 @@ struct pmd_test_command { break; printf("Received avail_thresh event, port:%d rxq_id:%d\n", port_id, rxq_id); + +#ifdef RTE_NET_MLX5 + mlx5_test_avail_thresh_event_handler(port_id, rxq_id); +#endif } break; default: https://lab.dpdk.org/results/dashboard/patchsets/22615/ UNH-IOL DPDK Community Lab