kni: move header file from EAL
authorThomas Monjalon <thomas@monjalon.net>
Sun, 25 Oct 2020 18:48:20 +0000 (19:48 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sat, 31 Oct 2020 15:13:10 +0000 (16:13 +0100)
commit905592f4c4723f97555b2d951f1bdc87e7e45f35
tree60477e580f737010b5d90c92992697de30041c9f
parent7b0de673e2f26cc880a060880c4fb99becf489c3
kni: move header file from EAL

Since the kernel module is not part of EAL anymore,
there is no need to have the common KNI header file in EAL.
The file rte_kni_common.h is moved to librte_kni.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
kernel/linux/kni/meson.build
lib/librte_eal/linux/include/meson.build
lib/librte_eal/linux/include/rte_kni_common.h [deleted file]
lib/librte_kni/meson.build
lib/librte_kni/rte_kni_common.h [new file with mode: 0644]