Test-Label: iol-testing Test-Status: WARNING http://dpdk.org/patch/100219 _apply patch failure_ Submitter: Nicolau, Radu Date: Friday, October 01 2021 09:51:30 Applied on: CommitID:086d426406bd3f6fac96a15bbd871c7fe714bc2d Apply patch set 100219-100224 failed: Checking patch drivers/net/iavf/iavf.h... Hunk #1 succeeded at 193 (offset 4 lines). Hunk #2 succeeded at 346 (offset 5 lines). Checking patch drivers/net/iavf/iavf_vchnl.c... Hunk #1 succeeded at 24 (offset 1 line). Hunk #2 succeeded at 144 (offset 1 line). Hunk #3 succeeded at 157 (offset 1 line). Hunk #4 succeeded at 260 (offset 1 line). Hunk #5 succeeded at 340 (offset 1 line). Hunk #6 succeeded at 397 (offset 1 line). Hunk #7 succeeded at 418 (offset 1 line). Hunk #8 succeeded at 447 (offset 1 line). Hunk #9 succeeded at 500 (offset 1 line). Hunk #10 succeeded at 551 (offset 1 line). Hunk #11 succeeded at 595 (offset 1 line). Hunk #12 succeeded at 635 (offset 1 line). Hunk #13 succeeded at 678 (offset 1 line). Hunk #14 succeeded at 699 (offset 1 line). Hunk #15 succeeded at 730 (offset 1 line). Hunk #16 succeeded at 758 (offset 1 line). Hunk #17 succeeded at 791 (offset 1 line). Hunk #18 succeeded at 833 (offset 1 line). Hunk #19 succeeded at 877 (offset 1 line). Hunk #20 succeeded at 923 (offset 1 line). Hunk #21 succeeded at 955 (offset 1 line). Hunk #22 succeeded at 987 (offset 1 line). Hunk #23 succeeded at 1079 (offset 1 line). Hunk #24 succeeded at 1120 (offset 1 line). Hunk #25 succeeded at 1161 (offset 1 line). Hunk #26 succeeded at 1221 (offset 1 line). Hunk #27 succeeded at 1248 (offset 1 line). Hunk #28 succeeded at 1283 (offset 1 line). Hunk #29 succeeded at 1323 (offset 1 line). Hunk #30 succeeded at 1350 (offset 1 line). Hunk #31 succeeded at 1377 (offset 1 line). Hunk #32 succeeded at 1437 (offset 1 line). Hunk #33 succeeded at 1484 (offset 1 line). Hunk #34 succeeded at 1525 (offset 1 line). Hunk #35 succeeded at 1548 (offset 1 line). Hunk #36 succeeded at 1574 (offset 1 line). Hunk #37 succeeded at 1595 (offset 1 line). Hunk #38 succeeded at 1628 (offset 1 line). Hunk #39 succeeded at 1673 (offset 1 line). error: while searching for: * before iavf_read_msg_from_pf. */ rte_intr_disable(&pci_dev->intr_handle); err = iavf_execute_vf_cmd(adapter, &args); rte_intr_enable(&pci_dev->intr_handle); if (err) { PMD_DRV_LOG(ERR, "fail to execute command OP_REQUEST_QUEUES"); error: patch failed: drivers/net/iavf/iavf_vchnl.c:1685 Hunk #41 succeeded at 1761 (offset 8 lines). .git/rebase-apply/patch:483: new blank line at EOF. + Hunk #42 succeeded at 1774 (offset 8 lines). Applied patch drivers/net/iavf/iavf.h cleanly. Applying patch drivers/net/iavf/iavf_vchnl.c with 1 reject... Hunk #1 applied cleanly. Hunk #2 applied cleanly. Hunk #3 applied cleanly. Hunk #4 applied cleanly. Hunk #5 applied cleanly. Hunk #6 applied cleanly. Hunk #7 applied cleanly. Hunk #8 applied cleanly. Hunk #9 applied cleanly. Hunk #10 applied cleanly. Hunk #11 applied cleanly. Hunk #12 applied cleanly. Hunk #13 applied cleanly. Hunk #14 applied cleanly. Hunk #15 applied cleanly. Hunk #16 applied cleanly. Hunk #17 applied cleanly. Hunk #18 applied cleanly. Hunk #19 applied cleanly. Hunk #20 applied cleanly. Hunk #21 applied cleanly. Hunk #22 applied cleanly. Hunk #23 applied cleanly. Hunk #24 applied cleanly. Hunk #25 applied cleanly. Hunk #26 applied cleanly. Hunk #27 applied cleanly. Hunk #28 applied cleanly. Hunk #29 applied cleanly. Hunk #30 applied cleanly. Hunk #31 applied cleanly. Hunk #32 applied cleanly. Hunk #33 applied cleanly. Hunk #34 applied cleanly. Hunk #35 applied cleanly. Hunk #36 applied cleanly. Hunk #37 applied cleanly. Hunk #38 applied cleanly. Hunk #39 applied cleanly. Rejected hunk #40. Hunk #41 applied cleanly. Hunk #42 applied cleanly. diff a/drivers/net/iavf/iavf_vchnl.c b/drivers/net/iavf/iavf_vchnl.c (rejected hunks) @@ -1685,7 +1717,7 @@ iavf_request_queues(struct iavf_adapter *adapter, uint16_t num) * before iavf_read_msg_from_pf. */ rte_intr_disable(&pci_dev->intr_handle); - err = iavf_execute_vf_cmd(adapter, &args); + err = iavf_execute_vf_cmd(adapter, &args, 0); rte_intr_enable(&pci_dev->intr_handle); if (err) { PMD_DRV_LOG(ERR, "fail to execute command OP_REQUEST_QUEUES"); Checking patch drivers/net/iavf/iavf.h... error: drivers/net/iavf/iavf.h: does not match index Checking patch drivers/net/iavf/iavf_ethdev.c... Hunk #1 succeeded at 30 (offset 1 line). Hunk #2 succeeded at 72 (offset 1 line). Hunk #3 succeeded at 934 (offset 6 lines). Hunk #4 succeeded at 946 (offset 6 lines). Hunk #5 succeeded at 991 (offset 6 lines). Hunk #6 succeeded at 1754 (offset 8 lines). Hunk #7 succeeded at 1763 (offset 8 lines). Hunk #8 succeeded at 2411 (offset 37 lines). Checking patch drivers/net/iavf/iavf_generic_flow.c... error: while searching for: TAILQ_INIT(&vf->flow_list); TAILQ_INIT(&vf->rss_parser_list); TAILQ_INIT(&vf->dist_parser_list); rte_spinlock_init(&vf->flow_ops_lock); TAILQ_FOREACH_SAFE(engine, &engine_list, node, temp) { error: patch failed: drivers/net/iavf/iavf_generic_flow.c:1635 Hunk #2 succeeded at 1709 (offset -1 lines). Hunk #3 succeeded at 2021 (offset -1 lines). Hunk #4 succeeded at 2075 (offset -1 lines). Checking patch drivers/net/iavf/iavf_generic_flow.h... Checking patch drivers/net/iavf/iavf_ipsec_crypto.c... .git/rebase-apply/patch:2151: new blank line at EOF. + Checking patch drivers/net/iavf/iavf_ipsec_crypto.h... Checking patch drivers/net/iavf/iavf_ipsec_crypto_capabilities.h... Checking patch drivers/net/iavf/iavf_rxtx.c... Hunk #4 succeeded at 512 (offset 4 lines). Hunk #5 succeeded at 702 (offset 4 lines). Hunk #6 succeeded at 748 (offset 4 lines). Hunk #7 succeeded at 774 (offset 4 lines). Hunk #8 succeeded at 1097 (offset 6 lines). Hunk #9 succeeded at 1479 (offset 6 lines). Hunk #10 succeeded at 1623 (offset 6 lines). Hunk #11 succeeded at 1863 (offset 6 lines). Hunk #12 succeeded at 2177 (offset 6 lines). Hunk #13 succeeded at 2221 (offset 6 lines). Hunk #14 succeeded at 2256 (offset 6 lines). Hunk #15 succeeded at 2267 (offset 6 lines). Hunk #16 succeeded at 2286 (offset 6 lines). Hunk #17 succeeded at 2431 (offset 6 lines). Hunk #18 succeeded at 2470 (offset 6 lines). Hunk #19 succeeded at 2482 (offset 6 lines). Hunk #20 succeeded at 2549 (offset 6 lines). Hunk #21 succeeded at 2557 (offset 6 lines). Checking patch drivers/net/iavf/iavf_rxtx.h... Checking patch drivers/net/iavf/iavf_vchnl.c... error: drivers/net/iavf/iavf_vchnl.c: does not match index Checking patch drivers/net/iavf/meson.build... Hunk #1 succeeded at 5 (offset -5 lines). Hunk #2 succeeded at 15 (offset -5 lines). Checking patch drivers/net/iavf/rte_pmd_iavf.h... Checking patch drivers/net/iavf/version.map... Applied patch drivers/net/iavf/iavf_ethdev.c cleanly. Applying patch drivers/net/iavf/iavf_generic_flow.c with 1 reject... Rejected hunk #1. Hunk #2 applied cleanly. Hunk #3 applied cleanly. Hunk #4 applied cleanly. Applied patch drivers/net/iavf/iavf_generic_flow.h cleanly. Applied patch drivers/net/iavf/iavf_ipsec_crypto.c cleanly. Applied patch drivers/net/iavf/iavf_ipsec_crypto.h cleanly. Applied patch drivers/net/iavf/iavf_ipsec_crypto_capabilities.h cleanly. Applied patch drivers/net/iavf/iavf_rxtx.c cleanly. Applied patch drivers/net/iavf/iavf_rxtx.h cleanly. Applied patch drivers/net/iavf/meson.build cleanly. Applied patch drivers/net/iavf/rte_pmd_iavf.h cleanly. Applied patch drivers/net/iavf/version.map cleanly. diff a/drivers/net/iavf/iavf_generic_flow.c b/drivers/net/iavf/iavf_generic_flow.c (rejected hunks) @@ -1635,6 +1635,7 @@ iavf_flow_init(struct iavf_adapter *ad) TAILQ_INIT(&vf->flow_list); TAILQ_INIT(&vf->rss_parser_list); TAILQ_INIT(&vf->dist_parser_list); + TAILQ_INIT(&vf->ipsec_crypto_parser_list); rte_spinlock_init(&vf->flow_ops_lock); TAILQ_FOREACH_SAFE(engine, &engine_list, node, temp) { Checking patch drivers/net/iavf/iavf.h... error: drivers/net/iavf/iavf.h: does not match index Checking patch drivers/net/iavf/iavf_ethdev.c... error: drivers/net/iavf/iavf_ethdev.c: does not match index Checking patch drivers/net/iavf/iavf_rxtx.h... error: drivers/net/iavf/iavf_rxtx.h: does not match index Checking patch drivers/net/iavf/iavf.h... error: drivers/net/iavf/iavf.h: does not match index Checking patch drivers/net/iavf/iavf_ethdev.c... error: drivers/net/iavf/iavf_ethdev.c: does not match index https://lab.dpdk.org/results/dashboard/patchsets/19107/ UNH-IOL DPDK Community Lab