automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw111026 [PATCH] kni_net.c: use netif_rx() instead of netif_rx_ni()
@ 2022-05-11 17:58 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2022-05-11 17:58 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

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

_apply patch failure_

Submitter:  <mingli.yu@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

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

only message in thread, other threads:[~2022-05-11 17:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-11 17:58 |WARNING| pw111026 [PATCH] kni_net.c: use netif_rx() instead of netif_rx_ni() 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).