automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |FAILURE| pw65194[5/9] net/bnxt: remove redundant macro
@ 2020-02-14  4:36 sys_stv
  0 siblings, 0 replies; only message in thread
From: sys_stv @ 2020-02-14  4:36 UTC (permalink / raw)
  To: test-report

[-- Attachment #1: Type: text/plain, Size: 2547 bytes --]

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

_apply issues_

Submitter: Somnath Kotur <somnath.kotur@broadcom.com>
Date: 2020-01-28 07:29:19
Reply_mail: 20200128072923.9912-6-somnath.kotur@broadcom.com
DPDK git baseline:
	Repo:dpdk-next-net-brcm, CommitID: 6379d2303e91dda8a8c32750a4f993842d514ebc
	Repo:dpdk, CommitID: 2a115479c6361f9667efaa30ceb0dbdcbd931f48

*Repo: dpdk-next-net-brcm
#define BNXT_FLAG_INIT_DONE			BIT(21)
#define BNXT_FLAG_FW_CAP_ONE_STEP_TX_TS		BIT(22)
#define BNXT_FLAG_ADV_FLOW_MGMT			BIT(23)
#define BNXT_FLAG_RX_VECTOR_PKT_MODE		BIT(24)

error: patch failed: drivers/net/bnxt/bnxt.h:520
error: drivers/net/bnxt/bnxt.h: patch does not apply
Checking patch drivers/net/bnxt/bnxt_ethdev.c...
error: while searching for:
	eth_dev->rx_pkt_burst = bnxt_receive_function(eth_dev);
	eth_dev->tx_pkt_burst = bnxt_transmit_function(eth_dev);
--
	bp->flags |= BNXT_FLAG_INIT_DONE;
	eth_dev->data->dev_started = 1;
	pthread_mutex_lock(&bp->def_cp_lock);
	bnxt_schedule_fw_health_check(bp);

error: patch failed: drivers/net/bnxt/bnxt_ethdev.c:887
error: drivers/net/bnxt/bnxt_ethdev.c: patch does not apply
Checking patch drivers/net/bnxt/bnxt_stats.c...
error: while searching for:
	if (rc)
		return rc;
--
	if (!(bp->flags & BNXT_FLAG_INIT_DONE))
		return -EIO;

	num_q_stats = RTE_MIN(bp->rx_cp_nr_rings,

error: patch failed: drivers/net/bnxt/bnxt_stats.c:389
error: drivers/net/bnxt/bnxt_stats.c: patch does not apply
*Repo: dpdk
#define BNXT_FLAG_INIT_DONE			BIT(21)
#define BNXT_FLAG_FW_CAP_ONE_STEP_TX_TS		BIT(22)
#define BNXT_FLAG_ADV_FLOW_MGMT			BIT(23)
#define BNXT_FLAG_RX_VECTOR_PKT_MODE		BIT(24)

error: patch failed: drivers/net/bnxt/bnxt.h:520
error: drivers/net/bnxt/bnxt.h: patch does not apply
Checking patch drivers/net/bnxt/bnxt_ethdev.c...
error: while searching for:
	eth_dev->rx_pkt_burst = bnxt_receive_function(eth_dev);
	eth_dev->tx_pkt_burst = bnxt_transmit_function(eth_dev);
--
	bp->flags |= BNXT_FLAG_INIT_DONE;
	eth_dev->data->dev_started = 1;
	pthread_mutex_lock(&bp->def_cp_lock);
	bnxt_schedule_fw_health_check(bp);

error: patch failed: drivers/net/bnxt/bnxt_ethdev.c:887
error: drivers/net/bnxt/bnxt_ethdev.c: patch does not apply
Checking patch drivers/net/bnxt/bnxt_stats.c...
error: while searching for:
	if (rc)
		return rc;
--
	if (!(bp->flags & BNXT_FLAG_INIT_DONE))
		return -EIO;

	num_q_stats = RTE_MIN(bp->rx_cp_nr_rings,

error: patch failed: drivers/net/bnxt/bnxt_stats.c:389
error: drivers/net/bnxt/bnxt_stats.c: patch does not apply

DPDK STV team

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-02-14  4:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-14  4:36 [dpdk-test-report] |FAILURE| pw65194[5/9] net/bnxt: remove redundant macro 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).