[dpdk-dev] KNI with multiple kthreads per port

2015-03-05 Thread Zhang, Helin
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of JP M. > Sent: Sunday, March 1, 2015 6:40 AM > To: dev at dpdk.org > Subject: [dpdk-dev] KNI with multiple kthreads per port > > Howdy! First time posting; please be gentle. :-) >

[dpdk-dev] KNI with multiple kthreads per port

2015-03-04 Thread JP M.
On Wed, Mar 4, 2015 at 9:40 PM, Zhang, Helin wrote: >> * 32-bit (yes, KNI works fine, after a few tweaks hugepage init strategy) > Interesting! How did you get it works? In a nutshell: The current (circa r1.8.0) approach does mmap starting from the bottom of the address space, then does a second

[dpdk-dev] KNI with multiple kthreads per port

2015-02-28 Thread Neil Horman
On Sat, Feb 28, 2015 at 02:39:40PM -0800, JP M. wrote: > Howdy! First time posting; please be gentle. :-) > > Environment: > * DPDK 1.8.0 release > * Linux kernel 3.0.3x-ish > * 32-bit (yes, KNI works fine, after a few tweaks hugepage init strategy) > > I'm trying to use the KNI example app wi

[dpdk-dev] KNI with multiple kthreads per port

2015-02-28 Thread JP M.
Howdy! First time posting; please be gentle. :-) Environment: * DPDK 1.8.0 release * Linux kernel 3.0.3x-ish * 32-bit (yes, KNI works fine, after a few tweaks hugepage init strategy) I'm trying to use the KNI example app with a configuration where multiple kthreads are created for a physical p