[dpdk-dev] [PATCH] doc: update mlx4 usage and dependencies

2015-04-04 Thread Raghav Sethi
Hi Olga, Thanks so much! I had sent you the output for the case with dynamic linking. Removing the libraries from /usr/local and re-installing OFED solved the library issue. However, there is a new problem (below) An earlier install in the wrong place must have caused the problem. The OFED uninst

[dpdk-dev] [PATCH] doc: update mlx4 usage and dependencies

2015-04-04 Thread Olga Shern
If you compiled pmd statically with libibverbs and libmlx4 you shouldn't see it in ldd. Seems that something went wrong. In any case, ofed doesn't install libraries under /usr/local Please remove all mlx related libraries under /usr/local/ like libmlx4 and libibverbs Original messag

[dpdk-dev] [PATCH] doc: update mlx4 usage and dependencies

2015-04-04 Thread Raghav Sethi
Hi Olga, Thanks very much for helping. I tried stopping and starting, after stop lsmod | grep mlx had no matches. After start, it had the output listed below. The device is the same as on the rest of the machines - Mellanox ConnectX3-EN 40G single port. The application parameters are the same as

[dpdk-dev] [PATCH] doc: update mlx4 usage and dependencies

2015-04-04 Thread Olga Shern
Hi Raghav, After running /etc/init.d/openibd restart you don?t need to load the modules, they are loaded by the openibd script. Can you try to run : /etc/init.d/openibd stop Verify that modules are not loaded /etc/init.d/openib start If it won?t help: What Mellanox NIC do you have on the ?proble

[dpdk-dev] [PATCH] doc: update mlx4 usage and dependencies

2015-04-04 Thread Raghav Sethi
Hi Olga, Thanks for your reply. OFED version was 2.4-1.0.4 for ubuntu14.04-x86_64 I tried both variants: - Compiling with dynamic linking against OFED libraries - Compiling with static linking against dpdk.org libraries Both have the same issue. Best, Raghav On Sat, Apr 4, 2015 at 4:49 PM Olga

[dpdk-dev] [PATCH] doc: update mlx4 usage and dependencies

2015-04-04 Thread Olga Shern
Hi Raghav, What OFED version did you install? There are 2 ways to compile mlx4: 1. You can compile it dynamically with the libibverbs that are coming with Mellanox_OFED 2.4 2. To get better performance: compile it statically with libibverbs and libmlx4 that can be downloaded from http://dpdk.

[dpdk-dev] KNI automatic IP configuration

2015-04-04 Thread Olivier Deme
Currently I?m using the e1000 PMD driver. Thanks, Olivier. > On 4 Apr 2015, at 12:51, Zhou, Danny wrote: > > Which NIC device are you using now? > > KNI does not provide Ethtool support for all NICs supported by the Poll-Mode > Drivers. > >> -Original Message- >> From: dev [mailto:de

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

2015-04-04 Thread Wiles, Keith
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 +, Wiles, Keith wrote: >> >> Hi all, (hoping format of the text is maintained) >>

[dpdk-dev] KNI automatic IP configuration

2015-04-04 Thread Zhou, Danny
Which NIC device are you using now? KNI does not provide Ethtool support for all NICs supported by the Poll-Mode Drivers. > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Olivier Deme > Sent: Friday, April 03, 2015 10:03 PM > To: dev at dpdk.org > Subject: [

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

2015-04-04 Thread Neil Horman
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 +, Wiles, Keith wrote: > >> Hi all, (hoping format of the text is maintained) > >> > >> Bruce and myself are submitting this RFC in