automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw103400-103419 [PATCH] [v3, 20/20] net/bnxt: use enum for bank ID
@ 2021-11-02  4:29 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2021-11-02  4:29 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/103400

_apply patch failure_

Submitter: Venkat Duvvuru <venkatkumar.duvvuru@broadcom.com>
Date: Tuesday, November 02 2021 04:05:56 
Applied on: CommitID:b2be63b55ab086c52c082d5c0b2b01fffbc48326
Apply patch set 103400-103419 failed:

Checking patch drivers/net/bnxt/bnxt.h...
Checking patch drivers/net/bnxt/bnxt_cpr.c...
Checking patch drivers/net/bnxt/bnxt_ethdev.c...
error: while searching for:
	struct rte_eth_link *link = &eth_dev->data->dev_link;

	if (link->link_status)
		PMD_DRV_LOG(INFO, "Port %d Link Up - speed %u Mbps - %s\n",
			eth_dev->data->port_id,
			(uint32_t)link->link_speed,
			(link->link_duplex == ETH_LINK_FULL_DUPLEX) ?

error: patch failed: drivers/net/bnxt/bnxt_ethdev.c:1179
Hunk #2 succeeded at 6029 (offset -5 lines).
Hunk #3 succeeded at 6071 (offset -5 lines).
Hunk #4 succeeded at 6086 (offset -5 lines).
Hunk #5 succeeded at 6099 (offset -5 lines).
Hunk #6 succeeded at 6118 (offset -5 lines).
Checking patch drivers/net/bnxt/bnxt_reps.c...
Checking patch drivers/net/bnxt/tf_ulp/bnxt_ulp.h...
Checking patch drivers/net/bnxt/tf_ulp/generic_templates/ulp_template_db_tbl.c...
Checking patch drivers/net/bnxt/tf_ulp/ulp_def_rules.c...
Applied patch drivers/net/bnxt/bnxt.h cleanly.
Applied patch drivers/net/bnxt/bnxt_cpr.c cleanly.
Applying patch drivers/net/bnxt/bnxt_ethdev.c with 1 reject...
Rejected hunk #1.
Hunk #2 applied cleanly.
Hunk #3 applied cleanly.
Hunk #4 applied cleanly.
Hunk #5 applied cleanly.
Hunk #6 applied cleanly.
Applied patch drivers/net/bnxt/bnxt_reps.c cleanly.
Applied patch drivers/net/bnxt/tf_ulp/bnxt_ulp.h cleanly.
Applied patch drivers/net/bnxt/tf_ulp/generic_templates/ulp_template_db_tbl.c cleanly.
Applied patch drivers/net/bnxt/tf_ulp/ulp_def_rules.c cleanly.
diff a/drivers/net/bnxt/bnxt_ethdev.c b/drivers/net/bnxt/bnxt_ethdev.c	(rejected hunks)
@@ -1179,7 +1179,7 @@ void bnxt_print_link_info(struct rte_eth_dev *eth_dev)
 	struct rte_eth_link *link = &eth_dev->data->dev_link;
 
 	if (link->link_status)
-		PMD_DRV_LOG(INFO, "Port %d Link Up - speed %u Mbps - %s\n",
+		PMD_DRV_LOG(DEBUG, "Port %d Link Up - speed %u Mbps - %s\n",
 			eth_dev->data->port_id,
 			(uint32_t)link->link_speed,
 			(link->link_duplex == ETH_LINK_FULL_DUPLEX) ?
Checking patch drivers/net/bnxt/bnxt.h...
error: drivers/net/bnxt/bnxt.h: does not match index
Checking patch drivers/net/bnxt/bnxt_ethdev.c...
error: drivers/net/bnxt/bnxt_ethdev.c: does not match index
Checking patch drivers/net/bnxt/tf_ulp/bnxt_ulp.c...
Checking patch drivers/net/bnxt/tf_ulp/bnxt_ulp.h...
error: drivers/net/bnxt/tf_ulp/bnxt_ulp.h: does not match index
Checking patch drivers/net/bnxt/tf_ulp/ulp_fc_mgr.c...
Applied patch drivers/net/bnxt/tf_ulp/bnxt_ulp.c cleanly.
Applied patch drivers/net/bnxt/tf_ulp/ulp_fc_mgr.c cleanly.
Checking patch drivers/net/bnxt/tf_ulp/bnxt_ulp.c...
error: drivers/net/bnxt/tf_ulp/bnxt_ulp.c: does not match index
Checking patch drivers/net/bnxt/tf_ulp/ulp_def_rules.c...
error: drivers/net/bnxt/tf_ulp/ulp_def_rules.c: does not match index
Checking patch drivers/net/bnxt/tf_ulp/ulp_flow_db.c...
Checking patch drivers/net/bnxt/tf_ulp/ulp_mark_mgr.c...
Applied patch drivers/net/bnxt/tf_ulp/ulp_flow_db.c cleanly.
Applied patch drivers/net/bnxt/tf_ulp/ulp_mark_mgr.c cleanly.
Checking patch drivers/net/bnxt/tf_ulp/bnxt_ulp.c...
error: drivers/net/bnxt/tf_ulp/bnxt_ulp.c: does not match index
Checking patch drivers/net/bnxt/tf_ulp/bnxt_ulp_flow.c...
Checking patch drivers/net/bnxt/tf_ulp/generic_templates/ulp_template_db_enum.h...
Checking patch drivers/net/bnxt/tf_ulp/generic_templates/ulp_template_db_tbl.c...
error: drivers/net/bnxt/tf_ulp/generic_templates/ulp_template_db_tbl.c: does not match index
Checking patch drivers/net/bnxt/tf_ulp/generic_templates/ulp_template_db_thor_act.c...
Checking patch drivers/net/bnxt/tf_ulp/generic_templates/ulp_template_db_thor_class.c...
Checking patch drivers/net/bnxt/tf_ulp/generic_templates/ulp_template_db_wh_plus_act.c...
Checking patch drivers/net/bnxt/tf_ulp/generic_templates/ulp_template_db_wh_plus_class.c...
Checking patch drivers/net/bnxt/tf_ulp/ulp_rte_parser.c...
Applied patch drivers/net/bnxt/tf_ulp/bnxt_ulp_flow.c cleanly.
Applied patch drivers/net/bnxt/tf_ulp/generic_templates/ulp_template_db_enum.h cleanly.
Applied patch drivers/net/bnxt/tf_ulp/generic_templates/ulp_template_db_thor_act.c cleanly.
Applied patch drivers/net/bnxt/tf_ulp/generic_templates/ulp_template_db_thor_class.c cleanly.
Applied patch drivers/net/bnxt/tf_ulp/generic_templates/ulp_template_db_wh_plus_act.c cleanly.
Applied patch drivers/net/bnxt/tf_ulp/generic_templates/ulp_template_db_wh_plus_class.c cleanly.
Applied patch drivers/net/bnxt/tf_ulp/ulp_rte_parser.c cleanly.
Checking patch drivers/net/bnxt/bnxt_hwrm.c...
Checking patch drivers/net/bnxt/bnxt_hwrm.h...
Checking patch drivers/net/bnxt/bnxt_reps.c...
error: drivers/net/bnxt/bnxt_reps.c: does not match index
Applied patch drivers/net/bnxt/bnxt_hwrm.c cleanly.
Applied patch drivers/net/bnxt/bnxt_hwrm.h cleanly.
Checking patch drivers/net/bnxt/tf_ulp/bnxt_ulp.c...
error: drivers/net/bnxt/tf_ulp/bnxt_ulp.c: does not match index
Checking patch drivers/net/bnxt/tf_ulp/ulp_port_db.c...
Checking patch drivers/net/bnxt/tf_ulp/ulp_port_db.h...
Checking patch drivers/net/bnxt/tf_ulp/ulp_rte_parser.c...
error: drivers/net/bnxt/tf_ulp/ulp_rte_parser.c: does not match index
Applied patch drivers/net/bnxt/tf_ulp/ulp_port_db.c cleanly.
Applied patch drivers/net/bnxt/tf_ulp/ulp_port_db.h cleanly.

https://lab.dpdk.org/results/dashboard/patchsets/19899/

UNH-IOL DPDK Community Lab

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

only message in thread, other threads:[~2021-11-02  4:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-02  4:29 [dpdk-test-report] |WARNING| pw103400-103419 [PATCH] [v3, 20/20] net/bnxt: use enum for bank ID dpdklab

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