[dpdk-dev] ERROR: Invalid module format

2015-09-28 Thread Nguyen Van Long
Hi all, I am building DDPK and OVS as the instruction in https://software.intel.com/en-us/blogs/2015/06/09/building-vhost-user-for-ovs-today-using-dpdk-200 My scenario is that I have 2 machines, one is called building machine (for build dpdk) and the another is called deploy machine. After fi

[dpdk-dev] ERROR: Invalid module format

2015-09-28 Thread Andrew Harvey (agh)
You problem is caused by compiling against 2 different kernel trees. The version magic for the module must the same (see below). If you still have the deploy machine (3.16.0.30) kernel tree accessible to your build machine you can try setting the RTE_KERNELDIR=. This can be set in your enviro