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| pw39561[dpdk-dev, v2, 3/3] net/mlx5: add Multi-Packet Rx support
Date: 09 May 2018 04:18:08 -0700 [thread overview]
Message-ID: <0590c7$1jtd5d@orsmga001.jf.intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 13254 bytes --]
Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/39561
_apply issues_
Submitter: Yongseok Koh <yskoh@mellanox.com>
Date: 2018-05-09 11:13:50
DPDK git baseline:
Repo:dpdk-master, CommitID: 0256386dc43ce0f27f4c9d6bfa58c534aaf997e2
Repo:dpdk-next-eventdev, CommitID: db3d585ff859251586f24f2bf60ffc276da01cda
Repo:dpdk-next-net, CommitID: faf9885d4f49b0ee40f0ad132fd194d8ea954253
Repo:dpdk-next-crypto, CommitID: aa12d5b8f9e176cac766fd199eeee25606cf5874
Repo:dpdk-next-virtio, CommitID: 037c0996bc927342f157426739e0cb63f2db8689
*Repo: dpdk-master
Checking patch doc/guides/nics/mlx5.rst...
Hunk #3 succeeded at 248 (offset 8 lines).
Checking patch drivers/net/mlx5/mlx5.c...
Hunk #1 succeeded at 45 (offset -1 lines).
error: while searching for:
priv->txqs = NULL;
}
mlx5_flow_delete_drop_queue(dev);
mlx5_mr_release(dev);
if (priv->pd != NULL) {
assert(priv->ctx != NULL);
error: patch failed: drivers/net/mlx5/mlx5.c:241
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
Hunk #1 succeeded at 91 (offset -11 lines).
Hunk #2 succeeded at 150 (offset -14 lines).
Checking patch drivers/net/mlx5/mlx5_defs.h...
Hunk #1 succeeded at 100 (offset 5 lines).
--
Checking patch drivers/net/mlx5/mlx5_rxq.c...
Hunk #7 succeeded at 851 (offset 10 lines).
Hunk #8 succeeded at 892 (offset 10 lines).
Hunk #9 succeeded at 910 (offset 10 lines).
Hunk #10 succeeded at 949 (offset 10 lines).
error: while searching for:
goto error;
}
/* Fill the rings. */
rxq_data->wqes = (volatile struct mlx5_wqe_data_seg (*)[])
(uintptr_t)rwq.buf;
for (i = 0; (i != (unsigned int)(1 << rxq_data->elts_n)); ++i) {
--
rxq_data->rq_ci = 0;
rxq_data->rq_pi = 0;
rxq_data->zip = (struct rxq_zip){
.ai = 0,
error: patch failed: drivers/net/mlx5/mlx5_rxq.c:777
error: drivers/net/mlx5/mlx5_rxq.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_rxtx.c...
Hunk #3 succeeded at 2024 (offset -3 lines).
Checking patch drivers/net/mlx5/mlx5_rxtx.h...
Hunk #1 succeeded at 74 (offset 10 lines).
error: while searching for:
unsigned int elts_n:4; /* Log 2 of Mbufs. */
unsigned int rss_hash:1; /* RSS hash result is enabled. */
unsigned int mark:1; /* Marked flow available on the queue. */
unsigned int :15; /* Remaining bits. */
volatile uint32_t *rq_db;
--
struct rte_mempool *mp;
struct mlx5_rxq_stats stats;
uint64_t mbuf_initializer; /* Default rearm_data for vectorized Rx. */
struct rte_mbuf fake_mbuf; /* elts padding for vectorized Rx. */
error: patch failed: drivers/net/mlx5/mlx5_rxtx.h:75
error: drivers/net/mlx5/mlx5_rxtx.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_rxtx_vec.c...
Checking patch drivers/net/mlx5/mlx5_rxtx_vec.h...
Checking patch drivers/net/mlx5/mlx5_trigger.c...
error: while searching for:
unsigned int i;
int ret = 0;
for (i = 0; i != priv->rxqs_n; ++i) {
struct mlx5_rxq_ctrl *rxq_ctrl = mlx5_rxq_get(dev, i);
struct rte_mempool *mp;
error: patch failed: drivers/net/mlx5/mlx5_trigger.c:102
error: drivers/net/mlx5/mlx5_trigger.c: patch does not apply
*Repo: dpdk-next-eventdev
Checking patch doc/guides/nics/mlx5.rst...
Hunk #3 succeeded at 248 (offset 8 lines).
Checking patch drivers/net/mlx5/mlx5.c...
Hunk #1 succeeded at 45 (offset -1 lines).
error: while searching for:
priv->txqs = NULL;
}
mlx5_flow_delete_drop_queue(dev);
mlx5_mr_release(dev);
if (priv->pd != NULL) {
assert(priv->ctx != NULL);
error: patch failed: drivers/net/mlx5/mlx5.c:241
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
Hunk #1 succeeded at 91 (offset -11 lines).
Hunk #2 succeeded at 150 (offset -14 lines).
Checking patch drivers/net/mlx5/mlx5_defs.h...
Hunk #1 succeeded at 100 (offset 5 lines).
--
Checking patch drivers/net/mlx5/mlx5_rxq.c...
Hunk #7 succeeded at 851 (offset 10 lines).
Hunk #8 succeeded at 892 (offset 10 lines).
Hunk #9 succeeded at 910 (offset 10 lines).
Hunk #10 succeeded at 949 (offset 10 lines).
error: while searching for:
goto error;
}
/* Fill the rings. */
rxq_data->wqes = (volatile struct mlx5_wqe_data_seg (*)[])
(uintptr_t)rwq.buf;
for (i = 0; (i != (unsigned int)(1 << rxq_data->elts_n)); ++i) {
--
rxq_data->rq_ci = 0;
rxq_data->rq_pi = 0;
rxq_data->zip = (struct rxq_zip){
.ai = 0,
error: patch failed: drivers/net/mlx5/mlx5_rxq.c:777
error: drivers/net/mlx5/mlx5_rxq.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_rxtx.c...
Hunk #3 succeeded at 2024 (offset -3 lines).
Checking patch drivers/net/mlx5/mlx5_rxtx.h...
Hunk #1 succeeded at 74 (offset 10 lines).
error: while searching for:
unsigned int elts_n:4; /* Log 2 of Mbufs. */
unsigned int rss_hash:1; /* RSS hash result is enabled. */
unsigned int mark:1; /* Marked flow available on the queue. */
unsigned int :15; /* Remaining bits. */
volatile uint32_t *rq_db;
--
struct rte_mempool *mp;
struct mlx5_rxq_stats stats;
uint64_t mbuf_initializer; /* Default rearm_data for vectorized Rx. */
struct rte_mbuf fake_mbuf; /* elts padding for vectorized Rx. */
error: patch failed: drivers/net/mlx5/mlx5_rxtx.h:75
error: drivers/net/mlx5/mlx5_rxtx.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_rxtx_vec.c...
Checking patch drivers/net/mlx5/mlx5_rxtx_vec.h...
Checking patch drivers/net/mlx5/mlx5_trigger.c...
error: while searching for:
unsigned int i;
int ret = 0;
for (i = 0; i != priv->rxqs_n; ++i) {
struct mlx5_rxq_ctrl *rxq_ctrl = mlx5_rxq_get(dev, i);
struct rte_mempool *mp;
error: patch failed: drivers/net/mlx5/mlx5_trigger.c:102
error: drivers/net/mlx5/mlx5_trigger.c: patch does not apply
*Repo: dpdk-next-net
Checking patch doc/guides/nics/mlx5.rst...
Hunk #3 succeeded at 248 (offset 8 lines).
Checking patch drivers/net/mlx5/mlx5.c...
Hunk #1 succeeded at 45 (offset -1 lines).
error: while searching for:
priv->txqs = NULL;
}
mlx5_flow_delete_drop_queue(dev);
mlx5_mr_release(dev);
if (priv->pd != NULL) {
assert(priv->ctx != NULL);
error: patch failed: drivers/net/mlx5/mlx5.c:241
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
Hunk #1 succeeded at 91 (offset -11 lines).
Hunk #2 succeeded at 150 (offset -14 lines).
Checking patch drivers/net/mlx5/mlx5_defs.h...
Hunk #1 succeeded at 100 (offset 5 lines).
--
Checking patch drivers/net/mlx5/mlx5_rxq.c...
Hunk #7 succeeded at 851 (offset 10 lines).
Hunk #8 succeeded at 892 (offset 10 lines).
Hunk #9 succeeded at 910 (offset 10 lines).
Hunk #10 succeeded at 949 (offset 10 lines).
error: while searching for:
goto error;
}
/* Fill the rings. */
rxq_data->wqes = (volatile struct mlx5_wqe_data_seg (*)[])
(uintptr_t)rwq.buf;
for (i = 0; (i != (unsigned int)(1 << rxq_data->elts_n)); ++i) {
--
rxq_data->rq_ci = 0;
rxq_data->rq_pi = 0;
rxq_data->zip = (struct rxq_zip){
.ai = 0,
error: patch failed: drivers/net/mlx5/mlx5_rxq.c:777
error: drivers/net/mlx5/mlx5_rxq.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_rxtx.c...
Hunk #3 succeeded at 2024 (offset -3 lines).
Checking patch drivers/net/mlx5/mlx5_rxtx.h...
Hunk #1 succeeded at 74 (offset 10 lines).
error: while searching for:
unsigned int elts_n:4; /* Log 2 of Mbufs. */
unsigned int rss_hash:1; /* RSS hash result is enabled. */
unsigned int mark:1; /* Marked flow available on the queue. */
unsigned int :15; /* Remaining bits. */
volatile uint32_t *rq_db;
--
struct rte_mempool *mp;
struct mlx5_rxq_stats stats;
uint64_t mbuf_initializer; /* Default rearm_data for vectorized Rx. */
struct rte_mbuf fake_mbuf; /* elts padding for vectorized Rx. */
error: patch failed: drivers/net/mlx5/mlx5_rxtx.h:75
error: drivers/net/mlx5/mlx5_rxtx.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_rxtx_vec.c...
Checking patch drivers/net/mlx5/mlx5_rxtx_vec.h...
Checking patch drivers/net/mlx5/mlx5_trigger.c...
error: while searching for:
unsigned int i;
int ret = 0;
for (i = 0; i != priv->rxqs_n; ++i) {
struct mlx5_rxq_ctrl *rxq_ctrl = mlx5_rxq_get(dev, i);
struct rte_mempool *mp;
error: patch failed: drivers/net/mlx5/mlx5_trigger.c:102
error: drivers/net/mlx5/mlx5_trigger.c: patch does not apply
*Repo: dpdk-next-crypto
Checking patch doc/guides/nics/mlx5.rst...
Hunk #3 succeeded at 248 (offset 8 lines).
Checking patch drivers/net/mlx5/mlx5.c...
Hunk #1 succeeded at 45 (offset -1 lines).
error: while searching for:
priv->txqs = NULL;
}
mlx5_flow_delete_drop_queue(dev);
mlx5_mr_release(dev);
if (priv->pd != NULL) {
assert(priv->ctx != NULL);
error: patch failed: drivers/net/mlx5/mlx5.c:241
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
Hunk #1 succeeded at 91 (offset -11 lines).
Hunk #2 succeeded at 150 (offset -14 lines).
Checking patch drivers/net/mlx5/mlx5_defs.h...
Hunk #1 succeeded at 100 (offset 5 lines).
--
Checking patch drivers/net/mlx5/mlx5_rxq.c...
Hunk #7 succeeded at 851 (offset 10 lines).
Hunk #8 succeeded at 892 (offset 10 lines).
Hunk #9 succeeded at 910 (offset 10 lines).
Hunk #10 succeeded at 949 (offset 10 lines).
error: while searching for:
goto error;
}
/* Fill the rings. */
rxq_data->wqes = (volatile struct mlx5_wqe_data_seg (*)[])
(uintptr_t)rwq.buf;
for (i = 0; (i != (unsigned int)(1 << rxq_data->elts_n)); ++i) {
--
rxq_data->rq_ci = 0;
rxq_data->rq_pi = 0;
rxq_data->zip = (struct rxq_zip){
.ai = 0,
error: patch failed: drivers/net/mlx5/mlx5_rxq.c:777
error: drivers/net/mlx5/mlx5_rxq.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_rxtx.c...
Hunk #3 succeeded at 2024 (offset -3 lines).
Checking patch drivers/net/mlx5/mlx5_rxtx.h...
Hunk #1 succeeded at 74 (offset 10 lines).
error: while searching for:
unsigned int elts_n:4; /* Log 2 of Mbufs. */
unsigned int rss_hash:1; /* RSS hash result is enabled. */
unsigned int mark:1; /* Marked flow available on the queue. */
unsigned int :15; /* Remaining bits. */
volatile uint32_t *rq_db;
--
struct rte_mempool *mp;
struct mlx5_rxq_stats stats;
uint64_t mbuf_initializer; /* Default rearm_data for vectorized Rx. */
struct rte_mbuf fake_mbuf; /* elts padding for vectorized Rx. */
error: patch failed: drivers/net/mlx5/mlx5_rxtx.h:75
error: drivers/net/mlx5/mlx5_rxtx.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_rxtx_vec.c...
Checking patch drivers/net/mlx5/mlx5_rxtx_vec.h...
Checking patch drivers/net/mlx5/mlx5_trigger.c...
error: while searching for:
unsigned int i;
int ret = 0;
for (i = 0; i != priv->rxqs_n; ++i) {
struct mlx5_rxq_ctrl *rxq_ctrl = mlx5_rxq_get(dev, i);
struct rte_mempool *mp;
error: patch failed: drivers/net/mlx5/mlx5_trigger.c:102
error: drivers/net/mlx5/mlx5_trigger.c: patch does not apply
*Repo: dpdk-next-virtio
Checking patch doc/guides/nics/mlx5.rst...
Hunk #3 succeeded at 248 (offset 8 lines).
Checking patch drivers/net/mlx5/mlx5.c...
Hunk #1 succeeded at 45 (offset -1 lines).
error: while searching for:
priv->txqs = NULL;
}
mlx5_flow_delete_drop_queue(dev);
mlx5_mr_release(dev);
if (priv->pd != NULL) {
assert(priv->ctx != NULL);
error: patch failed: drivers/net/mlx5/mlx5.c:241
error: drivers/net/mlx5/mlx5.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5.h...
Hunk #1 succeeded at 91 (offset -11 lines).
Hunk #2 succeeded at 150 (offset -14 lines).
Checking patch drivers/net/mlx5/mlx5_defs.h...
Hunk #1 succeeded at 100 (offset 5 lines).
--
Checking patch drivers/net/mlx5/mlx5_rxq.c...
Hunk #7 succeeded at 851 (offset 10 lines).
Hunk #8 succeeded at 892 (offset 10 lines).
Hunk #9 succeeded at 910 (offset 10 lines).
Hunk #10 succeeded at 949 (offset 10 lines).
error: while searching for:
goto error;
}
/* Fill the rings. */
rxq_data->wqes = (volatile struct mlx5_wqe_data_seg (*)[])
(uintptr_t)rwq.buf;
for (i = 0; (i != (unsigned int)(1 << rxq_data->elts_n)); ++i) {
--
rxq_data->rq_ci = 0;
rxq_data->rq_pi = 0;
rxq_data->zip = (struct rxq_zip){
.ai = 0,
error: patch failed: drivers/net/mlx5/mlx5_rxq.c:777
error: drivers/net/mlx5/mlx5_rxq.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_rxtx.c...
Hunk #3 succeeded at 2024 (offset -3 lines).
Checking patch drivers/net/mlx5/mlx5_rxtx.h...
Hunk #1 succeeded at 74 (offset 10 lines).
error: while searching for:
unsigned int elts_n:4; /* Log 2 of Mbufs. */
unsigned int rss_hash:1; /* RSS hash result is enabled. */
unsigned int mark:1; /* Marked flow available on the queue. */
unsigned int :15; /* Remaining bits. */
volatile uint32_t *rq_db;
--
struct rte_mempool *mp;
struct mlx5_rxq_stats stats;
uint64_t mbuf_initializer; /* Default rearm_data for vectorized Rx. */
struct rte_mbuf fake_mbuf; /* elts padding for vectorized Rx. */
error: patch failed: drivers/net/mlx5/mlx5_rxtx.h:75
error: drivers/net/mlx5/mlx5_rxtx.h: patch does not apply
Checking patch drivers/net/mlx5/mlx5_rxtx_vec.c...
Checking patch drivers/net/mlx5/mlx5_rxtx_vec.h...
Checking patch drivers/net/mlx5/mlx5_trigger.c...
error: while searching for:
unsigned int i;
int ret = 0;
for (i = 0; i != priv->rxqs_n; ++i) {
struct mlx5_rxq_ctrl *rxq_ctrl = mlx5_rxq_get(dev, i);
struct rte_mempool *mp;
error: patch failed: drivers/net/mlx5/mlx5_trigger.c:102
error: drivers/net/mlx5/mlx5_trigger.c: patch does not apply
DPDK STV team
next reply other threads:[~2018-05-09 11:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-09 11:18 sys_stv [this message]
2018-05-10 8:18 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$1jtd5d@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).