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| pw119708 [PATCH] [v1] net/iavf: fix taninted scalar
Date: Thu, 10 Nov 2022 02:58:00 -0500 (EST)	[thread overview]
Message-ID: <20221110075800.7C3B710618F@noxus.dpdklab.iol.unh.edu> (raw)

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

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

_apply patch failure_

Submitter: Steve Yang <stevex.yang@intel.com>
Date: Thursday, November 10 2022 07:25:29 
Applied on: CommitID:5d6740652827ed3ef3625c04cca727ddcbcf6ca6
Apply patch set 119708 failed:

Checking patch drivers/net/iavf/iavf_hash.c...
error: while searching for:
	struct virtchnl_proto_hdr *hdr2;
	int i, shift_count = 1;
	int tun_lvl = proto_hdrs->tunnel_level;
	int phdrs_count = 0;

	if (!(phint & IAVF_PHINT_GTPU_MSK) && !(phint & IAVF_PHINT_GRE))
		return;

error: patch failed: drivers/net/iavf/iavf_hash.c:1210
error: while searching for:
		if (phint & IAVF_PHINT_LAYERS_MSK)
			shift_count = 2;

		phdrs_count = proto_hdrs->count;
		/* shift headers layer */
		for (i = phdrs_count - 1 + shift_count;
		     i > shift_count - 1; i--) {
			hdr1 = &proto_hdrs->proto_hdr[i];
			hdr2 = &proto_hdrs->proto_hdr[i - shift_count];

error: patch failed: drivers/net/iavf/iavf_hash.c:1219
Hunk #5 succeeded at 1279 (offset 1 line).
Hunk #6 succeeded at 1286 (offset 1 line).
Hunk #7 succeeded at 1299 (offset 1 line).
Hunk #8 succeeded at 1423 (offset 1 line).
Hunk #9 succeeded at 1483 (offset 1 line).
Applying patch drivers/net/iavf/iavf_hash.c with 2 rejects...
Hunk #1 applied cleanly.
Hunk #2 applied cleanly.
Rejected hunk #3.
Rejected hunk #4.
Hunk #5 applied cleanly.
Hunk #6 applied cleanly.
Hunk #7 applied cleanly.
Hunk #8 applied cleanly.
Hunk #9 applied cleanly.
diff a/drivers/net/iavf/iavf_hash.c b/drivers/net/iavf/iavf_hash.c	(rejected hunks)
@@ -1210,7 +1208,6 @@ iavf_refine_proto_hdrs_by_pattern(struct virtchnl_proto_hdrs *proto_hdrs,
 	struct virtchnl_proto_hdr *hdr2;
 	int i, shift_count = 1;
 	int tun_lvl = proto_hdrs->tunnel_level;
-	int phdrs_count = 0;
 
 	if (!(phint & IAVF_PHINT_GTPU_MSK) && !(phint & IAVF_PHINT_GRE))
 		return;
@@ -1219,9 +1216,8 @@ iavf_refine_proto_hdrs_by_pattern(struct virtchnl_proto_hdrs *proto_hdrs,
 		if (phint & IAVF_PHINT_LAYERS_MSK)
 			shift_count = 2;
 
-		phdrs_count = proto_hdrs->count;
 		/* shift headers layer */
-		for (i = phdrs_count - 1 + shift_count;
+		for (i = proto_hdrs->count - 1 + shift_count;
 		     i > shift_count - 1; i--) {
 			hdr1 = &proto_hdrs->proto_hdr[i];
 			hdr2 = &proto_hdrs->proto_hdr[i - shift_count];

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

UNH-IOL DPDK Community Lab

             reply	other threads:[~2022-11-10  7:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-10  7:58 dpdklab [this message]
     [not found] <20221110072529.132523-1-stevex.yang@intel.com>
2022-11-10  7:37 ` |WARNING| pw119708 [PATCH v1] " checkpatch

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=20221110075800.7C3B710618F@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).