|WARNING| pw111026 [PATCH] kni_net.c: use netif_rx() instead of netif_rx_ni()

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Wed May 11 19:58:57 CEST 2022


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

_apply patch failure_

Submitter:  <mingli.yu at windriver.com>
Date: Wednesday, May 11 2022 11:23:34 
Applied on: CommitID:36db4a1ad46448a2610133b021677ce6a0e0534e
Apply patch set 111026 failed:

Checking patch kernel/linux/kni/kni_net.c...
error: while searching for:
		skb->ip_summed = CHECKSUM_UNNECESSARY;

		/* Call netif interface */
		netif_rx_ni(skb);

		/* Update statistics */
		kni->stats.rx_bytes += len;

error: patch failed: kernel/linux/kni/kni_net.c:368
Applying patch kernel/linux/kni/kni_net.c with 1 reject...
Rejected hunk #1.
diff a/kernel/linux/kni/kni_net.c b/kernel/linux/kni/kni_net.c	(rejected hunks)
@@ -368,7 +368,7 @@ kni_net_rx_normal(struct kni_dev *kni)
 		skb->ip_summed = CHECKSUM_UNNECESSARY;
 
 		/* Call netif interface */
-		netif_rx_ni(skb);
+		netif_rx(skb);
 
 		/* Update statistics */
 		kni->stats.rx_bytes += len;

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

UNH-IOL DPDK Community Lab


More information about the test-report mailing list