]> git.droids-corp.org - dpdk.git/commit
raw/ioat: fix build missing errno include
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 23 Jun 2022 13:49:31 +0000 (14:49 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 26 Jun 2022 08:25:52 +0000 (10:25 +0200)
commitdd51b7bd66f4994ca50ba071f2b70dc18eed59a1
tree2911cb5af418b0b8e295f5f774c99c1fc5e366dc
parent64e14b8b072ae694ef35a3392639223ecf862820
raw/ioat: fix build missing errno include

The inline functions in rte_idxd_rawdev_fns.h make use of rte_errno, but
the header with its definition is not included by that file leading to
build errors.

Fixes: f82c87eb14a4 ("raw/ioat: move idxd functions to separate file")
Cc: stable@dpdk.org
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
drivers/raw/ioat/rte_idxd_rawdev_fns.h