meta-dpdk/recipes-extended/dpdk
Mingli Yu 09098721b1 dpdk-module: use netif_rx() instead of netif_rx_ni()
The netif_rx_ni is removed in below commit after kernel upgraded
to 5.18, so use netif_rx() instead of netif_rx_ni() to fix the gap.
2655926aea9b net: Remove netif_rx_any_context() and netif_rx_ni().

Fixes:
  | TOPDIR/tmp-glibc/work/intel_x86_64-wrs-linux/dpdk-module/21.11.0-r0/git/kernel/linux/kni/kni_net.c: In function 'kni_net_rx_normal':
  | TOPDIR/tmp-glibc/work/intel_x86_64-wrs-linux/dpdk-module/21.11.0-r0/git/kernel/linux/kni/kni_net.c:444:17: error: implicit declaration of function 'netif_rx_ni'; did you mean 'netif_rx'? [-Werror=implicit-function-declaration]
  444 |                 netif_rx_ni(skb);

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2022-05-19 19:15:07 +08:00
..
dpdk dpdk-module: use netif_rx() instead of netif_rx_ni() 2022-05-19 19:15:07 +08:00
dpdk_20.11.5.bb dpdk/20.11: update to v20.11.5 2022-05-06 19:05:16 +08:00
dpdk_21.11.1.bb dpdk/21.11: update to v21.11.1 2022-05-06 19:05:16 +08:00
dpdk-kmods_git.bb Update LICENSE variable to use SPDX license identifiers 2022-03-22 13:04:09 +08:00
dpdk-module_20.11.5.bb dpdk/20.11: update to v20.11.5 2022-05-06 19:05:16 +08:00
dpdk-module_21.11.1.bb dpdk-module: use netif_rx() instead of netif_rx_ni() 2022-05-19 19:15:07 +08:00
dpdk.inc Update LICENSE variable to use SPDX license identifiers 2022-03-22 13:04:09 +08:00