From: dpdklab@iol.unh.edu
To: test-report@dpdk.org
Cc: dpdk-test-reports@iol.unh.edu
Subject: [dpdk-test-report] |WARNING| pw102837-102855 [PATCH] [v2, 19/19] net/bnxt: check for mismatch of control and physical port
Date: Tue, 26 Oct 2021 05:50:23 +0000 (UTC) [thread overview]
Message-ID: <20211026055023.81DA36045A@dpdk-ubuntu.dpdklab.iol.unh.edu> (raw)
[-- Attachment #1: Type: text/plain, Size: 5625 bytes --]
Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/102837
_apply patch failure_
Submitter: Venkat Duvvuru <venkatkumar.duvvuru@broadcom.com>
Date: Tuesday, October 26 2021 05:05:47
Applied on: CommitID:6c390cee976e33b1e9d8562d32c9d3ebe5d9ce94
Apply patch set 102837-102855 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 = ð_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 = ð_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/19706/
UNH-IOL DPDK Community Lab
reply other threads:[~2021-10-26 5:50 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20211026055023.81DA36045A@dpdk-ubuntu.dpdklab.iol.unh.edu \
--to=dpdklab@iol.unh.edu \
--cc=dpdk-test-reports@iol.unh.edu \
--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).