* [dpdk-test-report] |FAILURE| pw40008[dpdk-dev] librte_ip_frag: mbuf count, expiration
@ 2018-05-14 14:28 sys_stv
0 siblings, 0 replies; only message in thread
From: sys_stv @ 2018-05-14 14:28 UTC (permalink / raw)
To: test-report; +Cc: xinfengx.zhao, zhaoyan.chen, peipeix.lu
[-- Attachment #1: Type: text/plain, Size: 14574 bytes --]
Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/40008
_apply issues_
Submitter: <kiselev99@gmail.com>
Date: 2018-05-14 14:23:45
DPDK git baseline:
Repo:dpdk-master, CommitID: 1bdea6110ab527e3b26a3387cf95bf6ab14b97d6
Repo:dpdk-next-eventdev, CommitID: 3c955492b601d65402c02ac81dfdc7eeb62f23c9
Repo:dpdk-next-net, CommitID: 13fea06f1c1dbde4be1e757dbb32b3c81db7493e
Repo:dpdk-next-crypto, CommitID: e0d88a394e91f446234aa04d0f9e01c150b0d347
Repo:dpdk-next-virtio, CommitID: 037c0996bc927342f157426739e0cb63f2db8689
*Repo: dpdk-master
/root/regression_share/patches/40008.patch:85: trailing whitespace.
ip_frag_free(struct rte_ip_frag_tbl *tbl, struct ip_frag_pkt *fp,
/root/regression_share/patches/40008.patch:228: trailing whitespace.
*
Checking patch lib/librte_ip_frag/ip_frag_common.h...
error: while searching for:
#define IP_FRAG_LOG(lvl, fmt, args...) do {} while(0)
#endif /* IP_FRAG_DEBUG */
#define IPV4_KEYLEN 1
#define IPV6_KEYLEN 4
error: patch failed: lib/librte_ip_frag/ip_frag_common.h:43
error: lib/librte_ip_frag/ip_frag_common.h: patch does not apply
Checking patch lib/librte_ip_frag/ip_frag_internal.c...
error: while searching for:
#define IP_FRAG_TBL_POS(tbl, sig) \
((tbl)->pkt + ((sig) & (tbl)->entry_mask))
#ifdef RTE_LIBRTE_IP_FRAG_TBL_STAT
#define IP_FRAG_TBL_STAT_UPDATE(s, f, v) ((s)->f += (v))
--
}
static inline void
ip_frag_tbl_add(struct rte_ip_frag_tbl *tbl, struct ip_frag_pkt *fp,
error: patch failed: lib/librte_ip_frag/ip_frag_internal.c:43
error: lib/librte_ip_frag/ip_frag_internal.c: patch does not apply
Checking patch lib/librte_ip_frag/rte_ip_frag.h...
error: while searching for:
#define IP_FRAG_DEATH_ROW_LEN 32 /**< death row size (in packets) */
/** mbuf death row (packets to be freed) */
struct rte_ip_frag_death_row {
--
struct rte_mbuf *row[IP_FRAG_DEATH_ROW_LEN * (IP_MAX_FRAG_NUM + 1)];
/**< mbufs to be freed */
};
error: patch failed: lib/librte_ip_frag/rte_ip_frag.h:94
error: lib/librte_ip_frag/rte_ip_frag.h: patch does not apply
Checking patch lib/librte_ip_frag/rte_ip_frag_common.c...
error: while searching for:
tbl->nb_buckets = bucket_num;
tbl->bucket_entries = bucket_entries;
tbl->entry_mask = (tbl->nb_entries - 1) & ~(tbl->bucket_entries - 1);
TAILQ_INIT(&(tbl->lru));
return tbl;
error: patch failed: lib/librte_ip_frag/rte_ip_frag_common.c:104
error: lib/librte_ip_frag/rte_ip_frag_common.c: patch does not apply
Checking patch lib/librte_ip_frag/rte_ipv4_reassembly.c...
error: while searching for:
/* process the fragmented packet. */
mb = ip_frag_process(fp, dr, mb, ip_ofs, ip_len, ip_flag);
ip_frag_inuse(tbl, fp);
IP_FRAG_LOG(DEBUG, "%s:%d:\n"
error: patch failed: lib/librte_ip_frag/rte_ipv4_reassembly.c:173
error: lib/librte_ip_frag/rte_ipv4_reassembly.c: patch does not apply
Checking patch lib/librte_ip_frag/rte_ipv6_reassembly.c...
error: while searching for:
/* process the fragmented packet. */
mb = ip_frag_process(fp, dr, mb, ip_ofs, ip_len,
MORE_FRAGS(frag_hdr->frag_data));
ip_frag_inuse(tbl, fp);
error: patch failed: lib/librte_ip_frag/rte_ipv6_reassembly.c:213
error: lib/librte_ip_frag/rte_ipv6_reassembly.c: patch does not apply
*Repo: dpdk-next-eventdev
/root/regression_share/patches/40008.patch:85: trailing whitespace.
ip_frag_free(struct rte_ip_frag_tbl *tbl, struct ip_frag_pkt *fp,
/root/regression_share/patches/40008.patch:228: trailing whitespace.
*
Checking patch lib/librte_ip_frag/ip_frag_common.h...
error: while searching for:
#define IP_FRAG_LOG(lvl, fmt, args...) do {} while(0)
#endif /* IP_FRAG_DEBUG */
#define IPV4_KEYLEN 1
#define IPV6_KEYLEN 4
error: patch failed: lib/librte_ip_frag/ip_frag_common.h:43
error: lib/librte_ip_frag/ip_frag_common.h: patch does not apply
Checking patch lib/librte_ip_frag/ip_frag_internal.c...
error: while searching for:
#define IP_FRAG_TBL_POS(tbl, sig) \
((tbl)->pkt + ((sig) & (tbl)->entry_mask))
#ifdef RTE_LIBRTE_IP_FRAG_TBL_STAT
#define IP_FRAG_TBL_STAT_UPDATE(s, f, v) ((s)->f += (v))
--
}
static inline void
ip_frag_tbl_add(struct rte_ip_frag_tbl *tbl, struct ip_frag_pkt *fp,
error: patch failed: lib/librte_ip_frag/ip_frag_internal.c:43
error: lib/librte_ip_frag/ip_frag_internal.c: patch does not apply
Checking patch lib/librte_ip_frag/rte_ip_frag.h...
error: while searching for:
#define IP_FRAG_DEATH_ROW_LEN 32 /**< death row size (in packets) */
/** mbuf death row (packets to be freed) */
struct rte_ip_frag_death_row {
--
struct rte_mbuf *row[IP_FRAG_DEATH_ROW_LEN * (IP_MAX_FRAG_NUM + 1)];
/**< mbufs to be freed */
};
error: patch failed: lib/librte_ip_frag/rte_ip_frag.h:94
error: lib/librte_ip_frag/rte_ip_frag.h: patch does not apply
Checking patch lib/librte_ip_frag/rte_ip_frag_common.c...
error: while searching for:
tbl->nb_buckets = bucket_num;
tbl->bucket_entries = bucket_entries;
tbl->entry_mask = (tbl->nb_entries - 1) & ~(tbl->bucket_entries - 1);
TAILQ_INIT(&(tbl->lru));
return tbl;
error: patch failed: lib/librte_ip_frag/rte_ip_frag_common.c:104
error: lib/librte_ip_frag/rte_ip_frag_common.c: patch does not apply
Checking patch lib/librte_ip_frag/rte_ipv4_reassembly.c...
error: while searching for:
/* process the fragmented packet. */
mb = ip_frag_process(fp, dr, mb, ip_ofs, ip_len, ip_flag);
ip_frag_inuse(tbl, fp);
IP_FRAG_LOG(DEBUG, "%s:%d:\n"
error: patch failed: lib/librte_ip_frag/rte_ipv4_reassembly.c:173
error: lib/librte_ip_frag/rte_ipv4_reassembly.c: patch does not apply
Checking patch lib/librte_ip_frag/rte_ipv6_reassembly.c...
error: while searching for:
/* process the fragmented packet. */
mb = ip_frag_process(fp, dr, mb, ip_ofs, ip_len,
MORE_FRAGS(frag_hdr->frag_data));
ip_frag_inuse(tbl, fp);
error: patch failed: lib/librte_ip_frag/rte_ipv6_reassembly.c:213
error: lib/librte_ip_frag/rte_ipv6_reassembly.c: patch does not apply
*Repo: dpdk-next-net
/root/regression_share/patches/40008.patch:85: trailing whitespace.
ip_frag_free(struct rte_ip_frag_tbl *tbl, struct ip_frag_pkt *fp,
/root/regression_share/patches/40008.patch:228: trailing whitespace.
*
Checking patch lib/librte_ip_frag/ip_frag_common.h...
error: while searching for:
#define IP_FRAG_LOG(lvl, fmt, args...) do {} while(0)
#endif /* IP_FRAG_DEBUG */
#define IPV4_KEYLEN 1
#define IPV6_KEYLEN 4
error: patch failed: lib/librte_ip_frag/ip_frag_common.h:43
error: lib/librte_ip_frag/ip_frag_common.h: patch does not apply
Checking patch lib/librte_ip_frag/ip_frag_internal.c...
error: while searching for:
#define IP_FRAG_TBL_POS(tbl, sig) \
((tbl)->pkt + ((sig) & (tbl)->entry_mask))
#ifdef RTE_LIBRTE_IP_FRAG_TBL_STAT
#define IP_FRAG_TBL_STAT_UPDATE(s, f, v) ((s)->f += (v))
--
}
static inline void
ip_frag_tbl_add(struct rte_ip_frag_tbl *tbl, struct ip_frag_pkt *fp,
error: patch failed: lib/librte_ip_frag/ip_frag_internal.c:43
error: lib/librte_ip_frag/ip_frag_internal.c: patch does not apply
Checking patch lib/librte_ip_frag/rte_ip_frag.h...
error: while searching for:
#define IP_FRAG_DEATH_ROW_LEN 32 /**< death row size (in packets) */
/** mbuf death row (packets to be freed) */
struct rte_ip_frag_death_row {
--
struct rte_mbuf *row[IP_FRAG_DEATH_ROW_LEN * (IP_MAX_FRAG_NUM + 1)];
/**< mbufs to be freed */
};
error: patch failed: lib/librte_ip_frag/rte_ip_frag.h:94
error: lib/librte_ip_frag/rte_ip_frag.h: patch does not apply
Checking patch lib/librte_ip_frag/rte_ip_frag_common.c...
error: while searching for:
tbl->nb_buckets = bucket_num;
tbl->bucket_entries = bucket_entries;
tbl->entry_mask = (tbl->nb_entries - 1) & ~(tbl->bucket_entries - 1);
TAILQ_INIT(&(tbl->lru));
return tbl;
error: patch failed: lib/librte_ip_frag/rte_ip_frag_common.c:104
error: lib/librte_ip_frag/rte_ip_frag_common.c: patch does not apply
Checking patch lib/librte_ip_frag/rte_ipv4_reassembly.c...
error: while searching for:
/* process the fragmented packet. */
mb = ip_frag_process(fp, dr, mb, ip_ofs, ip_len, ip_flag);
ip_frag_inuse(tbl, fp);
IP_FRAG_LOG(DEBUG, "%s:%d:\n"
error: patch failed: lib/librte_ip_frag/rte_ipv4_reassembly.c:173
error: lib/librte_ip_frag/rte_ipv4_reassembly.c: patch does not apply
Checking patch lib/librte_ip_frag/rte_ipv6_reassembly.c...
error: while searching for:
/* process the fragmented packet. */
mb = ip_frag_process(fp, dr, mb, ip_ofs, ip_len,
MORE_FRAGS(frag_hdr->frag_data));
ip_frag_inuse(tbl, fp);
error: patch failed: lib/librte_ip_frag/rte_ipv6_reassembly.c:213
error: lib/librte_ip_frag/rte_ipv6_reassembly.c: patch does not apply
*Repo: dpdk-next-crypto
/root/regression_share/patches/40008.patch:85: trailing whitespace.
ip_frag_free(struct rte_ip_frag_tbl *tbl, struct ip_frag_pkt *fp,
/root/regression_share/patches/40008.patch:228: trailing whitespace.
*
Checking patch lib/librte_ip_frag/ip_frag_common.h...
error: while searching for:
#define IP_FRAG_LOG(lvl, fmt, args...) do {} while(0)
#endif /* IP_FRAG_DEBUG */
#define IPV4_KEYLEN 1
#define IPV6_KEYLEN 4
error: patch failed: lib/librte_ip_frag/ip_frag_common.h:43
error: lib/librte_ip_frag/ip_frag_common.h: patch does not apply
Checking patch lib/librte_ip_frag/ip_frag_internal.c...
error: while searching for:
#define IP_FRAG_TBL_POS(tbl, sig) \
((tbl)->pkt + ((sig) & (tbl)->entry_mask))
#ifdef RTE_LIBRTE_IP_FRAG_TBL_STAT
#define IP_FRAG_TBL_STAT_UPDATE(s, f, v) ((s)->f += (v))
--
}
static inline void
ip_frag_tbl_add(struct rte_ip_frag_tbl *tbl, struct ip_frag_pkt *fp,
error: patch failed: lib/librte_ip_frag/ip_frag_internal.c:43
error: lib/librte_ip_frag/ip_frag_internal.c: patch does not apply
Checking patch lib/librte_ip_frag/rte_ip_frag.h...
error: while searching for:
#define IP_FRAG_DEATH_ROW_LEN 32 /**< death row size (in packets) */
/** mbuf death row (packets to be freed) */
struct rte_ip_frag_death_row {
--
struct rte_mbuf *row[IP_FRAG_DEATH_ROW_LEN * (IP_MAX_FRAG_NUM + 1)];
/**< mbufs to be freed */
};
error: patch failed: lib/librte_ip_frag/rte_ip_frag.h:94
error: lib/librte_ip_frag/rte_ip_frag.h: patch does not apply
Checking patch lib/librte_ip_frag/rte_ip_frag_common.c...
error: while searching for:
tbl->nb_buckets = bucket_num;
tbl->bucket_entries = bucket_entries;
tbl->entry_mask = (tbl->nb_entries - 1) & ~(tbl->bucket_entries - 1);
TAILQ_INIT(&(tbl->lru));
return tbl;
error: patch failed: lib/librte_ip_frag/rte_ip_frag_common.c:104
error: lib/librte_ip_frag/rte_ip_frag_common.c: patch does not apply
Checking patch lib/librte_ip_frag/rte_ipv4_reassembly.c...
error: while searching for:
/* process the fragmented packet. */
mb = ip_frag_process(fp, dr, mb, ip_ofs, ip_len, ip_flag);
ip_frag_inuse(tbl, fp);
IP_FRAG_LOG(DEBUG, "%s:%d:\n"
error: patch failed: lib/librte_ip_frag/rte_ipv4_reassembly.c:173
error: lib/librte_ip_frag/rte_ipv4_reassembly.c: patch does not apply
Checking patch lib/librte_ip_frag/rte_ipv6_reassembly.c...
error: while searching for:
/* process the fragmented packet. */
mb = ip_frag_process(fp, dr, mb, ip_ofs, ip_len,
MORE_FRAGS(frag_hdr->frag_data));
ip_frag_inuse(tbl, fp);
error: patch failed: lib/librte_ip_frag/rte_ipv6_reassembly.c:213
error: lib/librte_ip_frag/rte_ipv6_reassembly.c: patch does not apply
*Repo: dpdk-next-virtio
/root/regression_share/patches/40008.patch:85: trailing whitespace.
ip_frag_free(struct rte_ip_frag_tbl *tbl, struct ip_frag_pkt *fp,
/root/regression_share/patches/40008.patch:228: trailing whitespace.
*
Checking patch lib/librte_ip_frag/ip_frag_common.h...
error: while searching for:
#define IP_FRAG_LOG(lvl, fmt, args...) do {} while(0)
#endif /* IP_FRAG_DEBUG */
#define IPV4_KEYLEN 1
#define IPV6_KEYLEN 4
error: patch failed: lib/librte_ip_frag/ip_frag_common.h:43
error: lib/librte_ip_frag/ip_frag_common.h: patch does not apply
Checking patch lib/librte_ip_frag/ip_frag_internal.c...
error: while searching for:
#define IP_FRAG_TBL_POS(tbl, sig) \
((tbl)->pkt + ((sig) & (tbl)->entry_mask))
#ifdef RTE_LIBRTE_IP_FRAG_TBL_STAT
#define IP_FRAG_TBL_STAT_UPDATE(s, f, v) ((s)->f += (v))
--
}
static inline void
ip_frag_tbl_add(struct rte_ip_frag_tbl *tbl, struct ip_frag_pkt *fp,
error: patch failed: lib/librte_ip_frag/ip_frag_internal.c:43
error: lib/librte_ip_frag/ip_frag_internal.c: patch does not apply
Checking patch lib/librte_ip_frag/rte_ip_frag.h...
error: while searching for:
#define IP_FRAG_DEATH_ROW_LEN 32 /**< death row size (in packets) */
/** mbuf death row (packets to be freed) */
struct rte_ip_frag_death_row {
--
struct rte_mbuf *row[IP_FRAG_DEATH_ROW_LEN * (IP_MAX_FRAG_NUM + 1)];
/**< mbufs to be freed */
};
error: patch failed: lib/librte_ip_frag/rte_ip_frag.h:94
error: lib/librte_ip_frag/rte_ip_frag.h: patch does not apply
Checking patch lib/librte_ip_frag/rte_ip_frag_common.c...
error: while searching for:
tbl->nb_buckets = bucket_num;
tbl->bucket_entries = bucket_entries;
tbl->entry_mask = (tbl->nb_entries - 1) & ~(tbl->bucket_entries - 1);
TAILQ_INIT(&(tbl->lru));
return tbl;
error: patch failed: lib/librte_ip_frag/rte_ip_frag_common.c:104
error: lib/librte_ip_frag/rte_ip_frag_common.c: patch does not apply
Checking patch lib/librte_ip_frag/rte_ipv4_reassembly.c...
error: while searching for:
/* process the fragmented packet. */
mb = ip_frag_process(fp, dr, mb, ip_ofs, ip_len, ip_flag);
ip_frag_inuse(tbl, fp);
IP_FRAG_LOG(DEBUG, "%s:%d:\n"
error: patch failed: lib/librte_ip_frag/rte_ipv4_reassembly.c:173
error: lib/librte_ip_frag/rte_ipv4_reassembly.c: patch does not apply
Checking patch lib/librte_ip_frag/rte_ipv6_reassembly.c...
error: while searching for:
/* process the fragmented packet. */
mb = ip_frag_process(fp, dr, mb, ip_ofs, ip_len,
MORE_FRAGS(frag_hdr->frag_data));
ip_frag_inuse(tbl, fp);
error: patch failed: lib/librte_ip_frag/rte_ipv6_reassembly.c:213
error: lib/librte_ip_frag/rte_ipv6_reassembly.c: patch does not apply
DPDK STV team
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-05-14 14:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-14 14:28 [dpdk-test-report] |FAILURE| pw40008[dpdk-dev] librte_ip_frag: mbuf count, expiration 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).