[dpdk-test-report] |FAILURE| pw65340[v5, 4/6] examples/ipsec-secgw: get rid of maximum sa limitation

sys_stv at intel.com sys_stv at intel.com
Mon Feb 17 18:35:55 CET 2020


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

_apply issues_

Submitter: Vladimir Medvedkin <vladimir.medvedkin at intel.com>
Date: 2020-01-29 14:06:06
Reply_mail: 1580306768-110555-5-git-send-email-vladimir.medvedkin at intel.com
DPDK git baseline:
	Repo:dpdk-next-crypto, CommitID: 64f97256e0563a57daf3316c26ebcb3b6ec73792
	Repo:dpdk, CommitID: 914397d6c1141235b48ca60249221976e9e08feb

*Repo: dpdk-next-crypto
#define IPSEC_SA_MAX_ENTRIES (128) /* must be power of 2, max 2 power 30 */
#define INVALID_SPI (0)

#define DISCARD	INVALID_SPI

error: patch failed: examples/ipsec-secgw/ipsec.h:37
error: examples/ipsec-secgw/ipsec.h: patch does not apply
Checking patch examples/ipsec-secgw/parser.c...
error: while searching for:
	cmdline_stdin_exit(cl);
	fclose(f);

	return 0;

error_exit:

error: patch failed: examples/ipsec-secgw/parser.c:642
error: examples/ipsec-secgw/parser.c: patch does not apply
Checking patch examples/ipsec-secgw/parser.h...
error: while searching for:
	struct parse_status *status);

void
parse_sa_tokens(char **tokens, uint32_t n_tokens,
	struct parse_status *status);


error: patch failed: examples/ipsec-secgw/parser.h:75
error: examples/ipsec-secgw/parser.h: patch does not apply
Checking patch examples/ipsec-secgw/sa.c...
error: while searching for:
	}
};
--
static struct ipsec_sa sa_in[IPSEC_SA_MAX_ENTRIES];
static uint32_t nb_sa_in;
static struct ipsec_sa_cnt sa_in_cnt;


error: patch failed: examples/ipsec-secgw/sa.c:133
error: examples/ipsec-secgw/sa.c: patch does not apply
*Repo: dpdk
#define IPSEC_SA_MAX_ENTRIES (128) /* must be power of 2, max 2 power 30 */
#define INVALID_SPI (0)

#define DISCARD	INVALID_SPI

error: patch failed: examples/ipsec-secgw/ipsec.h:37
error: examples/ipsec-secgw/ipsec.h: patch does not apply
Checking patch examples/ipsec-secgw/parser.c...
error: while searching for:
	cmdline_stdin_exit(cl);
	fclose(f);

	return 0;

error_exit:

error: patch failed: examples/ipsec-secgw/parser.c:642
error: examples/ipsec-secgw/parser.c: patch does not apply
Checking patch examples/ipsec-secgw/parser.h...
error: while searching for:
	struct parse_status *status);

void
parse_sa_tokens(char **tokens, uint32_t n_tokens,
	struct parse_status *status);


error: patch failed: examples/ipsec-secgw/parser.h:75
error: examples/ipsec-secgw/parser.h: patch does not apply
Checking patch examples/ipsec-secgw/sa.c...
error: while searching for:
	}
};
--
static struct ipsec_sa sa_in[IPSEC_SA_MAX_ENTRIES];
static uint32_t nb_sa_in;
static struct ipsec_sa_cnt sa_in_cnt;


error: patch failed: examples/ipsec-secgw/sa.c:133
error: examples/ipsec-secgw/sa.c: patch does not apply

DPDK STV team


More information about the test-report mailing list