On 4/13/2016 11:26 PM, ALeX Wang wrote: > Did more experiment, found that it has nothing to do with the kernel > version, > > It only happens when using kni module with '--no-huge' eal flag... > > Is that expected? >
Yes. KNI kernel module expects mempool is physically continuous, with '--no-huge' flag this is no more true, and as a result KNI module can access to incorrect address. Regards, ferruh