[dpdk-test-report] |FAILURE| pw65339[v5, 3/6] examples/ipsec-secgw: integrate inbound SAD

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


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

_apply issues_

Submitter: Vladimir Medvedkin <vladimir.medvedkin at intel.com>
Date: 2020-01-29 14:06:05
Reply_mail: 1580306768-110555-4-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
SRCS-y += sa.c
SRCS-y += rt.c
SRCS-y += ipsec_process.c
SRCS-y += ipsec-secgw.c

error: patch failed: examples/ipsec-secgw/Makefile:12
error: examples/ipsec-secgw/Makefile: patch does not apply
Checking patch examples/ipsec-secgw/ipsec-secgw.c...
error: while searching for:
			continue;
		}
--
		sa_idx = SPI2IDX(res);
		if (!inbound_sa_check(sa, m, sa_idx)) {
			rte_pktmbuf_free(m);
			continue;

error: patch failed: examples/ipsec-secgw/ipsec-secgw.c:601
error: examples/ipsec-secgw/ipsec-secgw.c: patch does not apply
Checking patch examples/ipsec-secgw/ipsec.h...
error: while searching for:
#define DEFAULT_MAX_CATEGORIES	1

--
#define SPI2IDX(spi) (spi & (IPSEC_SA_MAX_ENTRIES - 1))
#define INVALID_SPI (0)

#define DISCARD	INVALID_SPI

error: patch failed: examples/ipsec-secgw/ipsec.h:38
error: examples/ipsec-secgw/ipsec.h: patch does not apply
Checking patch examples/ipsec-secgw/meson.build...
error: while searching for:
allow_experimental_apis = true
sources = files(
	'esp.c', 'ipsec.c', 'ipsec_process.c', 'ipsec-secgw.c',
	'parser.c', 'rt.c', 'sa.c', 'sp4.c', 'sp6.c'
)

error: patch failed: examples/ipsec-secgw/meson.build:10
error: examples/ipsec-secgw/meson.build: patch does not apply
Checking patch examples/ipsec-secgw/sa.c...
error: while searching for:
#include "ipsec.h"
#include "esp.h"
#include "parser.h"

#define IPDEFTTL 64


error: patch failed: examples/ipsec-secgw/sa.c:24
error: examples/ipsec-secgw/sa.c: patch does not apply
Checking patch examples/ipsec-secgw/sp4.c...
error: while searching for:
 * check that for each rule it's SPI has a correspondent entry in SAD
 */
--
	const struct acl4_rules *acr;

	if (inbound != 0) {
		acr = acl4_rules_in;

error: patch failed: examples/ipsec-secgw/sp4.c:493
error: examples/ipsec-secgw/sp4.c: patch does not apply
Checking patch examples/ipsec-secgw/sp6.c...
error: while searching for:
 * check that for each rule it's SPI has a correspondent entry in SAD
 */
--
	const struct acl6_rules *acr;

	if (inbound != 0) {
		acr = acl6_rules_in;

error: patch failed: examples/ipsec-secgw/sp6.c:625
error: examples/ipsec-secgw/sp6.c: patch does not apply
*Repo: dpdk
SRCS-y += sa.c
SRCS-y += rt.c
SRCS-y += ipsec_process.c
SRCS-y += ipsec-secgw.c

error: patch failed: examples/ipsec-secgw/Makefile:12
error: examples/ipsec-secgw/Makefile: patch does not apply
Checking patch examples/ipsec-secgw/ipsec-secgw.c...
error: while searching for:
			continue;
		}
--
		sa_idx = SPI2IDX(res);
		if (!inbound_sa_check(sa, m, sa_idx)) {
			rte_pktmbuf_free(m);
			continue;

error: patch failed: examples/ipsec-secgw/ipsec-secgw.c:601
error: examples/ipsec-secgw/ipsec-secgw.c: patch does not apply
Checking patch examples/ipsec-secgw/ipsec.h...
error: while searching for:
#define DEFAULT_MAX_CATEGORIES	1

--
#define SPI2IDX(spi) (spi & (IPSEC_SA_MAX_ENTRIES - 1))
#define INVALID_SPI (0)

#define DISCARD	INVALID_SPI

error: patch failed: examples/ipsec-secgw/ipsec.h:38
error: examples/ipsec-secgw/ipsec.h: patch does not apply
Checking patch examples/ipsec-secgw/meson.build...
error: while searching for:
allow_experimental_apis = true
sources = files(
	'esp.c', 'ipsec.c', 'ipsec_process.c', 'ipsec-secgw.c',
	'parser.c', 'rt.c', 'sa.c', 'sp4.c', 'sp6.c'
)

error: patch failed: examples/ipsec-secgw/meson.build:10
error: examples/ipsec-secgw/meson.build: patch does not apply
Checking patch examples/ipsec-secgw/sa.c...
error: while searching for:
#include "ipsec.h"
#include "esp.h"
#include "parser.h"

#define IPDEFTTL 64


error: patch failed: examples/ipsec-secgw/sa.c:24
error: examples/ipsec-secgw/sa.c: patch does not apply
Checking patch examples/ipsec-secgw/sp4.c...
error: while searching for:
 * check that for each rule it's SPI has a correspondent entry in SAD
 */
--
	const struct acl4_rules *acr;

	if (inbound != 0) {
		acr = acl4_rules_in;

error: patch failed: examples/ipsec-secgw/sp4.c:493
error: examples/ipsec-secgw/sp4.c: patch does not apply
Checking patch examples/ipsec-secgw/sp6.c...
error: while searching for:
 * check that for each rule it's SPI has a correspondent entry in SAD
 */
--
	const struct acl6_rules *acr;

	if (inbound != 0) {
		acr = acl6_rules_in;

error: patch failed: examples/ipsec-secgw/sp6.c:625
error: examples/ipsec-secgw/sp6.c: patch does not apply

DPDK STV team


More information about the test-report mailing list