[dpdk-test-report] |FAILURE| pw39480[dpdk-dev, 1/3] net/sfc: avoid Rx/Tx queue init prototype changes

sys_stv at intel.com sys_stv at intel.com
Tue May 8 17:13:00 CEST 2018


Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/39480

_apply issues_

Submitter: Andrew Rybchenko <arybchenko at solarflare.com>
Date: 2018-05-08 15:04:22
DPDK git baseline:
	Repo:dpdk-master, CommitID: 5751ff40fed0f7dc359e983d80c768126328561f
	Repo:dpdk-next-eventdev, CommitID: fcde84b5f85b3c1a5d5564299fd49c58ca20370d
	Repo:dpdk-next-net, CommitID: 9e1d6be043b55ac34a57d4a6ef1c16da84688f40
	Repo:dpdk-next-crypto, CommitID: 9e3a32fcd3d10866fcd2519be3d577e557a6719c
	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


More information about the test-report mailing list