From: sys_stv@intel.com
To: test-report@dpdk.org
Subject: [dpdk-test-report] |FAILURE| pw38351[dpdk-dev, v5, 2/4] ethdev: introduce new tunnel VXLAN-GPE
Date: 05 Jul 2018 01:40:07 -0700 [thread overview]
Message-ID: <0590c7$22vh3g@orsmga001.jf.intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 13560 bytes --]
Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/38351
_apply issues_
Submitter: Xueming Li <xuemingl@mellanox.com>
Date: 2018-04-17 15:33:32
DPDK git baseline:
Repo:dpdk-master, CommitID: 05e0eee0001cb19671eb7e8d3dd68680a695fea2
Repo:dpdk-next-eventdev, CommitID: aa9cbfc8cd1cae3e91e4741edc2aaf3d08056a39
Repo:dpdk-next-net, CommitID: 0b8b92e38cd55c68e4dc49dd597f62327798ec74
Repo:dpdk-next-crypto, CommitID: a5203e08a5e9b6ee9ffbbf4c150b7776de833b08
Repo:dpdk-next-virtio, CommitID: 9b954f9c455a76304601deb88e2df1549dc9e09a
*Repo: dpdk-master
Checking patch doc/guides/prog_guide/rte_flow.rst...
error: while searching for:
- ``rsvd1``: reserved, normally 0x00.
- Default ``mask`` matches VNI only.
Actions
~~~~~~~
error: patch failed: doc/guides/prog_guide/rte_flow.rst:1054
error: doc/guides/prog_guide/rte_flow.rst: patch does not apply
Checking patch lib/librte_ether/rte_eth_ctrl.h...
error: lib/librte_ether/rte_eth_ctrl.h: No such file or directory
Checking patch lib/librte_ether/rte_flow.c...
error: lib/librte_ether/rte_flow.c: No such file or directory
Checking patch lib/librte_ether/rte_flow.h...
error: lib/librte_ether/rte_flow.h: No such file or directory
Checking patch lib/librte_mbuf/rte_mbuf.c...
error: while searching for:
case PKT_TX_TUNNEL_IPIP: return "PKT_TX_TUNNEL_IPIP";
case PKT_TX_TUNNEL_GENEVE: return "PKT_TX_TUNNEL_GENEVE";
case PKT_TX_TUNNEL_MPLSINUDP: return "PKT_TX_TUNNEL_MPLSINUDP";
case PKT_TX_MACSEC: return "PKT_TX_MACSEC";
case PKT_TX_SEC_OFFLOAD: return "PKT_TX_SEC_OFFLOAD";
default: return NULL;
error: patch failed: lib/librte_mbuf/rte_mbuf.c:390
error: lib/librte_mbuf/rte_mbuf.c: patch does not apply
Checking patch lib/librte_mbuf/rte_mbuf.h...
error: while searching for:
#define PKT_TX_TUNNEL_GENEVE (0x4ULL << 45)
/**< TX packet with MPLS-in-UDP RFC 7510 header. */
#define PKT_TX_TUNNEL_MPLSINUDP (0x5ULL << 45)
/* add new TX TUNNEL type here */
#define PKT_TX_TUNNEL_MASK (0xFULL << 45)
error: patch failed: lib/librte_mbuf/rte_mbuf.h:210
error: lib/librte_mbuf/rte_mbuf.h: patch does not apply
Checking patch lib/librte_mbuf/rte_mbuf_ptype.c...
error: while searching for:
case RTE_PTYPE_TUNNEL_GTPU: return "TUNNEL_GTPU";
case RTE_PTYPE_TUNNEL_ESP: return "TUNNEL_ESP";
case RTE_PTYPE_TUNNEL_L2TP: return "TUNNEL_L2TP";
default: return "TUNNEL_UNKNOWN";
}
}
error: patch failed: lib/librte_mbuf/rte_mbuf_ptype.c:65
error: lib/librte_mbuf/rte_mbuf_ptype.c: patch does not apply
Checking patch lib/librte_mbuf/rte_mbuf_ptype.h...
error: while searching for:
*/
#define RTE_PTYPE_TUNNEL_L2TP 0x0000a000
/**
* Mask of tunneling packet types.
*/
#define RTE_PTYPE_TUNNEL_MASK 0x0000f000
error: patch failed: lib/librte_mbuf/rte_mbuf_ptype.h:423
error: lib/librte_mbuf/rte_mbuf_ptype.h: patch does not apply
Checking patch lib/librte_net/rte_ether.h...
error: while searching for:
/**< VXLAN tunnel header length. */
/**
* Extract VLAN tag information into mbuf
*
* Software version of VLAN stripping
error: patch failed: lib/librte_net/rte_ether.h:311
error: lib/librte_net/rte_ether.h: patch does not apply
*Repo: dpdk-next-eventdev
Checking patch doc/guides/prog_guide/rte_flow.rst...
error: while searching for:
- ``rsvd1``: reserved, normally 0x00.
- Default ``mask`` matches VNI only.
Actions
~~~~~~~
error: patch failed: doc/guides/prog_guide/rte_flow.rst:1054
error: doc/guides/prog_guide/rte_flow.rst: patch does not apply
Checking patch lib/librte_ether/rte_eth_ctrl.h...
error: lib/librte_ether/rte_eth_ctrl.h: No such file or directory
Checking patch lib/librte_ether/rte_flow.c...
error: lib/librte_ether/rte_flow.c: No such file or directory
Checking patch lib/librte_ether/rte_flow.h...
error: lib/librte_ether/rte_flow.h: No such file or directory
Checking patch lib/librte_mbuf/rte_mbuf.c...
error: while searching for:
case PKT_TX_TUNNEL_IPIP: return "PKT_TX_TUNNEL_IPIP";
case PKT_TX_TUNNEL_GENEVE: return "PKT_TX_TUNNEL_GENEVE";
case PKT_TX_TUNNEL_MPLSINUDP: return "PKT_TX_TUNNEL_MPLSINUDP";
case PKT_TX_MACSEC: return "PKT_TX_MACSEC";
case PKT_TX_SEC_OFFLOAD: return "PKT_TX_SEC_OFFLOAD";
default: return NULL;
error: patch failed: lib/librte_mbuf/rte_mbuf.c:390
error: lib/librte_mbuf/rte_mbuf.c: patch does not apply
Checking patch lib/librte_mbuf/rte_mbuf.h...
error: while searching for:
#define PKT_TX_TUNNEL_GENEVE (0x4ULL << 45)
/**< TX packet with MPLS-in-UDP RFC 7510 header. */
#define PKT_TX_TUNNEL_MPLSINUDP (0x5ULL << 45)
/* add new TX TUNNEL type here */
#define PKT_TX_TUNNEL_MASK (0xFULL << 45)
error: patch failed: lib/librte_mbuf/rte_mbuf.h:210
error: lib/librte_mbuf/rte_mbuf.h: patch does not apply
Checking patch lib/librte_mbuf/rte_mbuf_ptype.c...
error: while searching for:
case RTE_PTYPE_TUNNEL_GTPU: return "TUNNEL_GTPU";
case RTE_PTYPE_TUNNEL_ESP: return "TUNNEL_ESP";
case RTE_PTYPE_TUNNEL_L2TP: return "TUNNEL_L2TP";
default: return "TUNNEL_UNKNOWN";
}
}
error: patch failed: lib/librte_mbuf/rte_mbuf_ptype.c:65
error: lib/librte_mbuf/rte_mbuf_ptype.c: patch does not apply
Checking patch lib/librte_mbuf/rte_mbuf_ptype.h...
error: while searching for:
*/
#define RTE_PTYPE_TUNNEL_L2TP 0x0000a000
/**
* Mask of tunneling packet types.
*/
#define RTE_PTYPE_TUNNEL_MASK 0x0000f000
error: patch failed: lib/librte_mbuf/rte_mbuf_ptype.h:423
error: lib/librte_mbuf/rte_mbuf_ptype.h: patch does not apply
Checking patch lib/librte_net/rte_ether.h...
error: while searching for:
/**< VXLAN tunnel header length. */
/**
* Extract VLAN tag information into mbuf
*
* Software version of VLAN stripping
error: patch failed: lib/librte_net/rte_ether.h:311
error: lib/librte_net/rte_ether.h: patch does not apply
*Repo: dpdk-next-net
Checking patch doc/guides/prog_guide/rte_flow.rst...
error: while searching for:
- ``rsvd1``: reserved, normally 0x00.
- Default ``mask`` matches VNI only.
Actions
~~~~~~~
error: patch failed: doc/guides/prog_guide/rte_flow.rst:1054
error: doc/guides/prog_guide/rte_flow.rst: patch does not apply
Checking patch lib/librte_ether/rte_eth_ctrl.h...
error: lib/librte_ether/rte_eth_ctrl.h: No such file or directory
Checking patch lib/librte_ether/rte_flow.c...
error: lib/librte_ether/rte_flow.c: No such file or directory
Checking patch lib/librte_ether/rte_flow.h...
error: lib/librte_ether/rte_flow.h: No such file or directory
Checking patch lib/librte_mbuf/rte_mbuf.c...
error: while searching for:
case PKT_TX_TUNNEL_IPIP: return "PKT_TX_TUNNEL_IPIP";
case PKT_TX_TUNNEL_GENEVE: return "PKT_TX_TUNNEL_GENEVE";
case PKT_TX_TUNNEL_MPLSINUDP: return "PKT_TX_TUNNEL_MPLSINUDP";
case PKT_TX_MACSEC: return "PKT_TX_MACSEC";
case PKT_TX_SEC_OFFLOAD: return "PKT_TX_SEC_OFFLOAD";
default: return NULL;
error: patch failed: lib/librte_mbuf/rte_mbuf.c:390
error: lib/librte_mbuf/rte_mbuf.c: patch does not apply
Checking patch lib/librte_mbuf/rte_mbuf.h...
error: while searching for:
#define PKT_TX_TUNNEL_GENEVE (0x4ULL << 45)
/**< TX packet with MPLS-in-UDP RFC 7510 header. */
#define PKT_TX_TUNNEL_MPLSINUDP (0x5ULL << 45)
/* add new TX TUNNEL type here */
#define PKT_TX_TUNNEL_MASK (0xFULL << 45)
error: patch failed: lib/librte_mbuf/rte_mbuf.h:210
error: lib/librte_mbuf/rte_mbuf.h: patch does not apply
Checking patch lib/librte_mbuf/rte_mbuf_ptype.c...
error: while searching for:
case RTE_PTYPE_TUNNEL_GTPU: return "TUNNEL_GTPU";
case RTE_PTYPE_TUNNEL_ESP: return "TUNNEL_ESP";
case RTE_PTYPE_TUNNEL_L2TP: return "TUNNEL_L2TP";
default: return "TUNNEL_UNKNOWN";
}
}
error: patch failed: lib/librte_mbuf/rte_mbuf_ptype.c:65
error: lib/librte_mbuf/rte_mbuf_ptype.c: patch does not apply
Checking patch lib/librte_mbuf/rte_mbuf_ptype.h...
error: while searching for:
*/
#define RTE_PTYPE_TUNNEL_L2TP 0x0000a000
/**
* Mask of tunneling packet types.
*/
#define RTE_PTYPE_TUNNEL_MASK 0x0000f000
error: patch failed: lib/librte_mbuf/rte_mbuf_ptype.h:423
error: lib/librte_mbuf/rte_mbuf_ptype.h: patch does not apply
Checking patch lib/librte_net/rte_ether.h...
error: while searching for:
/**< VXLAN tunnel header length. */
/**
* Extract VLAN tag information into mbuf
*
* Software version of VLAN stripping
error: patch failed: lib/librte_net/rte_ether.h:311
error: lib/librte_net/rte_ether.h: patch does not apply
*Repo: dpdk-next-crypto
Checking patch doc/guides/prog_guide/rte_flow.rst...
error: while searching for:
- ``rsvd1``: reserved, normally 0x00.
- Default ``mask`` matches VNI only.
Actions
~~~~~~~
error: patch failed: doc/guides/prog_guide/rte_flow.rst:1054
error: doc/guides/prog_guide/rte_flow.rst: patch does not apply
Checking patch lib/librte_ether/rte_eth_ctrl.h...
error: lib/librte_ether/rte_eth_ctrl.h: No such file or directory
Checking patch lib/librte_ether/rte_flow.c...
error: lib/librte_ether/rte_flow.c: No such file or directory
Checking patch lib/librte_ether/rte_flow.h...
error: lib/librte_ether/rte_flow.h: No such file or directory
Checking patch lib/librte_mbuf/rte_mbuf.c...
error: while searching for:
case PKT_TX_TUNNEL_IPIP: return "PKT_TX_TUNNEL_IPIP";
case PKT_TX_TUNNEL_GENEVE: return "PKT_TX_TUNNEL_GENEVE";
case PKT_TX_TUNNEL_MPLSINUDP: return "PKT_TX_TUNNEL_MPLSINUDP";
case PKT_TX_MACSEC: return "PKT_TX_MACSEC";
case PKT_TX_SEC_OFFLOAD: return "PKT_TX_SEC_OFFLOAD";
default: return NULL;
error: patch failed: lib/librte_mbuf/rte_mbuf.c:390
error: lib/librte_mbuf/rte_mbuf.c: patch does not apply
Checking patch lib/librte_mbuf/rte_mbuf.h...
error: while searching for:
#define PKT_TX_TUNNEL_GENEVE (0x4ULL << 45)
/**< TX packet with MPLS-in-UDP RFC 7510 header. */
#define PKT_TX_TUNNEL_MPLSINUDP (0x5ULL << 45)
/* add new TX TUNNEL type here */
#define PKT_TX_TUNNEL_MASK (0xFULL << 45)
error: patch failed: lib/librte_mbuf/rte_mbuf.h:210
error: lib/librte_mbuf/rte_mbuf.h: patch does not apply
Checking patch lib/librte_mbuf/rte_mbuf_ptype.c...
error: while searching for:
case RTE_PTYPE_TUNNEL_GTPU: return "TUNNEL_GTPU";
case RTE_PTYPE_TUNNEL_ESP: return "TUNNEL_ESP";
case RTE_PTYPE_TUNNEL_L2TP: return "TUNNEL_L2TP";
default: return "TUNNEL_UNKNOWN";
}
}
error: patch failed: lib/librte_mbuf/rte_mbuf_ptype.c:65
error: lib/librte_mbuf/rte_mbuf_ptype.c: patch does not apply
Checking patch lib/librte_mbuf/rte_mbuf_ptype.h...
error: while searching for:
*/
#define RTE_PTYPE_TUNNEL_L2TP 0x0000a000
/**
* Mask of tunneling packet types.
*/
#define RTE_PTYPE_TUNNEL_MASK 0x0000f000
error: patch failed: lib/librte_mbuf/rte_mbuf_ptype.h:423
error: lib/librte_mbuf/rte_mbuf_ptype.h: patch does not apply
Checking patch lib/librte_net/rte_ether.h...
error: while searching for:
/**< VXLAN tunnel header length. */
/**
* Extract VLAN tag information into mbuf
*
* Software version of VLAN stripping
error: patch failed: lib/librte_net/rte_ether.h:311
error: lib/librte_net/rte_ether.h: patch does not apply
*Repo: dpdk-next-virtio
Checking patch doc/guides/prog_guide/rte_flow.rst...
error: while searching for:
- ``rsvd1``: reserved, normally 0x00.
- Default ``mask`` matches VNI only.
Actions
~~~~~~~
error: patch failed: doc/guides/prog_guide/rte_flow.rst:1054
error: doc/guides/prog_guide/rte_flow.rst: patch does not apply
Checking patch lib/librte_ether/rte_eth_ctrl.h...
error: lib/librte_ether/rte_eth_ctrl.h: No such file or directory
Checking patch lib/librte_ether/rte_flow.c...
error: lib/librte_ether/rte_flow.c: No such file or directory
Checking patch lib/librte_ether/rte_flow.h...
error: lib/librte_ether/rte_flow.h: No such file or directory
Checking patch lib/librte_mbuf/rte_mbuf.c...
error: while searching for:
case PKT_TX_TUNNEL_IPIP: return "PKT_TX_TUNNEL_IPIP";
case PKT_TX_TUNNEL_GENEVE: return "PKT_TX_TUNNEL_GENEVE";
case PKT_TX_TUNNEL_MPLSINUDP: return "PKT_TX_TUNNEL_MPLSINUDP";
case PKT_TX_MACSEC: return "PKT_TX_MACSEC";
case PKT_TX_SEC_OFFLOAD: return "PKT_TX_SEC_OFFLOAD";
default: return NULL;
error: patch failed: lib/librte_mbuf/rte_mbuf.c:390
error: lib/librte_mbuf/rte_mbuf.c: patch does not apply
Checking patch lib/librte_mbuf/rte_mbuf.h...
error: while searching for:
#define PKT_TX_TUNNEL_GENEVE (0x4ULL << 45)
/**< TX packet with MPLS-in-UDP RFC 7510 header. */
#define PKT_TX_TUNNEL_MPLSINUDP (0x5ULL << 45)
/* add new TX TUNNEL type here */
#define PKT_TX_TUNNEL_MASK (0xFULL << 45)
error: patch failed: lib/librte_mbuf/rte_mbuf.h:210
error: lib/librte_mbuf/rte_mbuf.h: patch does not apply
Checking patch lib/librte_mbuf/rte_mbuf_ptype.c...
error: while searching for:
case RTE_PTYPE_TUNNEL_GTPU: return "TUNNEL_GTPU";
case RTE_PTYPE_TUNNEL_ESP: return "TUNNEL_ESP";
case RTE_PTYPE_TUNNEL_L2TP: return "TUNNEL_L2TP";
default: return "TUNNEL_UNKNOWN";
}
}
error: patch failed: lib/librte_mbuf/rte_mbuf_ptype.c:65
error: lib/librte_mbuf/rte_mbuf_ptype.c: patch does not apply
Checking patch lib/librte_mbuf/rte_mbuf_ptype.h...
error: while searching for:
*/
#define RTE_PTYPE_TUNNEL_L2TP 0x0000a000
/**
* Mask of tunneling packet types.
*/
#define RTE_PTYPE_TUNNEL_MASK 0x0000f000
error: patch failed: lib/librte_mbuf/rte_mbuf_ptype.h:423
error: lib/librte_mbuf/rte_mbuf_ptype.h: patch does not apply
Checking patch lib/librte_net/rte_ether.h...
error: while searching for:
/**< VXLAN tunnel header length. */
/**
* Extract VLAN tag information into mbuf
*
* Software version of VLAN stripping
error: patch failed: lib/librte_net/rte_ether.h:311
error: lib/librte_net/rte_ether.h: patch does not apply
DPDK STV team
next reply other threads:[~2018-07-05 8:40 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-05 8:40 sys_stv [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-07-06 7:51 sys_stv
2018-07-06 6:51 sys_stv
2018-07-05 8:32 sys_stv
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$22vh3g@orsmga001.jf.intel.com' \
--to=sys_stv@intel.com \
--cc=test-report@dpdk.org \
/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).