From: sys_stv@intel.com
To: test-report@dpdk.org
Cc: xinfengx.zhao@intel.com, zhaoyan.chen@intel.com, peipeix.lu@intel.com
Subject: [dpdk-test-report] |FAILURE| pw40008[dpdk-dev] librte_ip_frag: mbuf count, expiration
Date: 14 May 2018 07:28:21 -0700 [thread overview]
Message-ID: <0590c7$1l5ir1@orsmga001.jf.intel.com> (raw)
[-- 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
reply other threads:[~2018-05-14 14:28 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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$1l5ir1@orsmga001.jf.intel.com' \
--to=sys_stv@intel.com \
--cc=peipeix.lu@intel.com \
--cc=test-report@dpdk.org \
--cc=xinfengx.zhao@intel.com \
--cc=zhaoyan.chen@intel.com \
/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).