summaryrefslogtreecommitdiffstats
path: root/recipes-extended/dpdk/dpdk/0001-support-5.18-kernel-ABI.patch
Commit message (Collapse)AuthorAgeFilesLines
* dpdk-kmods: update to latest commitNaveen Saini2022-11-151-0/+42
Carry a patch which allows to support 5.18+ kernel ABI. https://git.launchpad.net/ubuntu/+source/dpdk-kmods/tree/debian/patches/0001-support-linux-5.18.patch?id=9d628c02c169d8190bc2cb6afd81e4d364c382cd Build error with 5.19 kernel: igb_uio.c:515:15: error: implicit declaration of function 'pci_set_dma_mask'; did you mean 'ipi_send_mask'? [-Werror=implicit-function-declaration] Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>