[dpdk-dev] KNI automatic IP configuration

2015-04-05 Thread Zhou, Danny
e1000 driver supports many different NIC devices. Do you know your NIC device type or device_id? > -Original Message- > From: Olivier Deme [mailto:odeme at druidsoftware.com] > Sent: Sunday, April 05, 2015 1:03 AM > To: Zhou, Danny > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] KNI auto

[dpdk-dev] App acting strangely when Vector rx / FDIR is on

2015-04-05 Thread Dor Green
I have an app which processes packets, and for a while I had FDIR in signature mode. Since I no longer needed filtering, I turned it off (which also turned on vector rx) which caused some strange behaviour. I changed the app so that it simply prints the length of the packet for each incoming one,

[dpdk-dev] App acting strangely when Vector rx / FDIR is on

2015-04-05 Thread Dor Green
"Fixed" the problem. I upgraded to DPDK 2.0, which did not allow vector rx to until I have changed my RX hardware queue size to a power of two. After I did that (and changed the rx_free_thresh accordingly), it simply worked. On Sun, Apr 5, 2015 at 11:45 AM, Dor Green wrote: > I have an app which

[dpdk-dev] [RFC] Adding multiple device types to DPDK.

2015-04-05 Thread Neil Horman
On Sat, Apr 04, 2015 at 03:16:08PM +, Wiles, Keith wrote: > > > On 4/4/15, 8:11 AM, "Neil Horman" wrote: > > >On Fri, Apr 03, 2015 at 10:32:01PM +, Wiles, Keith wrote: > >> Hi Neil, > >> > >> On 4/3/15, 12:00 PM, "Neil Horman" wrote: > >> > >> >On Wed, Apr 01, 2015 at 12:44:54PM +000

[dpdk-dev] [RFC] Adding multiple device types to DPDK.

2015-04-05 Thread Wiles, Keith
On 4/5/15, 2:37 PM, "Neil Horman" wrote: >On Sat, Apr 04, 2015 at 03:16:08PM +, Wiles, Keith wrote: >> >> >> On 4/4/15, 8:11 AM, "Neil Horman" wrote: >> >> >On Fri, Apr 03, 2015 at 10:32:01PM +, Wiles, Keith wrote: >> >> Hi Neil, >> >> >> >> On 4/3/15, 12:00 PM, "Neil Horman" wrot

[dpdk-dev] [RFC] Adding multiple device types to DPDK.

2015-04-05 Thread Neil Horman
On Sun, Apr 05, 2015 at 10:20:10PM +, Wiles, Keith wrote: > > > On 4/5/15, 2:37 PM, "Neil Horman" wrote: > > >On Sat, Apr 04, 2015 at 03:16:08PM +, Wiles, Keith wrote: > >> > >> > >> On 4/4/15, 8:11 AM, "Neil Horman" wrote: > >> > >> >On Fri, Apr 03, 2015 at 10:32:01PM +, Wiles,