From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.mhcomputing.net (master.mhcomputing.net [74.208.46.186]) by dpdk.org (Postfix) with ESMTP id CCFD568FD for ; Tue, 23 Sep 2014 21:58:02 +0200 (CEST) Received: by mail.mhcomputing.net (Postfix, from userid 1000) id 67F7880C76D; Tue, 23 Sep 2014 13:03:42 -0700 (PDT) Date: Tue, 23 Sep 2014 13:03:42 -0700 From: Matthew Hall To: "Wang, Shawn" Message-ID: <20140923200342.GA3635@mhcomputing.net> References: <12C2AAD9525203489F7B523D670129D91CA7579B@ex10-mbx-31007.ant.amazon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <12C2AAD9525203489F7B523D670129D91CA7579B@ex10-mbx-31007.ant.amazon.com> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] Can not init NIC after merge to DPDK 1.7 problem 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: Tue, 23 Sep 2014 19:58:03 -0000 On Tue, Sep 23, 2014 at 06:53:57PM +0000, Wang, Shawn wrote: > Can someone share some light on what is magic of the dpdk Makefile to correctly register the NIC type? I had the same problem as a guy who began using it before the auto-reg, stopped a while, and began again after. You have to pass the following GNU LD option: --whole-archive Matthew.