Drops upstreamed patch:
 * 0001-kni_net.c-use-netif_rx-instead-of-netif_rx_ni.patch

Signed-off-by: Yogesh Tyagi <[email protected]>
---
 ...dule_21.11.1.bb => dpdk-module_21.11.2.bb} |  3 +-
 ...-use-netif_rx-instead-of-netif_rx_ni.patch | 30 -------------------
 2 files changed, 1 insertion(+), 32 deletions(-)
 rename recipes-extended/dpdk/{dpdk-module_21.11.1.bb => 
dpdk-module_21.11.2.bb} (91%)
 delete mode 100644 
recipes-extended/dpdk/dpdk/0001-kni_net.c-use-netif_rx-instead-of-netif_rx_ni.patch

diff --git a/recipes-extended/dpdk/dpdk-module_21.11.1.bb 
b/recipes-extended/dpdk/dpdk-module_21.11.2.bb
similarity index 91%
rename from recipes-extended/dpdk/dpdk-module_21.11.1.bb
rename to recipes-extended/dpdk/dpdk-module_21.11.2.bb
index 3089ec9..d7ce6a0 100644
--- a/recipes-extended/dpdk/dpdk-module_21.11.1.bb
+++ b/recipes-extended/dpdk/dpdk-module_21.11.2.bb
@@ -4,11 +4,10 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/dpdk:"
 
 SRC_URI += " \
             file://0001-Makefile-add-makefile.patch \
-            file://0001-kni_net.c-use-netif_rx-instead-of-netif_rx_ni.patch \
 "
 STABLE = "-stable"
 BRANCH = "21.11"
-SRCREV = "fcd039e4663bf2b595d7af3a8175a3e0bc09b367"
+SRCREV = "7bcd45ce824d0ea2a9f30d16855613a93521851b"
 S = "${WORKDIR}/git"
 
 inherit module
diff --git 
a/recipes-extended/dpdk/dpdk/0001-kni_net.c-use-netif_rx-instead-of-netif_rx_ni.patch
 
b/recipes-extended/dpdk/dpdk/0001-kni_net.c-use-netif_rx-instead-of-netif_rx_ni.patch
deleted file mode 100644
index 383d657..0000000
--- 
a/recipes-extended/dpdk/dpdk/0001-kni_net.c-use-netif_rx-instead-of-netif_rx_ni.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 5c19a02979d3414f1326359494c1df38eac2730b Mon Sep 17 00:00:00 2001
-From: Mingli Yu <[email protected]>
-Date: Wed, 11 May 2022 17:47:09 +0800
-Subject: [PATCH] kni_net.c: use netif_rx() instead of netif_rx_ni()
-
-The netif_rx_ni is removed in below commit after kernel upgraded
-to 5.18, so change accordingly to fix the gap.
-2655926aea9b net: Remove netif_rx_any_context() and netif_rx_ni().
-
-Upstream-Status: Submitted 
[https://mails.dpdk.org/archives/dev/2022-May/240924.html]
-
-Signed-off-by: Mingli Yu <[email protected]>
-
----
- kernel/linux/kni/kni_net.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/kernel/linux/kni/kni_net.c b/kernel/linux/kni/kni_net.c
-index 29e5b9e21f..e66b35314a 100644
---- a/kernel/linux/kni/kni_net.c
-+++ b/kernel/linux/kni/kni_net.c
-@@ -441,7 +441,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 */
-               dev->stats.rx_bytes += len;
-- 
2.36.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#7652): 
https://lists.yoctoproject.org/g/meta-intel/message/7652
Mute This Topic: https://lists.yoctoproject.org/mt/93479036/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to