|WARNING| pw112335 [PATCH] [v3] kni: fix warning about discarding const qualifier

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Mon Jun 6 09:48:40 CEST 2022


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

_apply patch failure_

Submitter: Ke Zhang <ke1x.zhang at intel.com>
Date: Monday, June 06 2022 07:22:45 
Applied on: CommitID:c98600d4bed6d15599e448990f2ba117ca938a2d
Apply patch set 112335 failed:

Checking patch kernel/linux/kni/compat.h...
error: while searching for:
#if KERNEL_VERSION(5, 9, 0) > LINUX_VERSION_CODE
#define HAVE_TSK_IN_GUP
#endif

error: patch failed: kernel/linux/kni/compat.h:141
Checking patch kernel/linux/kni/kni_misc.c...
Checking patch kernel/linux/kni/kni_net.c...
Hunk #1 succeeded at 783 (offset 4 lines).
Applying patch kernel/linux/kni/compat.h with 1 reject...
Rejected hunk #1.
Applied patch kernel/linux/kni/kni_misc.c cleanly.
Applied patch kernel/linux/kni/kni_net.c cleanly.
diff a/kernel/linux/kni/compat.h b/kernel/linux/kni/compat.h	(rejected hunks)
@@ -141,3 +141,7 @@
 #if KERNEL_VERSION(5, 9, 0) > LINUX_VERSION_CODE
 #define HAVE_TSK_IN_GUP
 #endif
+
+#if KERNEL_VERSION(5, 15, 0) <= LINUX_VERSION_CODE
+#define HAVE_ETH_HW_ADDR_SET
+#endif

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

UNH-IOL DPDK Community Lab


More information about the test-report mailing list