From: sys_stv@intel.com
To: test-report@dpdk.org
Subject: [dpdk-test-report] |FAILURE| pw39480[dpdk-dev, 1/3] net/sfc: avoid Rx/Tx queue init prototype changes
Date: 10 May 2018 01:18:07 -0700 [thread overview]
Message-ID: <0590c7$1k5d1c@orsmga001.jf.intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 12295 bytes --]
Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/39480
_apply issues_
Submitter: Andrew Rybchenko <arybchenko@solarflare.com>
Date: 2018-05-08 15:04:22
DPDK git baseline:
Repo:dpdk-master, CommitID: 8ea41438832a360aed2b7ba49fb75e310a2ff1dc
Repo:dpdk-next-eventdev, CommitID: 640b0d1e510e111694c25145466f37867453837f
Repo:dpdk-next-net, CommitID: 774c1892c434dba09998ccc76b956feb72224571
Repo:dpdk-next-crypto, CommitID: 6dfb76b2943a557c83e1f7fd6561df8dfe16e94c
Repo:dpdk-next-virtio, CommitID: 037c0996bc927342f157426739e0cb63f2db8689
*Repo: dpdk-master
Checking patch drivers/net/sfc/sfc_ethdev.c...
error: while searching for:
{
struct sfc_adapter *sa = dev->data->dev_private;
int rc;
uint64_t offloads;
--
rx_conf, mb_pool, offloads);
if (rc != 0)
goto fail_rx_qinit;
error: patch failed: drivers/net/sfc/sfc_ethdev.c:398
error: drivers/net/sfc/sfc_ethdev.c: patch does not apply
Checking patch drivers/net/sfc/sfc_rx.c...
error: while searching for:
sfc_rx_qinit(struct sfc_adapter *sa, unsigned int sw_index,
uint16_t nb_rx_desc, unsigned int socket_id,
const struct rte_eth_rxconf *rx_conf,
struct rte_mempool *mb_pool,
uint64_t offloads)
{
const efx_nic_cfg_t *encp = efx_nic_cfg_get(sa->nic);
struct sfc_rss *rss = &sa->rss;
error: patch failed: drivers/net/sfc/sfc_rx.c:973
error: drivers/net/sfc/sfc_rx.c: patch does not apply
Checking patch drivers/net/sfc/sfc_rx.h...
error: while searching for:
int sfc_rx_qinit(struct sfc_adapter *sa, unsigned int rx_queue_id,
uint16_t nb_rx_desc, unsigned int socket_id,
const struct rte_eth_rxconf *rx_conf,
struct rte_mempool *mb_pool,
uint64_t offloads);
void sfc_rx_qfini(struct sfc_adapter *sa, unsigned int sw_index);
int sfc_rx_qstart(struct sfc_adapter *sa, unsigned int sw_index);
void sfc_rx_qstop(struct sfc_adapter *sa, unsigned int sw_index);
error: patch failed: drivers/net/sfc/sfc_rx.h:138
error: drivers/net/sfc/sfc_rx.h: patch does not apply
Checking patch drivers/net/sfc/sfc_tx.c...
error: while searching for:
int
sfc_tx_qinit(struct sfc_adapter *sa, unsigned int sw_index,
uint16_t nb_tx_desc, unsigned int socket_id,
const struct rte_eth_txconf *tx_conf,
uint64_t offloads)
{
const efx_nic_cfg_t *encp = efx_nic_cfg_get(sa->nic);
unsigned int txq_entries;
error: patch failed: drivers/net/sfc/sfc_tx.c:135
error: drivers/net/sfc/sfc_tx.c: patch does not apply
Checking patch drivers/net/sfc/sfc_tx.h...
error: while searching for:
int sfc_tx_qinit(struct sfc_adapter *sa, unsigned int sw_index,
uint16_t nb_tx_desc, unsigned int socket_id,
const struct rte_eth_txconf *tx_conf,
uint64_t offloads);
void sfc_tx_qfini(struct sfc_adapter *sa, unsigned int sw_index);
void sfc_tx_qflush_done(struct sfc_txq *txq);
error: patch failed: drivers/net/sfc/sfc_tx.h:121
error: drivers/net/sfc/sfc_tx.h: patch does not apply
*Repo: dpdk-next-eventdev
Checking patch drivers/net/sfc/sfc_ethdev.c...
error: while searching for:
{
struct sfc_adapter *sa = dev->data->dev_private;
int rc;
uint64_t offloads;
--
rx_conf, mb_pool, offloads);
if (rc != 0)
goto fail_rx_qinit;
error: patch failed: drivers/net/sfc/sfc_ethdev.c:398
error: drivers/net/sfc/sfc_ethdev.c: patch does not apply
Checking patch drivers/net/sfc/sfc_rx.c...
error: while searching for:
sfc_rx_qinit(struct sfc_adapter *sa, unsigned int sw_index,
uint16_t nb_rx_desc, unsigned int socket_id,
const struct rte_eth_rxconf *rx_conf,
struct rte_mempool *mb_pool,
uint64_t offloads)
{
const efx_nic_cfg_t *encp = efx_nic_cfg_get(sa->nic);
struct sfc_rss *rss = &sa->rss;
error: patch failed: drivers/net/sfc/sfc_rx.c:973
error: drivers/net/sfc/sfc_rx.c: patch does not apply
Checking patch drivers/net/sfc/sfc_rx.h...
error: while searching for:
int sfc_rx_qinit(struct sfc_adapter *sa, unsigned int rx_queue_id,
uint16_t nb_rx_desc, unsigned int socket_id,
const struct rte_eth_rxconf *rx_conf,
struct rte_mempool *mb_pool,
uint64_t offloads);
void sfc_rx_qfini(struct sfc_adapter *sa, unsigned int sw_index);
int sfc_rx_qstart(struct sfc_adapter *sa, unsigned int sw_index);
void sfc_rx_qstop(struct sfc_adapter *sa, unsigned int sw_index);
error: patch failed: drivers/net/sfc/sfc_rx.h:138
error: drivers/net/sfc/sfc_rx.h: patch does not apply
Checking patch drivers/net/sfc/sfc_tx.c...
error: while searching for:
int
sfc_tx_qinit(struct sfc_adapter *sa, unsigned int sw_index,
uint16_t nb_tx_desc, unsigned int socket_id,
const struct rte_eth_txconf *tx_conf,
uint64_t offloads)
{
const efx_nic_cfg_t *encp = efx_nic_cfg_get(sa->nic);
unsigned int txq_entries;
error: patch failed: drivers/net/sfc/sfc_tx.c:135
error: drivers/net/sfc/sfc_tx.c: patch does not apply
Checking patch drivers/net/sfc/sfc_tx.h...
error: while searching for:
int sfc_tx_qinit(struct sfc_adapter *sa, unsigned int sw_index,
uint16_t nb_tx_desc, unsigned int socket_id,
const struct rte_eth_txconf *tx_conf,
uint64_t offloads);
void sfc_tx_qfini(struct sfc_adapter *sa, unsigned int sw_index);
void sfc_tx_qflush_done(struct sfc_txq *txq);
error: patch failed: drivers/net/sfc/sfc_tx.h:121
error: drivers/net/sfc/sfc_tx.h: patch does not apply
*Repo: dpdk-next-net
Checking patch drivers/net/sfc/sfc_ethdev.c...
error: while searching for:
{
struct sfc_adapter *sa = dev->data->dev_private;
int rc;
uint64_t offloads;
--
rx_conf, mb_pool, offloads);
if (rc != 0)
goto fail_rx_qinit;
error: patch failed: drivers/net/sfc/sfc_ethdev.c:398
error: drivers/net/sfc/sfc_ethdev.c: patch does not apply
Checking patch drivers/net/sfc/sfc_rx.c...
error: while searching for:
sfc_rx_qinit(struct sfc_adapter *sa, unsigned int sw_index,
uint16_t nb_rx_desc, unsigned int socket_id,
const struct rte_eth_rxconf *rx_conf,
struct rte_mempool *mb_pool,
uint64_t offloads)
{
const efx_nic_cfg_t *encp = efx_nic_cfg_get(sa->nic);
struct sfc_rss *rss = &sa->rss;
error: patch failed: drivers/net/sfc/sfc_rx.c:973
error: drivers/net/sfc/sfc_rx.c: patch does not apply
Checking patch drivers/net/sfc/sfc_rx.h...
error: while searching for:
int sfc_rx_qinit(struct sfc_adapter *sa, unsigned int rx_queue_id,
uint16_t nb_rx_desc, unsigned int socket_id,
const struct rte_eth_rxconf *rx_conf,
struct rte_mempool *mb_pool,
uint64_t offloads);
void sfc_rx_qfini(struct sfc_adapter *sa, unsigned int sw_index);
int sfc_rx_qstart(struct sfc_adapter *sa, unsigned int sw_index);
void sfc_rx_qstop(struct sfc_adapter *sa, unsigned int sw_index);
error: patch failed: drivers/net/sfc/sfc_rx.h:138
error: drivers/net/sfc/sfc_rx.h: patch does not apply
Checking patch drivers/net/sfc/sfc_tx.c...
error: while searching for:
int
sfc_tx_qinit(struct sfc_adapter *sa, unsigned int sw_index,
uint16_t nb_tx_desc, unsigned int socket_id,
const struct rte_eth_txconf *tx_conf,
uint64_t offloads)
{
const efx_nic_cfg_t *encp = efx_nic_cfg_get(sa->nic);
unsigned int txq_entries;
error: patch failed: drivers/net/sfc/sfc_tx.c:135
error: drivers/net/sfc/sfc_tx.c: patch does not apply
Checking patch drivers/net/sfc/sfc_tx.h...
error: while searching for:
int sfc_tx_qinit(struct sfc_adapter *sa, unsigned int sw_index,
uint16_t nb_tx_desc, unsigned int socket_id,
const struct rte_eth_txconf *tx_conf,
uint64_t offloads);
void sfc_tx_qfini(struct sfc_adapter *sa, unsigned int sw_index);
void sfc_tx_qflush_done(struct sfc_txq *txq);
error: patch failed: drivers/net/sfc/sfc_tx.h:121
error: drivers/net/sfc/sfc_tx.h: patch does not apply
*Repo: dpdk-next-crypto
Checking patch drivers/net/sfc/sfc_ethdev.c...
error: while searching for:
{
struct sfc_adapter *sa = dev->data->dev_private;
int rc;
uint64_t offloads;
--
rx_conf, mb_pool, offloads);
if (rc != 0)
goto fail_rx_qinit;
error: patch failed: drivers/net/sfc/sfc_ethdev.c:398
error: drivers/net/sfc/sfc_ethdev.c: patch does not apply
Checking patch drivers/net/sfc/sfc_rx.c...
error: while searching for:
sfc_rx_qinit(struct sfc_adapter *sa, unsigned int sw_index,
uint16_t nb_rx_desc, unsigned int socket_id,
const struct rte_eth_rxconf *rx_conf,
struct rte_mempool *mb_pool,
uint64_t offloads)
{
const efx_nic_cfg_t *encp = efx_nic_cfg_get(sa->nic);
struct sfc_rss *rss = &sa->rss;
error: patch failed: drivers/net/sfc/sfc_rx.c:973
error: drivers/net/sfc/sfc_rx.c: patch does not apply
Checking patch drivers/net/sfc/sfc_rx.h...
error: while searching for:
int sfc_rx_qinit(struct sfc_adapter *sa, unsigned int rx_queue_id,
uint16_t nb_rx_desc, unsigned int socket_id,
const struct rte_eth_rxconf *rx_conf,
struct rte_mempool *mb_pool,
uint64_t offloads);
void sfc_rx_qfini(struct sfc_adapter *sa, unsigned int sw_index);
int sfc_rx_qstart(struct sfc_adapter *sa, unsigned int sw_index);
void sfc_rx_qstop(struct sfc_adapter *sa, unsigned int sw_index);
error: patch failed: drivers/net/sfc/sfc_rx.h:138
error: drivers/net/sfc/sfc_rx.h: patch does not apply
Checking patch drivers/net/sfc/sfc_tx.c...
error: while searching for:
int
sfc_tx_qinit(struct sfc_adapter *sa, unsigned int sw_index,
uint16_t nb_tx_desc, unsigned int socket_id,
const struct rte_eth_txconf *tx_conf,
uint64_t offloads)
{
const efx_nic_cfg_t *encp = efx_nic_cfg_get(sa->nic);
unsigned int txq_entries;
error: patch failed: drivers/net/sfc/sfc_tx.c:135
error: drivers/net/sfc/sfc_tx.c: patch does not apply
Checking patch drivers/net/sfc/sfc_tx.h...
error: while searching for:
int sfc_tx_qinit(struct sfc_adapter *sa, unsigned int sw_index,
uint16_t nb_tx_desc, unsigned int socket_id,
const struct rte_eth_txconf *tx_conf,
uint64_t offloads);
void sfc_tx_qfini(struct sfc_adapter *sa, unsigned int sw_index);
void sfc_tx_qflush_done(struct sfc_txq *txq);
error: patch failed: drivers/net/sfc/sfc_tx.h:121
error: drivers/net/sfc/sfc_tx.h: patch does not apply
*Repo: dpdk-next-virtio
Checking patch drivers/net/sfc/sfc_ethdev.c...
error: while searching for:
{
struct sfc_adapter *sa = dev->data->dev_private;
int rc;
uint64_t offloads;
--
rx_conf, mb_pool, offloads);
if (rc != 0)
goto fail_rx_qinit;
error: patch failed: drivers/net/sfc/sfc_ethdev.c:398
error: drivers/net/sfc/sfc_ethdev.c: patch does not apply
Checking patch drivers/net/sfc/sfc_rx.c...
error: while searching for:
sfc_rx_qinit(struct sfc_adapter *sa, unsigned int sw_index,
uint16_t nb_rx_desc, unsigned int socket_id,
const struct rte_eth_rxconf *rx_conf,
struct rte_mempool *mb_pool,
uint64_t offloads)
{
const efx_nic_cfg_t *encp = efx_nic_cfg_get(sa->nic);
struct sfc_rss *rss = &sa->rss;
error: patch failed: drivers/net/sfc/sfc_rx.c:973
error: drivers/net/sfc/sfc_rx.c: patch does not apply
Checking patch drivers/net/sfc/sfc_rx.h...
error: while searching for:
int sfc_rx_qinit(struct sfc_adapter *sa, unsigned int rx_queue_id,
uint16_t nb_rx_desc, unsigned int socket_id,
const struct rte_eth_rxconf *rx_conf,
struct rte_mempool *mb_pool,
uint64_t offloads);
void sfc_rx_qfini(struct sfc_adapter *sa, unsigned int sw_index);
int sfc_rx_qstart(struct sfc_adapter *sa, unsigned int sw_index);
void sfc_rx_qstop(struct sfc_adapter *sa, unsigned int sw_index);
error: patch failed: drivers/net/sfc/sfc_rx.h:138
error: drivers/net/sfc/sfc_rx.h: patch does not apply
Checking patch drivers/net/sfc/sfc_tx.c...
error: while searching for:
int
sfc_tx_qinit(struct sfc_adapter *sa, unsigned int sw_index,
uint16_t nb_tx_desc, unsigned int socket_id,
const struct rte_eth_txconf *tx_conf,
uint64_t offloads)
{
const efx_nic_cfg_t *encp = efx_nic_cfg_get(sa->nic);
unsigned int txq_entries;
error: patch failed: drivers/net/sfc/sfc_tx.c:135
error: drivers/net/sfc/sfc_tx.c: patch does not apply
Checking patch drivers/net/sfc/sfc_tx.h...
error: while searching for:
int sfc_tx_qinit(struct sfc_adapter *sa, unsigned int sw_index,
uint16_t nb_tx_desc, unsigned int socket_id,
const struct rte_eth_txconf *tx_conf,
uint64_t offloads);
void sfc_tx_qfini(struct sfc_adapter *sa, unsigned int sw_index);
void sfc_tx_qflush_done(struct sfc_txq *txq);
error: patch failed: drivers/net/sfc/sfc_tx.h:121
error: drivers/net/sfc/sfc_tx.h: patch does not apply
DPDK STV team
next reply other threads:[~2018-05-10 8:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-10 8:18 sys_stv [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-05-08 15:13 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$1k5d1c@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).