automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw109767 [PATCH] [v3] net/ice: fix raw flow input pattern value change in FDIR
@ 2022-04-18  7:19 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2022-04-18  7:19 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

[-- 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

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

only message in thread, other threads:[~2022-04-18  7:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-18  7:19 |WARNING| pw109767 [PATCH] [v3] net/ice: fix raw flow input pattern value change in FDIR 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).