On 12/16/2022 5:33 PM, Stephen Hemminger wrote: > On Fri, 16 Dec 2022 11:57:32 +0000 > Ferruh Yigit <ferruh.yi...@amd.com> wrote: > >> In Linux kernel v5.18, "pci-dma-compat.h" wrapper file is removed [1]. >> >> Some APIs in that wrapper file were used by igb_uio kernel module and >> kernel module build fails after mentioned commit. >> >> Fixed build for v5.18 by replacing APIs in igb_uio. >> >> Replaced APIs are available in Linux v4.4 (minimum Linux kernel version >> supported by DPDK), so no Linux version check is needed. >> > > Makes sense, but lets put the correct versions in the commit description. > DPDK should not be trying to support unsupported kernel versions. > > 5.18 is End of Life now and so the one that matters is really 6.0. > > Current DPDK 22 should be supporting last supported LTS which > in January will be 4.14
Agree on this, but officially in documents it still says 4.4, when doc updated I can update commit log too.