automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report]  |FAILURE| pw39480[dpdk-dev, 1/3] net/sfc: avoid Rx/Tx queue init prototype changes
@ 2018-05-10  8:18 sys_stv
  0 siblings, 0 replies; 2+ messages in thread
From: sys_stv @ 2018-05-10  8:18 UTC (permalink / raw)
  To: test-report

[-- 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [dpdk-test-report]  |FAILURE| pw39480[dpdk-dev, 1/3] net/sfc: avoid Rx/Tx queue init prototype changes
@ 2018-05-08 15:13 sys_stv
  0 siblings, 0 replies; 2+ messages in thread
From: sys_stv @ 2018-05-08 15:13 UTC (permalink / raw)
  To: test-report; +Cc: xinfengx.zhao, zhaoyan.chen, peipeix.lu

[-- 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: 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-05-10  8:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-10  8:18 [dpdk-test-report] |FAILURE| pw39480[dpdk-dev, 1/3] net/sfc: avoid Rx/Tx queue init prototype changes sys_stv
  -- strict thread matches above, loose matches on Subject: below --
2018-05-08 15:13 sys_stv

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).