Test-Label: iol-testing Test-Status: WARNING http://dpdk.org/patch/106356 _apply patch failure_ Submitter: Power, Ciara Date: Monday, January 24 2022 15:03:39 Applied on: CommitID:8a5a91401dc23ddab1ddea3667a17a615a25077f Apply patch set 106356-106352 failed: Checking patch app/test-crypto-perf/cperf_ops.c... Checking patch app/test/test_cryptodev_asym.c... Checking patch drivers/crypto/cnxk/cnxk_cryptodev_ops.c... Hunk #1 succeeded at 640 (offset -12 lines). Hunk #2 succeeded at 661 (offset -12 lines). Checking patch drivers/crypto/cnxk/cnxk_cryptodev_ops.h... error: while searching for: unsigned int cnxk_ae_session_size_get(struct rte_cryptodev *dev __rte_unused); void cnxk_ae_session_clear(struct rte_cryptodev *dev, struct rte_cryptodev_asym_session *sess); int cnxk_ae_session_cfg(struct rte_cryptodev *dev, struct rte_crypto_asym_xform *xform, struct rte_cryptodev_asym_session *sess, struct rte_mempool *pool); void cnxk_cpt_dump_on_err(struct cnxk_cpt_qp *qp); error: patch failed: drivers/crypto/cnxk/cnxk_cryptodev_ops.h:117 Checking patch drivers/crypto/octeontx/otx_cryptodev_ops.c... Checking patch drivers/crypto/openssl/rte_openssl_pmd_ops.c... Checking patch drivers/crypto/qat/qat_asym.c... Checking patch drivers/crypto/qat/qat_asym.h... Checking patch lib/cryptodev/cryptodev_pmd.h... Checking patch lib/cryptodev/rte_cryptodev.c... Checking patch lib/cryptodev/rte_cryptodev.h... Checking patch lib/cryptodev/rte_cryptodev_trace.h... Applied patch app/test-crypto-perf/cperf_ops.c cleanly. Applied patch app/test/test_cryptodev_asym.c cleanly. Applied patch drivers/crypto/cnxk/cnxk_cryptodev_ops.c cleanly. Applying patch drivers/crypto/cnxk/cnxk_cryptodev_ops.h with 1 reject... Rejected hunk #1. Applied patch drivers/crypto/octeontx/otx_cryptodev_ops.c cleanly. Applied patch drivers/crypto/openssl/rte_openssl_pmd_ops.c cleanly. Applied patch drivers/crypto/qat/qat_asym.c cleanly. Applied patch drivers/crypto/qat/qat_asym.h cleanly. Applied patch lib/cryptodev/cryptodev_pmd.h cleanly. Applied patch lib/cryptodev/rte_cryptodev.c cleanly. Applied patch lib/cryptodev/rte_cryptodev.h cleanly. Applied patch lib/cryptodev/rte_cryptodev_trace.h cleanly. diff a/drivers/crypto/cnxk/cnxk_cryptodev_ops.h b/drivers/crypto/cnxk/cnxk_cryptodev_ops.h (rejected hunks) @@ -117,10 +117,10 @@ void sym_session_clear(int driver_id, struct rte_cryptodev_sym_session *sess); unsigned int cnxk_ae_session_size_get(struct rte_cryptodev *dev __rte_unused); void cnxk_ae_session_clear(struct rte_cryptodev *dev, - struct rte_cryptodev_asym_session *sess); + void *sess); int cnxk_ae_session_cfg(struct rte_cryptodev *dev, struct rte_crypto_asym_xform *xform, - struct rte_cryptodev_asym_session *sess, + void *sess, struct rte_mempool *pool); void cnxk_cpt_dump_on_err(struct cnxk_cpt_qp *qp); Checking patch app/test/test_cryptodev_asym.c... error: app/test/test_cryptodev_asym.c: does not match index Checking patch lib/cryptodev/cryptodev_pmd.h... error: lib/cryptodev/cryptodev_pmd.h: does not match index Checking patch lib/cryptodev/rte_cryptodev.c... error: lib/cryptodev/rte_cryptodev.c: does not match index Checking patch lib/cryptodev/rte_cryptodev.h... error: lib/cryptodev/rte_cryptodev.h: does not match index Checking patch lib/cryptodev/rte_cryptodev_trace.h... error: lib/cryptodev/rte_cryptodev_trace.h: does not match index Checking patch lib/cryptodev/version.map... Applied patch lib/cryptodev/version.map cleanly. Checking patch app/test-crypto-perf/cperf_ops.c... error: app/test-crypto-perf/cperf_ops.c: does not match index Checking patch app/test/test_cryptodev_asym.c... error: app/test/test_cryptodev_asym.c: does not match index Checking patch lib/cryptodev/rte_cryptodev.c... error: lib/cryptodev/rte_cryptodev.c: does not match index Checking patch lib/cryptodev/rte_cryptodev.h... error: lib/cryptodev/rte_cryptodev.h: does not match index https://lab.dpdk.org/results/dashboard/patchsets/20789/ UNH-IOL DPDK Community Lab