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| pw109767 [PATCH] [v3] net/ice: fix raw flow input pattern value change in FDIR
Date: Mon, 18 Apr 2022 03:19:07 -0400 (EDT)	[thread overview]
Message-ID: <20220418071907.1FE13EEAC1@noxus.dpdklab.iol.unh.edu> (raw)

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

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

_apply patch failure_

Submitter: Ting Xu <ting.xu@intel.com>
Date: Monday, April 18 2022 06:59:08 
Applied on: CommitID:76076342ec8ef108a155938d46a88bb493fae60e
Apply patch set 109767 failed:

Checking patch drivers/net/ice/ice_fdir_filter.c...
error: while searching for:
				break;

			/* convert raw spec & mask from byte string to int */
			unsigned char *tmp_spec =
				(uint8_t *)(uintptr_t)raw_spec->pattern;
			unsigned char *tmp_mask =
				(uint8_t *)(uintptr_t)raw_mask->pattern;
			uint16_t tmp_val = 0;
			uint8_t pkt_len = 0;
			uint8_t tmp = 0;

error: patch failed: drivers/net/ice/ice_fdir_filter.c:1870
Hunk #2 succeeded at 1883 (offset -2 lines).
Hunk #3 succeeded at 1903 (offset -2 lines).
Hunk #4 succeeded at 1911 (offset -2 lines).
Hunk #5 succeeded at 1920 (offset -2 lines).
Hunk #6 succeeded at 1963 (offset 5 lines).
Applying patch drivers/net/ice/ice_fdir_filter.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.
diff a/drivers/net/ice/ice_fdir_filter.c b/drivers/net/ice/ice_fdir_filter.c	(rejected hunks)
@@ -1870,10 +1870,11 @@ ice_fdir_parse_pattern(__rte_unused struct ice_adapter *ad,
 				break;
 
 			/* convert raw spec & mask from byte string to int */
-			unsigned char *tmp_spec =
+			unsigned char *spec_pattern =
 				(uint8_t *)(uintptr_t)raw_spec->pattern;
-			unsigned char *tmp_mask =
+			unsigned char *mask_pattern =
 				(uint8_t *)(uintptr_t)raw_mask->pattern;
+			uint8_t *tmp_spec, *tmp_mask;
 			uint16_t tmp_val = 0;
 			uint8_t pkt_len = 0;
 			uint8_t tmp = 0;

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

UNH-IOL DPDK Community Lab

                 reply	other threads:[~2022-04-18  7:19 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=20220418071907.1FE13EEAC1@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).