automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report]  |FAILURE| pw65339[v5, 3/6] examples/ipsec-secgw: integrate inbound SAD
@ 2020-02-17 17:35 sys_stv
  0 siblings, 0 replies; only message in thread
From: sys_stv @ 2020-02-17 17:35 UTC (permalink / raw)
  To: test-report

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

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

_apply issues_

Submitter: Vladimir Medvedkin <vladimir.medvedkin@intel.com>
Date: 2020-01-29 14:06:05
Reply_mail: 1580306768-110555-4-git-send-email-vladimir.medvedkin@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

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

only message in thread, other threads:[~2020-02-17 17:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-17 17:35 [dpdk-test-report] |FAILURE| pw65339[v5, 3/6] examples/ipsec-secgw: integrate inbound SAD sys_stv

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).