Re: KNI module on FreeBSD
From: Jim Thompson <hidden>
Date: 2017-09-23 13:54:19
From: Jim Thompson <hidden>
Date: 2017-09-23 13:54:19
KNI isn’t supported on FreeBSD.
On Sep 23, 2017, at 1:42 PM, Mostafa Salari [off-list ref] wrote:
Hi,
I can't make my DPDK application on FreeBSD, and i give the following error
fatal error: rte_kni.h: No such file or directory
#include <rte_kni.h>
In, ubuntu and debian, I load rte_kni.ko before compilation; However, there
is no such file in FreeBSD version!
my .../dpdk-2.2.0/x86_64-native-bsdapp-gcc/kmod/ directory only contains:
contigmem.ko nic_uio.ko
Thanks in advance for your help