On Mon, 13 Sep 2021 17:09:11 +0300 Tudor Cornea <tudor.cor...@gmail.com> wrote:
> +static inline bool tx_ring_status_unavailable(uint32_t tp_status) > +{ > +#if KERNEL_VERSION(5, 10, 0) > LINUX_VERSION_CODE No, having kernel dependent userspace in DPDK is not good practice. Distribution vendors don't number their kernels the same as upstream. RHEL for example, keeps same version over life or release but backports many fixes. Also, the system DPDK runs on is often not the system DPDK is built on.