automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw101502-101508 [PATCH] [v2, 7/7] cryptodev: pass session iova in configure session
@ 2021-10-13 19:58 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2021-10-13 19:58 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

[-- Attachment #1: Type: text/plain, Size: 25797 bytes --]

Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/101502

_apply patch failure_

Submitter: Akhil Goyal <gakhil@marvell.com>
Date: Wednesday, October 13 2021 19:22:22 
Applied on: CommitID:2f3758751b157760ebb6fc51cd92841073bb115c
Apply patch set 101502-101508 failed:

Checking patch app/test-crypto-perf/cperf_ops.c...
Hunk #1 succeeded at 49 (offset -18 lines).
Hunk #2 succeeded at 56 (offset -18 lines).
error: while searching for:

static struct rte_cryptodev_sym_session *
create_ipsec_session(struct rte_mempool *sess_mp,
		struct rte_mempool *priv_mp,
		uint8_t dev_id,
		const struct cperf_options *options,
		const struct cperf_test_vector *test_vector,

error: patch failed: app/test-crypto-perf/cperf_ops.c:608
error: while searching for:

	/* Create security session */
	return (void *)rte_security_session_create(ctx,
				&sess_conf, sess_mp, priv_mp);
}

static struct rte_cryptodev_sym_session *

error: patch failed: app/test-crypto-perf/cperf_ops.c:720
error: while searching for:

		/* Create security session */
		return (void *)rte_security_session_create(ctx,
					&sess_conf, sess_mp, priv_mp);
	}

	if (options->op_type == CPERF_IPSEC) {
		return create_ipsec_session(sess_mp, priv_mp, dev_id,
				options, test_vector, iv_offset);
	}


error: patch failed: app/test-crypto-perf/cperf_ops.c:831
Hunk #6 succeeded at 714 (offset -163 lines).
Checking patch app/test-crypto-perf/cperf_test_pmd_cyclecount.c...
Checking patch app/test/test_cryptodev.c...
Checking patch app/test/test_ipsec.c...
Checking patch app/test/test_security.c...
Checking patch drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c...
Hunk #1 succeeded at 1022 (offset 1 line).
Hunk #2 succeeded at 1638 (offset 1 line).
Checking patch drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c...
Checking patch drivers/crypto/caam_jr/caam_jr.c...
Checking patch drivers/crypto/cnxk/cn10k_cryptodev_ops.c...
Checking patch drivers/crypto/cnxk/cn10k_ipsec.c...
Checking patch drivers/crypto/cnxk/cn9k_cryptodev_ops.c...
Checking patch drivers/crypto/cnxk/cn9k_ipsec.c...
Checking patch drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c...
Checking patch drivers/crypto/dpaa_sec/dpaa_sec.c...
Checking patch drivers/crypto/mvsam/rte_mrvl_pmd.c...
Checking patch drivers/crypto/mvsam/rte_mrvl_pmd_ops.c...
Checking patch drivers/crypto/octeontx2/otx2_cryptodev_ops.c...
Checking patch drivers/crypto/octeontx2/otx2_cryptodev_sec.c...
Checking patch drivers/crypto/qat/qat_sym.c...
Checking patch drivers/crypto/qat/qat_sym.h...
Checking patch drivers/crypto/qat/qat_sym_session.c...
Checking patch drivers/crypto/qat/qat_sym_session.h...
Checking patch drivers/net/ixgbe/ixgbe_ipsec.c...
Checking patch drivers/net/meson.build...
Checking patch drivers/net/octeontx2/otx2_ethdev_sec.c...
Checking patch drivers/net/octeontx2/otx2_ethdev_sec_tx.h...
Checking patch drivers/net/txgbe/txgbe_ipsec.c...
Checking patch examples/ipsec-secgw/ipsec.c...
Checking patch lib/security/rte_security.c...
Checking patch lib/security/rte_security.h...
Hunk #1 succeeded at 485 (offset -6 lines).
Hunk #2 succeeded at 504 (offset -6 lines).
Hunk #3 succeeded at 522 (offset -6 lines).
Hunk #4 succeeded at 553 (offset -6 lines).
Hunk #5 succeeded at 599 (offset -6 lines).
Hunk #6 succeeded at 617 (offset -6 lines).
Hunk #7 succeeded at 673 (offset -6 lines).
Hunk #8 succeeded at 690 (offset -6 lines).
Hunk #9 succeeded at 752 (offset -6 lines).
Checking patch lib/security/rte_security_driver.h...
error: while searching for:
 *  - Returns -EINVAL if session parameters are invalid.
 */
typedef int (*security_session_stats_get_t)(void *device,
		struct rte_security_session *sess,
		struct rte_security_stats *stats);

__rte_internal
int rte_security_dynfield_register(void);

error: patch failed: lib/security/rte_security_driver.h:86
Hunk #5 succeeded at 93 (offset 1 line).
Hunk #6 succeeded at 102 (offset 1 line).
Applying patch app/test-crypto-perf/cperf_ops.c with 3 rejects...
Hunk #1 applied cleanly.
Hunk #2 applied cleanly.
Rejected hunk #3.
Rejected hunk #4.
Rejected hunk #5.
Hunk #6 applied cleanly.
Applied patch app/test-crypto-perf/cperf_test_pmd_cyclecount.c cleanly.
Applied patch app/test/test_cryptodev.c cleanly.
Applied patch app/test/test_ipsec.c cleanly.
Applied patch app/test/test_security.c cleanly.
Applied patch drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c cleanly.
Applied patch drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c cleanly.
Applied patch drivers/crypto/caam_jr/caam_jr.c cleanly.
Applied patch drivers/crypto/cnxk/cn10k_cryptodev_ops.c cleanly.
Applied patch drivers/crypto/cnxk/cn10k_ipsec.c cleanly.
Applied patch drivers/crypto/cnxk/cn9k_cryptodev_ops.c cleanly.
Applied patch drivers/crypto/cnxk/cn9k_ipsec.c cleanly.
Applied patch drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c cleanly.
Applied patch drivers/crypto/dpaa_sec/dpaa_sec.c cleanly.
Applied patch drivers/crypto/mvsam/rte_mrvl_pmd.c cleanly.
Applied patch drivers/crypto/mvsam/rte_mrvl_pmd_ops.c cleanly.
Applied patch drivers/crypto/octeontx2/otx2_cryptodev_ops.c cleanly.
Applied patch drivers/crypto/octeontx2/otx2_cryptodev_sec.c cleanly.
Applied patch drivers/crypto/qat/qat_sym.c cleanly.
Applied patch drivers/crypto/qat/qat_sym.h cleanly.
Applied patch drivers/crypto/qat/qat_sym_session.c cleanly.
Applied patch drivers/crypto/qat/qat_sym_session.h cleanly.
Applied patch drivers/net/ixgbe/ixgbe_ipsec.c cleanly.
Applied patch drivers/net/meson.build cleanly.
Applied patch drivers/net/octeontx2/otx2_ethdev_sec.c cleanly.
Applied patch drivers/net/octeontx2/otx2_ethdev_sec_tx.h cleanly.
Applied patch drivers/net/txgbe/txgbe_ipsec.c cleanly.
Applied patch examples/ipsec-secgw/ipsec.c cleanly.
Applied patch lib/security/rte_security.c cleanly.
Applied patch lib/security/rte_security.h cleanly.
Applying patch lib/security/rte_security_driver.h with 1 reject...
Hunk #1 applied cleanly.
Hunk #2 applied cleanly.
Hunk #3 applied cleanly.
Rejected hunk #4.
Hunk #5 applied cleanly.
Hunk #6 applied cleanly.
diff a/app/test-crypto-perf/cperf_ops.c b/app/test-crypto-perf/cperf_ops.c	(rejected hunks)
@@ -608,7 +606,6 @@ cperf_set_ops_aead(struct rte_crypto_op **ops,
 
 static struct rte_cryptodev_sym_session *
 create_ipsec_session(struct rte_mempool *sess_mp,
-		struct rte_mempool *priv_mp,
 		uint8_t dev_id,
 		const struct cperf_options *options,
 		const struct cperf_test_vector *test_vector,
@@ -720,7 +717,7 @@ create_ipsec_session(struct rte_mempool *sess_mp,
 
 	/* Create security session */
 	return (void *)rte_security_session_create(ctx,
-				&sess_conf, sess_mp, priv_mp);
+				&sess_conf, sess_mp);
 }
 
 static struct rte_cryptodev_sym_session *
@@ -831,11 +828,11 @@ cperf_create_session(struct rte_mempool *sess_mp,
 
 		/* Create security session */
 		return (void *)rte_security_session_create(ctx,
-					&sess_conf, sess_mp, priv_mp);
+					&sess_conf, sess_mp);
 	}
 
 	if (options->op_type == CPERF_IPSEC) {
-		return create_ipsec_session(sess_mp, priv_mp, dev_id,
+		return create_ipsec_session(sess_mp, dev_id,
 				options, test_vector, iv_offset);
 	}
 
diff a/lib/security/rte_security_driver.h b/lib/security/rte_security_driver.h	(rejected hunks)
@@ -86,8 +83,7 @@ typedef unsigned int (*security_session_get_size)(void *device);
  *  - Returns -EINVAL if session parameters are invalid.
  */
 typedef int (*security_session_stats_get_t)(void *device,
-		struct rte_security_session *sess,
-		struct rte_security_stats *stats);
+		void *sess, struct rte_security_stats *stats);
 
 __rte_internal
 int rte_security_dynfield_register(void);
Checking patch lib/ipsec/rte_ipsec.h...
Checking patch lib/ipsec/rte_ipsec_group.h...
Checking patch lib/ipsec/ses.c...
Checking patch lib/security/rte_security.h...
error: lib/security/rte_security.h: does not match index
Checking patch lib/security/rte_security_driver.h...
error: lib/security/rte_security_driver.h: does not match index
Applied patch lib/ipsec/rte_ipsec.h cleanly.
Applied patch lib/ipsec/rte_ipsec_group.h cleanly.
Applied patch lib/ipsec/ses.c cleanly.
Checking patch drivers/net/cnxk/cn10k_ethdev_sec.c...
Checking patch drivers/net/cnxk/cn9k_ethdev_sec.c...
Checking patch drivers/net/cnxk/cnxk_ethdev.c...
Checking patch drivers/net/cnxk/cnxk_ethdev.h...
Checking patch drivers/net/cnxk/cnxk_ethdev_sec.c...
Checking patch drivers/net/meson.build...
error: drivers/net/meson.build: does not match index
Applied patch drivers/net/cnxk/cn10k_ethdev_sec.c cleanly.
Applied patch drivers/net/cnxk/cn9k_ethdev_sec.c cleanly.
Applied patch drivers/net/cnxk/cnxk_ethdev.c cleanly.
Applied patch drivers/net/cnxk/cnxk_ethdev.h cleanly.
Applied patch drivers/net/cnxk/cnxk_ethdev_sec.c cleanly.
Checking patch app/test/test_ipsec.c...
error: app/test/test_ipsec.c: does not match index
Checking patch app/test/test_security.c...
error: app/test/test_security.c: does not match index
Checking patch drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c...
error: drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c: does not match index
Checking patch drivers/crypto/caam_jr/caam_jr.c...
error: drivers/crypto/caam_jr/caam_jr.c: does not match index
Checking patch drivers/crypto/cnxk/cn10k_ipsec.c...
error: drivers/crypto/cnxk/cn10k_ipsec.c: does not match index
Checking patch drivers/crypto/cnxk/cn9k_ipsec.c...
error: drivers/crypto/cnxk/cn9k_ipsec.c: does not match index
Checking patch drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c...
error: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c: does not match index
Checking patch drivers/crypto/dpaa_sec/dpaa_sec.c...
error: drivers/crypto/dpaa_sec/dpaa_sec.c: does not match index
Checking patch drivers/crypto/octeontx2/otx2_cryptodev_sec.c...
error: drivers/crypto/octeontx2/otx2_cryptodev_sec.c: does not match index
Checking patch drivers/crypto/qat/qat_sym_session.c...
error: drivers/crypto/qat/qat_sym_session.c: does not match index
Checking patch drivers/crypto/qat/qat_sym_session.h...
error: drivers/crypto/qat/qat_sym_session.h: does not match index
Checking patch drivers/net/cnxk/cn10k_ethdev_sec.c...
error: drivers/net/cnxk/cn10k_ethdev_sec.c: does not match index
Checking patch drivers/net/cnxk/cn9k_ethdev_sec.c...
error: drivers/net/cnxk/cn9k_ethdev_sec.c: does not match index
Checking patch drivers/net/ixgbe/ixgbe_ipsec.c...
error: drivers/net/ixgbe/ixgbe_ipsec.c: does not match index
Checking patch drivers/net/octeontx2/otx2_ethdev_sec.c...
error: drivers/net/octeontx2/otx2_ethdev_sec.c: does not match index
Checking patch drivers/net/txgbe/txgbe_ipsec.c...
error: drivers/net/txgbe/txgbe_ipsec.c: does not match index
Checking patch lib/security/rte_security.c...
error: lib/security/rte_security.c: does not match index
Checking patch lib/security/rte_security_driver.h...
error: lib/security/rte_security_driver.h: does not match index
.git/rebase-apply/patch:1644: trailing whitespace.
		      void *sess) 
Checking patch app/test-crypto-perf/cperf.h...
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-crypto-perf/cperf_ops.h...
error: while searching for:
#include "cperf_test_vectors.h"


typedef struct rte_cryptodev_sym_session *(*cperf_sessions_create_t)(
		struct rte_mempool *sess_mp, struct rte_mempool *sess_priv_mp,
		uint8_t dev_id, const struct cperf_options *options,
		const struct cperf_test_vector *test_vector,
		uint16_t iv_offset);

typedef int (*cperf_populate_ops_t)(struct rte_crypto_op **ops,
		uint32_t src_buf_offset, uint32_t dst_buf_offset,
		uint16_t nb_ops, struct rte_cryptodev_sym_session *sess,
		const struct cperf_options *options,
		const struct cperf_test_vector *test_vector,
		uint16_t iv_offset, uint32_t *imix_idx,

error: patch failed: app/test-crypto-perf/cperf_ops.h:12
Checking patch app/test-crypto-perf/cperf_test_latency.c...
Checking patch app/test-crypto-perf/cperf_test_latency.h...
Checking patch app/test-crypto-perf/cperf_test_pmd_cyclecount.c...
error: app/test-crypto-perf/cperf_test_pmd_cyclecount.c: does not match index
Checking patch app/test-crypto-perf/cperf_test_pmd_cyclecount.h...
Checking patch app/test-crypto-perf/cperf_test_throughput.c...
Hunk #2 succeeded at 64 (offset -1 lines).
Hunk #3 succeeded at 86 (offset -1 lines).
Checking patch app/test-crypto-perf/cperf_test_throughput.h...
Checking patch app/test-crypto-perf/cperf_test_verify.c...
Checking patch app/test-crypto-perf/cperf_test_verify.h...
Checking patch app/test-crypto-perf/main.c...
Hunk #1 succeeded at 118 (offset -1 lines).
Hunk #2 succeeded at 323 (offset -1 lines).
Hunk #3 succeeded at 680 (offset -1 lines).
Checking patch app/test/test_cryptodev.c...
error: app/test/test_cryptodev.c: does not match index
Checking patch app/test/test_cryptodev.h...
Checking patch app/test/test_cryptodev_asym.c...
Checking patch app/test/test_cryptodev_blockcipher.c...
Checking patch app/test/test_event_crypto_adapter.c...
Checking patch app/test/test_ipsec.c...
error: app/test/test_ipsec.c: does not match index
Checking patch drivers/crypto/aesni_gcm/aesni_gcm_pmd_ops.c...
Checking patch drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c...
error: drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c: does not match index
Checking patch drivers/crypto/armv8/rte_armv8_pmd_ops.c...
Checking patch drivers/crypto/bcmfs/bcmfs_sym_session.c...
Checking patch drivers/crypto/bcmfs/bcmfs_sym_session.h...
Checking patch drivers/crypto/caam_jr/caam_jr.c...
error: drivers/crypto/caam_jr/caam_jr.c: does not match index
Checking patch drivers/crypto/ccp/ccp_pmd_ops.c...
Checking patch drivers/crypto/cnxk/cn10k_cryptodev_ops.c...
error: drivers/crypto/cnxk/cn10k_cryptodev_ops.c: does not match index
Checking patch drivers/crypto/cnxk/cn9k_cryptodev_ops.c...
error: drivers/crypto/cnxk/cn9k_cryptodev_ops.c: does not match index
Checking patch drivers/crypto/cnxk/cnxk_cryptodev_ops.c...
Checking patch drivers/crypto/cnxk/cnxk_cryptodev_ops.h...
Checking patch drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c...
error: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c: does not match index
Checking patch drivers/crypto/dpaa_sec/dpaa_sec.c...
error: drivers/crypto/dpaa_sec/dpaa_sec.c: does not match index
Checking patch drivers/crypto/kasumi/rte_kasumi_pmd_ops.c...
Checking patch drivers/crypto/mlx5/mlx5_crypto.c...
Checking patch drivers/crypto/mvsam/rte_mrvl_pmd_ops.c...
error: drivers/crypto/mvsam/rte_mrvl_pmd_ops.c: does not match index
Checking patch drivers/crypto/nitrox/nitrox_sym.c...
Checking patch drivers/crypto/null/null_crypto_pmd_ops.c...
Checking patch drivers/crypto/octeontx/otx_cryptodev_hw_access.h...
Checking patch drivers/crypto/octeontx/otx_cryptodev_ops.c...
Checking patch drivers/crypto/octeontx2/otx2_cryptodev_ops.c...
error: drivers/crypto/octeontx2/otx2_cryptodev_ops.c: does not match index
Checking patch drivers/crypto/octeontx2/otx2_cryptodev_ops_helper.h...
Checking patch drivers/crypto/openssl/rte_openssl_pmd_ops.c...
Checking patch drivers/crypto/qat/qat_sym_session.c...
error: drivers/crypto/qat/qat_sym_session.c: does not match index
Checking patch drivers/crypto/qat/qat_sym_session.h...
error: drivers/crypto/qat/qat_sym_session.h: does not match index
Checking patch drivers/crypto/scheduler/scheduler_pmd_ops.c...
Checking patch drivers/crypto/snow3g/rte_snow3g_pmd_ops.c...
Checking patch drivers/crypto/virtio/virtio_cryptodev.c...
Checking patch drivers/crypto/zuc/rte_zuc_pmd_ops.c...
Checking patch drivers/event/octeontx2/otx2_evdev_crypto_adptr_rx.h...
Checking patch examples/fips_validation/fips_dev_self_test.c...
Checking patch examples/fips_validation/main.c...
Checking patch examples/ipsec-secgw/ipsec-secgw.c...
Checking patch examples/ipsec-secgw/ipsec.c...
error: examples/ipsec-secgw/ipsec.c: does not match index
Checking patch examples/ipsec-secgw/ipsec.h...
Checking patch examples/ipsec-secgw/ipsec_worker.c...
Checking patch examples/l2fwd-crypto/main.c...
Checking patch examples/vhost_crypto/main.c...
Checking patch lib/cryptodev/cryptodev_pmd.h...
Hunk #1 succeeded at 260 (offset -41 lines).
Hunk #2 succeeded at 251 (offset -58 lines).
Hunk #3 succeeded at 276 (offset -59 lines).
Checking patch lib/cryptodev/rte_crypto.h...
Checking patch lib/cryptodev/rte_crypto_sym.h...
Checking patch lib/cryptodev/rte_cryptodev.c...
Hunk #1 succeeded at 198 (offset -3 lines).
Hunk #2 succeeded at 1224 (offset -6 lines).
Hunk #3 succeeded at 1232 (offset -6 lines).
Hunk #4 succeeded at 1243 (offset -6 lines).
Hunk #5 succeeded at 1709 (offset -6 lines).
Hunk #6 succeeded at 1726 (offset -6 lines).
Hunk #7 succeeded at 1739 (offset -6 lines).
Hunk #8 succeeded at 1752 (offset -6 lines).
Hunk #9 succeeded at 1797 (offset -6 lines).
Hunk #10 succeeded at 1821 (offset -6 lines).
Hunk #11 succeeded at 1849 (offset -6 lines).
Hunk #12 succeeded at 1883 (offset -6 lines).
Hunk #13 succeeded at 1904 (offset -6 lines).
Hunk #14 succeeded at 1914 (offset -6 lines).
Hunk #15 succeeded at 1952 (offset -6 lines).
Hunk #16 succeeded at 1976 (offset -6 lines).
Hunk #17 succeeded at 2007 (offset -6 lines).
Checking patch lib/cryptodev/rte_cryptodev.h...
Hunk #2 succeeded at 1126 (offset 218 lines).
Hunk #3 succeeded at 1179 (offset 218 lines).
Hunk #4 succeeded at 1211 (offset 218 lines).
Hunk #5 succeeded at 1231 (offset 218 lines).
Hunk #6 succeeded at 1286 (offset 218 lines).
Checking patch lib/cryptodev/rte_cryptodev_trace.h...
Checking patch lib/pipeline/rte_table_action.c...
Checking patch lib/pipeline/rte_table_action.h...
Checking patch lib/vhost/rte_vhost_crypto.h...
Checking patch lib/vhost/vhost_crypto.c...
Applied patch app/test-crypto-perf/cperf.h cleanly.
Applying patch app/test-crypto-perf/cperf_ops.h with 1 reject...
Rejected hunk #1.
Applied patch app/test-crypto-perf/cperf_test_latency.c cleanly.
Applied patch app/test-crypto-perf/cperf_test_latency.h cleanly.
Applied patch app/test-crypto-perf/cperf_test_pmd_cyclecount.h cleanly.
Applied patch app/test-crypto-perf/cperf_test_throughput.c cleanly.
Applied patch app/test-crypto-perf/cperf_test_throughput.h cleanly.
Applied patch app/test-crypto-perf/cperf_test_verify.c cleanly.
Applied patch app/test-crypto-perf/cperf_test_verify.h cleanly.
Applied patch app/test-crypto-perf/main.c cleanly.
Applied patch app/test/test_cryptodev.h cleanly.
Applied patch app/test/test_cryptodev_asym.c cleanly.
Applied patch app/test/test_cryptodev_blockcipher.c cleanly.
Applied patch app/test/test_event_crypto_adapter.c cleanly.
Applied patch drivers/crypto/aesni_gcm/aesni_gcm_pmd_ops.c cleanly.
Applied patch drivers/crypto/armv8/rte_armv8_pmd_ops.c cleanly.
Applied patch drivers/crypto/bcmfs/bcmfs_sym_session.c cleanly.
Applied patch drivers/crypto/bcmfs/bcmfs_sym_session.h cleanly.
Applied patch drivers/crypto/ccp/ccp_pmd_ops.c cleanly.
Applied patch drivers/crypto/cnxk/cnxk_cryptodev_ops.c cleanly.
Applied patch drivers/crypto/cnxk/cnxk_cryptodev_ops.h cleanly.
Applied patch drivers/crypto/kasumi/rte_kasumi_pmd_ops.c cleanly.
Applied patch drivers/crypto/mlx5/mlx5_crypto.c cleanly.
Applied patch drivers/crypto/nitrox/nitrox_sym.c cleanly.
Applied patch drivers/crypto/null/null_crypto_pmd_ops.c cleanly.
Applied patch drivers/crypto/octeontx/otx_cryptodev_hw_access.h cleanly.
Applied patch drivers/crypto/octeontx/otx_cryptodev_ops.c cleanly.
Applied patch drivers/crypto/octeontx2/otx2_cryptodev_ops_helper.h cleanly.
Applied patch drivers/crypto/openssl/rte_openssl_pmd_ops.c cleanly.
Applied patch drivers/crypto/scheduler/scheduler_pmd_ops.c cleanly.
Applied patch drivers/crypto/snow3g/rte_snow3g_pmd_ops.c cleanly.
Applied patch drivers/crypto/virtio/virtio_cryptodev.c cleanly.
Applied patch drivers/crypto/zuc/rte_zuc_pmd_ops.c cleanly.
Applied patch drivers/event/octeontx2/otx2_evdev_crypto_adptr_rx.h cleanly.
Applied patch examples/fips_validation/fips_dev_self_test.c cleanly.
Applied patch examples/fips_validation/main.c cleanly.
Applied patch examples/ipsec-secgw/ipsec-secgw.c cleanly.
Applied patch examples/ipsec-secgw/ipsec.h cleanly.
Applied patch examples/ipsec-secgw/ipsec_worker.c cleanly.
Applied patch examples/l2fwd-crypto/main.c cleanly.
Applied patch examples/vhost_crypto/main.c cleanly.
Applied patch lib/cryptodev/cryptodev_pmd.h cleanly.
Applied patch lib/cryptodev/rte_crypto.h cleanly.
Applied patch lib/cryptodev/rte_crypto_sym.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.
Applied patch lib/pipeline/rte_table_action.c cleanly.
Applied patch lib/pipeline/rte_table_action.h cleanly.
Applied patch lib/vhost/rte_vhost_crypto.h cleanly.
Applied patch lib/vhost/vhost_crypto.c cleanly.
diff a/app/test-crypto-perf/cperf_ops.h b/app/test-crypto-perf/cperf_ops.h	(rejected hunks)
@@ -12,15 +12,15 @@
 #include "cperf_test_vectors.h"
 
 
-typedef struct rte_cryptodev_sym_session *(*cperf_sessions_create_t)(
-		struct rte_mempool *sess_mp, struct rte_mempool *sess_priv_mp,
+typedef void *(*cperf_sessions_create_t)(
+		struct rte_mempool *sess_mp,
 		uint8_t dev_id, const struct cperf_options *options,
 		const struct cperf_test_vector *test_vector,
 		uint16_t iv_offset);
 
 typedef int (*cperf_populate_ops_t)(struct rte_crypto_op **ops,
 		uint32_t src_buf_offset, uint32_t dst_buf_offset,
-		uint16_t nb_ops, struct rte_cryptodev_sym_session *sess,
+		uint16_t nb_ops, void *sess,
 		const struct cperf_options *options,
 		const struct cperf_test_vector *test_vector,
 		uint16_t iv_offset, uint32_t *imix_idx,
Checking patch app/test/test_ipsec_perf.c...
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/ipsec/rte_ipsec.h...
error: lib/ipsec/rte_ipsec.h: does not match index
Checking patch lib/ipsec/rte_ipsec_group.h...
error: lib/ipsec/rte_ipsec_group.h: does not match index
Checking patch lib/ipsec/ses.c...
error: lib/ipsec/ses.c: does not match index
Applied patch app/test/test_ipsec_perf.c cleanly.
Checking patch drivers/crypto/aesni_gcm/aesni_gcm_pmd_ops.c...
error: drivers/crypto/aesni_gcm/aesni_gcm_pmd_ops.c: does not match index
Checking patch drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c...
error: drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c: does not match index
Checking patch drivers/crypto/armv8/rte_armv8_pmd_ops.c...
error: drivers/crypto/armv8/rte_armv8_pmd_ops.c: does not match index
Checking patch drivers/crypto/bcmfs/bcmfs_sym_session.c...
error: drivers/crypto/bcmfs/bcmfs_sym_session.c: does not match index
Checking patch drivers/crypto/bcmfs/bcmfs_sym_session.h...
error: drivers/crypto/bcmfs/bcmfs_sym_session.h: does not match index
Checking patch drivers/crypto/caam_jr/caam_jr.c...
error: drivers/crypto/caam_jr/caam_jr.c: does not match index
Checking patch drivers/crypto/ccp/ccp_pmd_ops.c...
error: drivers/crypto/ccp/ccp_pmd_ops.c: does not match index
Checking patch drivers/crypto/cnxk/cnxk_cryptodev_ops.c...
error: drivers/crypto/cnxk/cnxk_cryptodev_ops.c: does not match index
Checking patch drivers/crypto/cnxk/cnxk_cryptodev_ops.h...
error: drivers/crypto/cnxk/cnxk_cryptodev_ops.h: does not match index
Checking patch drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c...
error: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c: does not match index
Checking patch drivers/crypto/dpaa_sec/dpaa_sec.c...
error: drivers/crypto/dpaa_sec/dpaa_sec.c: does not match index
Checking patch drivers/crypto/kasumi/rte_kasumi_pmd_ops.c...
error: drivers/crypto/kasumi/rte_kasumi_pmd_ops.c: does not match index
Checking patch drivers/crypto/mlx5/mlx5_crypto.c...
error: drivers/crypto/mlx5/mlx5_crypto.c: does not match index
Checking patch drivers/crypto/mvsam/rte_mrvl_pmd_ops.c...
error: drivers/crypto/mvsam/rte_mrvl_pmd_ops.c: does not match index
Checking patch drivers/crypto/nitrox/nitrox_sym.c...
error: drivers/crypto/nitrox/nitrox_sym.c: does not match index
Checking patch drivers/crypto/null/null_crypto_pmd_ops.c...
error: drivers/crypto/null/null_crypto_pmd_ops.c: does not match index
Checking patch drivers/crypto/octeontx/otx_cryptodev_ops.c...
error: drivers/crypto/octeontx/otx_cryptodev_ops.c: does not match index
Checking patch drivers/crypto/octeontx2/otx2_cryptodev_ops.c...
error: drivers/crypto/octeontx2/otx2_cryptodev_ops.c: does not match index
Checking patch drivers/crypto/openssl/rte_openssl_pmd_ops.c...
error: drivers/crypto/openssl/rte_openssl_pmd_ops.c: does not match index
Checking patch drivers/crypto/qat/qat_sym_session.c...
error: drivers/crypto/qat/qat_sym_session.c: does not match index
Checking patch drivers/crypto/qat/qat_sym_session.h...
error: drivers/crypto/qat/qat_sym_session.h: does not match index
Checking patch drivers/crypto/scheduler/scheduler_pmd_ops.c...
error: drivers/crypto/scheduler/scheduler_pmd_ops.c: does not match index
Checking patch drivers/crypto/snow3g/rte_snow3g_pmd_ops.c...
error: drivers/crypto/snow3g/rte_snow3g_pmd_ops.c: does not match index
Checking patch drivers/crypto/virtio/virtio_cryptodev.c...
error: drivers/crypto/virtio/virtio_cryptodev.c: does not match index
Checking patch drivers/crypto/zuc/rte_zuc_pmd_ops.c...
error: drivers/crypto/zuc/rte_zuc_pmd_ops.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

https://lab.dpdk.org/results/dashboard/patchsets/19391/

UNH-IOL DPDK Community Lab

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-13 19:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-13 19:58 [dpdk-test-report] |WARNING| pw101502-101508 [PATCH] [v2, 7/7] cryptodev: pass session iova in configure session dpdklab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).