Re: [dpdk-dev] [PATCH 2/6] usertools/setup: remove inserting custom kernel modules

2020-11-26 Thread Walsh, Conor
t; > Subject: [dpdk-dev] [PATCH 2/6] usertools/setup: remove inserting custom > kernel modules > > Custom DPDK kernel module insert support relies on make based build > variable 'RTE_TARGET' to find the location of the kernel modules, which > is not valid anymore. &g

[dpdk-dev] [PATCH 2/6] usertools/setup: remove inserting custom kernel modules

2020-11-25 Thread Ferruh Yigit
Custom DPDK kernel module insert support relies on make based build variable 'RTE_TARGET' to find the location of the kernel modules, which is not valid anymore. Also 'igb_uio' kernel module moved to another git repository: https://git.dpdk.org/dpdk-kmods/ Signed-off-by: Ferruh Yigit --- userto