automatic DPDK test reports
 help / color / mirror / Atom feed
From: dpdklab@iol.unh.edu
To: test-report@dpdk.org
Cc: dpdk-test-reports@iol.unh.edu
Subject: |WARNING| pw109199-109202 [PATCH] [7/7] net/hns3: remove redundant RSS tuple field
Date: Wed,  6 Apr 2022 05:39:36 -0400 (EDT)	[thread overview]
Message-ID: <20220406093936.1CCC56D42C@noxus.dpdklab.iol.unh.edu> (raw)

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

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

_apply patch failure_

Submitter: Min Hu (Connor) <humin29@huawei.com>
Date: Wednesday, April 06 2022 09:22:40 
Applied on: CommitID:442876b2d8fde9b7cdf86464e8a458e3bd8dd210
Apply patch set 109199-109202 failed:

Checking patch drivers/net/hns3/hns3_ethdev.c...
Checking patch drivers/net/hns3/hns3_ethdev_vf.c...
error: while searching for:
		goto cfg_err;
	}

	/* When RSS is not configured, redirect the packet queue 0 */
	if ((uint32_t)mq_mode & RTE_ETH_MQ_RX_RSS_FLAG) {
		conf->rxmode.offloads |= RTE_ETH_RX_OFFLOAD_RSS_HASH;
		rss_conf = conf->rx_adv_conf.rss_conf;

error: patch failed: drivers/net/hns3/hns3_ethdev_vf.c:492
Checking patch drivers/net/hns3/hns3_flow.c...
error: while searching for:
{
	int ret;

	/* Redirected the redirection table to queue 0 */
	ret = hns3_rss_reset_indir_table(hw);
	if (ret)
		return ret;

	/* Disable RSS */
	hw->rss_info.conf.types = 0;

	return 0;
}


error: patch failed: drivers/net/hns3/hns3_flow.c:1446
Checking patch drivers/net/hns3/hns3_rss.c...
Hunk #4 succeeded at 392 (offset 3 lines).
Hunk #5 succeeded at 657 (offset 3 lines).
Hunk #6 succeeded at 674 (offset 3 lines).
Applied patch drivers/net/hns3/hns3_ethdev.c cleanly.
Applying patch drivers/net/hns3/hns3_ethdev_vf.c with 1 reject...
Rejected hunk #1.
Applying patch drivers/net/hns3/hns3_flow.c with 1 reject...
Rejected hunk #1.
Applied patch drivers/net/hns3/hns3_rss.c cleanly.
diff a/drivers/net/hns3/hns3_ethdev_vf.c b/drivers/net/hns3/hns3_ethdev_vf.c	(rejected hunks)
@@ -492,7 +492,6 @@ hns3vf_dev_configure(struct rte_eth_dev *dev)
 		goto cfg_err;
 	}
 
-	/* When RSS is not configured, redirect the packet queue 0 */
 	if ((uint32_t)mq_mode & RTE_ETH_MQ_RX_RSS_FLAG) {
 		conf->rxmode.offloads |= RTE_ETH_RX_OFFLOAD_RSS_HASH;
 		rss_conf = conf->rx_adv_conf.rss_conf;
diff a/drivers/net/hns3/hns3_flow.c b/drivers/net/hns3/hns3_flow.c	(rejected hunks)
@@ -1446,14 +1446,10 @@ hns3_disable_rss(struct hns3_hw *hw)
 {
 	int ret;
 
-	/* Redirected the redirection table to queue 0 */
-	ret = hns3_rss_reset_indir_table(hw);
+	ret = hns3_set_rss_tuple_by_rss_hf(hw, &hw->rss_info.rss_tuple_sets, 0);
 	if (ret)
 		return ret;
 
-	/* Disable RSS */
-	hw->rss_info.conf.types = 0;
-
 	return 0;
 }
 
Checking patch drivers/net/hns3/hns3_rss.c...
error: drivers/net/hns3/hns3_rss.c: does not match index
Checking patch drivers/net/hns3/hns3_flow.c...
error: while searching for:
{
	int ret;

	ret = hns3_set_rss_tuple_by_rss_hf(hw, &hw->rss_info.rss_tuple_sets, 0);
	if (ret)
		return ret;


error: patch failed: drivers/net/hns3/hns3_flow.c:1446
Hunk #2 succeeded at 1500 (offset 5 lines).
Hunk #3 succeeded at 1515 (offset 5 lines).
Checking patch drivers/net/hns3/hns3_rss.c...
error: drivers/net/hns3/hns3_rss.c: does not match index
Checking patch drivers/net/hns3/hns3_rss.h...
Applying patch drivers/net/hns3/hns3_flow.c with 1 reject...
Rejected hunk #1.
Hunk #2 applied cleanly.
Hunk #3 applied cleanly.
Applied patch drivers/net/hns3/hns3_rss.h cleanly.
diff a/drivers/net/hns3/hns3_flow.c b/drivers/net/hns3/hns3_flow.c	(rejected hunks)
@@ -1446,7 +1446,7 @@ hns3_disable_rss(struct hns3_hw *hw)
 {
 	int ret;
 
-	ret = hns3_set_rss_tuple_by_rss_hf(hw, &hw->rss_info.rss_tuple_sets, 0);
+	ret = hns3_set_rss_tuple_by_rss_hf(hw, 0);
 	if (ret)
 		return ret;
 

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

UNH-IOL DPDK Community Lab

                 reply	other threads:[~2022-04-06  9:39 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=20220406093936.1CCC56D42C@noxus.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).