From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mk: fix static linking with null pmd Date: Mon, 13 Apr 2015 22:14:48 +0200 Message-ID: <6186914.l96RP6KQKc@xps13> References: <1428652137-19290-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Tetsuya Mukawa Return-path: In-Reply-To: <1428652137-19290-1-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > Null PMD was not found when using a statically linked application: > EAL: no driver found for eth_null1 > EAL: failed to initialize eth_null1 device > > Fixes: c743e50c475f ("null: new poll mode driver") > > Signed-off-by: Thomas Monjalon Applied