From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by dpdk.org (Postfix) with ESMTP id 75F348D9F for ; Fri, 11 Sep 2015 21:09:22 +0200 (CEST) Received: by wiclk2 with SMTP id lk2so75148880wic.0 for ; Fri, 11 Sep 2015 12:09:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id :mail-followup-to:references:mime-version:content-type :content-disposition:in-reply-to; bh=RVetjR/dWJkaSNNIozjp9YFfAlGjVWPdsOm3rckz9wk=; b=RtO2co5FpRtOHi6xDaoQ3T58R5yw/5wMH+UnrmzSHtm84g4R5Jrt/kYQ+BHmJIiZeO oFhNT9gvfdd7RTflutwFbsHsfrEA6jTfs4L79r4+8N2TX/pYLX69cEdWZpc40xJ8yhYO uv9zqTEFwsokP69ePSlM0xDmM32VzJ7OsE/ZgvBx7ZBamSC+AnI+qGUcjrV0vTXw/EWd wlEBmFxhRRrVt8MzCSovQosmwsZmKwdFn1zgmyR2Jcb1/YHW1FVMORqie5qIoVG8XxuM E7RX9DwhcbAFOZvsocEfsu0vRwO3KLmFlmxYpLSIICYLd5tmNGVaWzWaQuIrCymAgrbf FmoQ== X-Gm-Message-State: ALoCoQllNXys5Z1TsvFZm1rQX/Um2HFrnese1scw3oBTCLZhYDwAMRK+nCerj27BETHCmxnrwT8b X-Received: by 10.194.205.37 with SMTP id ld5mr706514wjc.14.1441998562335; Fri, 11 Sep 2015 12:09:22 -0700 (PDT) Received: from 6wind.com (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by smtp.gmail.com with ESMTPSA id gt10sm510560wib.20.2015.09.11.12.09.21 (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 11 Sep 2015 12:09:21 -0700 (PDT) Date: Fri, 11 Sep 2015 21:09:07 +0200 From: Adrien Mazarguil To: Nathan Speulda Message-ID: <20150911190907.GU4924@6wind.com> Mail-Followup-To: Nathan Speulda , dev@dpdk.org References: <20150911163549.GT4924@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: dev@dpdk.org Subject: Re: [dpdk-dev] Compiling MLX4 Support into 2.1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2015 19:09:22 -0000 On Fri, Sep 11, 2015 at 09:51:19AM -0700, Nathan Speulda wrote: > Thank you for the response, > > I followed all of the documentation before I came to the forum on this > one. OFED is installed and working correctly with all drivers loaded. I > get to the point of compiling dpdk with support enabled and nothing appears > to come out during the compile (for mlx4 which is included in the > .config). My interfaces are not being seen by the PMD though I am aware it > works differently than the base supported adapters. I understand you do not see anything like the following lines while DPDK is being compiled? == BUILD drivers/net/mlx4 CC mlx4.o AR librte_pmd_mlx4.a INSTALL-LIB librte_pmd_mlx4.a If you don't, something is wrong in your .config, perhaps you haven't edited the right one? Depending on your target, DPDK may generate another with default options in an unexpected place and use it instead of your own. Otherwise, I suggest following Olga's advice, your ports may not be in the right mode (IB instead of Ethernet), or you're using the wrong kernel modules in which case mlx4 usually complains during startup. This is only a guess, please provide compilation, program (testpmd?) startup logs and the related command line if it still doesn't work. -- Adrien Mazarguil 6WIND