automatic DPDK test reports
 help / color / mirror / Atom feed
From: sys_stv@intel.com
To: test-report@dpdk.org
Cc: xinfengx.zhao@intel.com, zhaoyan.chen@intel.com
Subject: [dpdk-test-report]  |FAILURE| pw38296[dpdk-dev, v11, 09/10] test/crypto: add function tests for virtio crypto PMD
Date: 19 Apr 2018 01:57:06 -0700	[thread overview]
Message-ID: <0590c7$1eqif7@orsmga001.jf.intel.com> (raw)

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

Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/38296

_apply issues_

Submitter: Jay Zhou <jianjay.zhou@huawei.com>
Date: 2018-04-17 09:23:25
DPDK git baseline:
	Repo:dpdk-master, CommitID: e62f3a8a04768352bc78389d499be50c923bf6aa
	Repo:dpdk-next-eventdev, CommitID: fe5abd3150bc1caa8369e743c395c39f53265597
	Repo:dpdk-next-net, CommitID: 9f44b612637c29752d1585e8d1af2e299756cd60
	Repo:dpdk-next-crypto, CommitID: b1af489e6482a2247ef36418cee803e32bc84b2e
	Repo:dpdk-next-virtio, CommitID: 8adbe7e4847060d091c46abcbecd3dfea8362b7a

*Repo: dpdk-master
Checking patch test/test/test_cryptodev.c...
Hunk #1 succeeded at 1765 (offset -55 lines).
Hunk #2 succeeded at 8786 (offset -112 lines).
Hunk #3 succeeded at 9695 (offset -144 lines).
error: while searching for:
REGISTER_TEST_COMMAND(cryptodev_dpaa2_sec_autotest, test_cryptodev_dpaa2_sec);
REGISTER_TEST_COMMAND(cryptodev_dpaa_sec_autotest, test_cryptodev_dpaa_sec);
REGISTER_TEST_COMMAND(cryptodev_ccp_autotest, test_cryptodev_ccp);

error: patch failed: test/test/test_cryptodev.c:10040
error: test/test/test_cryptodev.c: patch does not apply
Checking patch test/test/test_cryptodev.h...
error: while searching for:
#define CRYPTODEV_NAME_SCHEDULER_PMD	crypto_scheduler
#define CRYPTODEV_NAME_MRVL_PMD		crypto_mrvl
#define CRYPTODEV_NAME_CCP_PMD		crypto_ccp

/**
 * Write (spread) data from buffer to mbuf data

error: patch failed: test/test/test_cryptodev.h:63
error: test/test/test_cryptodev.h: patch does not apply
Checking patch test/test/test_cryptodev_aes_test_vectors.h...
error: while searching for:
			BLOCKCIPHER_TEST_TARGET_PMD_DPAA2_SEC |
			BLOCKCIPHER_TEST_TARGET_PMD_DPAA_SEC |
			BLOCKCIPHER_TEST_TARGET_PMD_MRVL |
			BLOCKCIPHER_TEST_TARGET_PMD_CCP
	},
	{
		.test_descr = "AES-128-CBC Decryption",

error: patch failed: test/test/test_cryptodev_aes_test_vectors.h:1544
error: test/test/test_cryptodev_aes_test_vectors.h: patch does not apply
Checking patch test/test/test_cryptodev_blockcipher.c...
Hunk #1 succeeded at 68 (offset -2 lines).
error: while searching for:
			driver_id == openssl_pmd ||
			driver_id == armv8_pmd ||
			driver_id == mrvl_pmd ||
			driver_id == ccp_pmd) { /* Fall through */
		digest_len = tdata->digest.len;
	} else if (driver_id == aesni_mb_pmd ||
			driver_id == scheduler_pmd) {

error: patch failed: test/test/test_cryptodev_blockcipher.c:97
error: test/test/test_cryptodev_blockcipher.c: patch does not apply
Checking patch test/test/test_cryptodev_blockcipher.h...
error: while searching for:
#define BLOCKCIPHER_TEST_TARGET_PMD_DPAA_SEC	0x0040 /* DPAA_SEC flag */
#define BLOCKCIPHER_TEST_TARGET_PMD_MRVL	0x0080 /* Marvell flag */
#define BLOCKCIPHER_TEST_TARGET_PMD_CCP		0x0040 /* CCP flag */

#define BLOCKCIPHER_TEST_OP_CIPHER	(BLOCKCIPHER_TEST_OP_ENCRYPT | \
					BLOCKCIPHER_TEST_OP_DECRYPT)

error: patch failed: test/test/test_cryptodev_blockcipher.h:28
error: test/test/test_cryptodev_blockcipher.h: patch does not apply
*Repo: dpdk-next-eventdev
Checking patch test/test/test_cryptodev.c...
Hunk #1 succeeded at 1765 (offset -55 lines).
Hunk #2 succeeded at 8786 (offset -112 lines).
Hunk #3 succeeded at 9695 (offset -144 lines).
error: while searching for:
REGISTER_TEST_COMMAND(cryptodev_dpaa2_sec_autotest, test_cryptodev_dpaa2_sec);
REGISTER_TEST_COMMAND(cryptodev_dpaa_sec_autotest, test_cryptodev_dpaa_sec);
REGISTER_TEST_COMMAND(cryptodev_ccp_autotest, test_cryptodev_ccp);

error: patch failed: test/test/test_cryptodev.c:10040
error: test/test/test_cryptodev.c: patch does not apply
Checking patch test/test/test_cryptodev.h...
error: while searching for:
#define CRYPTODEV_NAME_SCHEDULER_PMD	crypto_scheduler
#define CRYPTODEV_NAME_MRVL_PMD		crypto_mrvl
#define CRYPTODEV_NAME_CCP_PMD		crypto_ccp

/**
 * Write (spread) data from buffer to mbuf data

error: patch failed: test/test/test_cryptodev.h:63
error: test/test/test_cryptodev.h: patch does not apply
Checking patch test/test/test_cryptodev_aes_test_vectors.h...
error: while searching for:
			BLOCKCIPHER_TEST_TARGET_PMD_DPAA2_SEC |
			BLOCKCIPHER_TEST_TARGET_PMD_DPAA_SEC |
			BLOCKCIPHER_TEST_TARGET_PMD_MRVL |
			BLOCKCIPHER_TEST_TARGET_PMD_CCP
	},
	{
		.test_descr = "AES-128-CBC Decryption",

error: patch failed: test/test/test_cryptodev_aes_test_vectors.h:1544
error: test/test/test_cryptodev_aes_test_vectors.h: patch does not apply
Checking patch test/test/test_cryptodev_blockcipher.c...
Hunk #1 succeeded at 68 (offset -2 lines).
error: while searching for:
			driver_id == openssl_pmd ||
			driver_id == armv8_pmd ||
			driver_id == mrvl_pmd ||
			driver_id == ccp_pmd) { /* Fall through */
		digest_len = tdata->digest.len;
	} else if (driver_id == aesni_mb_pmd ||
			driver_id == scheduler_pmd) {

error: patch failed: test/test/test_cryptodev_blockcipher.c:97
error: test/test/test_cryptodev_blockcipher.c: patch does not apply
Checking patch test/test/test_cryptodev_blockcipher.h...
error: while searching for:
#define BLOCKCIPHER_TEST_TARGET_PMD_DPAA_SEC	0x0040 /* DPAA_SEC flag */
#define BLOCKCIPHER_TEST_TARGET_PMD_MRVL	0x0080 /* Marvell flag */
#define BLOCKCIPHER_TEST_TARGET_PMD_CCP		0x0040 /* CCP flag */

#define BLOCKCIPHER_TEST_OP_CIPHER	(BLOCKCIPHER_TEST_OP_ENCRYPT | \
					BLOCKCIPHER_TEST_OP_DECRYPT)

error: patch failed: test/test/test_cryptodev_blockcipher.h:28
error: test/test/test_cryptodev_blockcipher.h: patch does not apply
*Repo: dpdk-next-net
Checking patch test/test/test_cryptodev.c...
Hunk #1 succeeded at 1765 (offset -55 lines).
Hunk #2 succeeded at 8786 (offset -112 lines).
Hunk #3 succeeded at 9695 (offset -144 lines).
error: while searching for:
REGISTER_TEST_COMMAND(cryptodev_dpaa2_sec_autotest, test_cryptodev_dpaa2_sec);
REGISTER_TEST_COMMAND(cryptodev_dpaa_sec_autotest, test_cryptodev_dpaa_sec);
REGISTER_TEST_COMMAND(cryptodev_ccp_autotest, test_cryptodev_ccp);

error: patch failed: test/test/test_cryptodev.c:10040
error: test/test/test_cryptodev.c: patch does not apply
Checking patch test/test/test_cryptodev.h...
error: while searching for:
#define CRYPTODEV_NAME_SCHEDULER_PMD	crypto_scheduler
#define CRYPTODEV_NAME_MRVL_PMD		crypto_mrvl
#define CRYPTODEV_NAME_CCP_PMD		crypto_ccp

/**
 * Write (spread) data from buffer to mbuf data

error: patch failed: test/test/test_cryptodev.h:63
error: test/test/test_cryptodev.h: patch does not apply
Checking patch test/test/test_cryptodev_aes_test_vectors.h...
error: while searching for:
			BLOCKCIPHER_TEST_TARGET_PMD_DPAA2_SEC |
			BLOCKCIPHER_TEST_TARGET_PMD_DPAA_SEC |
			BLOCKCIPHER_TEST_TARGET_PMD_MRVL |
			BLOCKCIPHER_TEST_TARGET_PMD_CCP
	},
	{
		.test_descr = "AES-128-CBC Decryption",

error: patch failed: test/test/test_cryptodev_aes_test_vectors.h:1544
error: test/test/test_cryptodev_aes_test_vectors.h: patch does not apply
Checking patch test/test/test_cryptodev_blockcipher.c...
Hunk #1 succeeded at 68 (offset -2 lines).
error: while searching for:
			driver_id == openssl_pmd ||
			driver_id == armv8_pmd ||
			driver_id == mrvl_pmd ||
			driver_id == ccp_pmd) { /* Fall through */
		digest_len = tdata->digest.len;
	} else if (driver_id == aesni_mb_pmd ||
			driver_id == scheduler_pmd) {

error: patch failed: test/test/test_cryptodev_blockcipher.c:97
error: test/test/test_cryptodev_blockcipher.c: patch does not apply
Checking patch test/test/test_cryptodev_blockcipher.h...
error: while searching for:
#define BLOCKCIPHER_TEST_TARGET_PMD_DPAA_SEC	0x0040 /* DPAA_SEC flag */
#define BLOCKCIPHER_TEST_TARGET_PMD_MRVL	0x0080 /* Marvell flag */
#define BLOCKCIPHER_TEST_TARGET_PMD_CCP		0x0040 /* CCP flag */

#define BLOCKCIPHER_TEST_OP_CIPHER	(BLOCKCIPHER_TEST_OP_ENCRYPT | \
					BLOCKCIPHER_TEST_OP_DECRYPT)

error: patch failed: test/test/test_cryptodev_blockcipher.h:28
error: test/test/test_cryptodev_blockcipher.h: patch does not apply
*Repo: dpdk-next-crypto
Checking patch test/test/test_cryptodev.c...
Hunk #1 succeeded at 1839 (offset 19 lines).
Hunk #2 succeeded at 8929 (offset 31 lines).
Hunk #3 succeeded at 9886 (offset 47 lines).
error: while searching for:
REGISTER_TEST_COMMAND(cryptodev_dpaa2_sec_autotest, test_cryptodev_dpaa2_sec);
REGISTER_TEST_COMMAND(cryptodev_dpaa_sec_autotest, test_cryptodev_dpaa_sec);
REGISTER_TEST_COMMAND(cryptodev_ccp_autotest, test_cryptodev_ccp);

error: patch failed: test/test/test_cryptodev.c:10040
error: test/test/test_cryptodev.c: patch does not apply
Checking patch test/test/test_cryptodev.h...
error: while searching for:
#define CRYPTODEV_NAME_SCHEDULER_PMD	crypto_scheduler
#define CRYPTODEV_NAME_MRVL_PMD		crypto_mrvl
#define CRYPTODEV_NAME_CCP_PMD		crypto_ccp

/**
 * Write (spread) data from buffer to mbuf data

error: patch failed: test/test/test_cryptodev.h:63
error: test/test/test_cryptodev.h: patch does not apply
Checking patch test/test/test_cryptodev_aes_test_vectors.h...
error: while searching for:
			BLOCKCIPHER_TEST_TARGET_PMD_DPAA2_SEC |
			BLOCKCIPHER_TEST_TARGET_PMD_DPAA_SEC |
			BLOCKCIPHER_TEST_TARGET_PMD_MRVL |
			BLOCKCIPHER_TEST_TARGET_PMD_CCP
	},
	{
		.test_descr = "AES-128-CBC Decryption",

error: patch failed: test/test/test_cryptodev_aes_test_vectors.h:1544
error: test/test/test_cryptodev_aes_test_vectors.h: patch does not apply
Checking patch test/test/test_cryptodev_blockcipher.c...
error: while searching for:
			RTE_STR(CRYPTODEV_NAME_DPAA_SEC_PMD));
	int mrvl_pmd = rte_cryptodev_driver_id_get(
			RTE_STR(CRYPTODEV_NAME_MRVL_PMD));

	int nb_segs = 1;


error: patch failed: test/test/test_cryptodev_blockcipher.c:70
error: test/test/test_cryptodev_blockcipher.c: patch does not apply
Checking patch test/test/test_cryptodev_blockcipher.h...
error: while searching for:
#define BLOCKCIPHER_TEST_TARGET_PMD_DPAA_SEC	0x0040 /* DPAA_SEC flag */
#define BLOCKCIPHER_TEST_TARGET_PMD_MRVL	0x0080 /* Marvell flag */
#define BLOCKCIPHER_TEST_TARGET_PMD_CCP		0x0040 /* CCP flag */

#define BLOCKCIPHER_TEST_OP_CIPHER	(BLOCKCIPHER_TEST_OP_ENCRYPT | \
					BLOCKCIPHER_TEST_OP_DECRYPT)

error: patch failed: test/test/test_cryptodev_blockcipher.h:28
error: test/test/test_cryptodev_blockcipher.h: patch does not apply
*Repo: dpdk-next-virtio
Checking patch test/test/test_cryptodev.c...
Hunk #1 succeeded at 1765 (offset -55 lines).
Hunk #2 succeeded at 8786 (offset -112 lines).
Hunk #3 succeeded at 9695 (offset -144 lines).
error: while searching for:
REGISTER_TEST_COMMAND(cryptodev_dpaa2_sec_autotest, test_cryptodev_dpaa2_sec);
REGISTER_TEST_COMMAND(cryptodev_dpaa_sec_autotest, test_cryptodev_dpaa_sec);
REGISTER_TEST_COMMAND(cryptodev_ccp_autotest, test_cryptodev_ccp);

error: patch failed: test/test/test_cryptodev.c:10040
error: test/test/test_cryptodev.c: patch does not apply
Checking patch test/test/test_cryptodev.h...
error: while searching for:
#define CRYPTODEV_NAME_SCHEDULER_PMD	crypto_scheduler
#define CRYPTODEV_NAME_MRVL_PMD		crypto_mrvl
#define CRYPTODEV_NAME_CCP_PMD		crypto_ccp

/**
 * Write (spread) data from buffer to mbuf data

error: patch failed: test/test/test_cryptodev.h:63
error: test/test/test_cryptodev.h: patch does not apply
Checking patch test/test/test_cryptodev_aes_test_vectors.h...
error: while searching for:
			BLOCKCIPHER_TEST_TARGET_PMD_DPAA2_SEC |
			BLOCKCIPHER_TEST_TARGET_PMD_DPAA_SEC |
			BLOCKCIPHER_TEST_TARGET_PMD_MRVL |
			BLOCKCIPHER_TEST_TARGET_PMD_CCP
	},
	{
		.test_descr = "AES-128-CBC Decryption",

error: patch failed: test/test/test_cryptodev_aes_test_vectors.h:1544
error: test/test/test_cryptodev_aes_test_vectors.h: patch does not apply
Checking patch test/test/test_cryptodev_blockcipher.c...
Hunk #1 succeeded at 68 (offset -2 lines).
error: while searching for:
			driver_id == openssl_pmd ||
			driver_id == armv8_pmd ||
			driver_id == mrvl_pmd ||
			driver_id == ccp_pmd) { /* Fall through */
		digest_len = tdata->digest.len;
	} else if (driver_id == aesni_mb_pmd ||
			driver_id == scheduler_pmd) {

error: patch failed: test/test/test_cryptodev_blockcipher.c:97
error: test/test/test_cryptodev_blockcipher.c: patch does not apply
Checking patch test/test/test_cryptodev_blockcipher.h...
error: while searching for:
#define BLOCKCIPHER_TEST_TARGET_PMD_DPAA_SEC	0x0040 /* DPAA_SEC flag */
#define BLOCKCIPHER_TEST_TARGET_PMD_MRVL	0x0080 /* Marvell flag */
#define BLOCKCIPHER_TEST_TARGET_PMD_CCP		0x0040 /* CCP flag */

#define BLOCKCIPHER_TEST_OP_CIPHER	(BLOCKCIPHER_TEST_OP_ENCRYPT | \
					BLOCKCIPHER_TEST_OP_DECRYPT)

error: patch failed: test/test/test_cryptodev_blockcipher.h:28
error: test/test/test_cryptodev_blockcipher.h: patch does not apply

DPDK STV team

             reply	other threads:[~2018-04-19  8:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-19  8:57 sys_stv [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-04-19  5:32 sys_stv

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='0590c7$1eqif7@orsmga001.jf.intel.com' \
    --to=sys_stv@intel.com \
    --cc=test-report@dpdk.org \
    --cc=xinfengx.zhao@intel.com \
    --cc=zhaoyan.chen@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).