Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/40008 _apply issues_ Submitter: 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