From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by dpdk.org (Postfix) with ESMTP id 5ECC5C44E for ; Mon, 13 Apr 2015 22:15:31 +0200 (CEST) Received: by widdi4 with SMTP id di4so87558800wid.0 for ; Mon, 13 Apr 2015 13:15:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=PgYyhyvr3h1ui4a+65+O/kDNehQYD9I9HqEFTZ50FUU=; b=S2K8gdCITeie8FaqK0hN3YKbOIFsaj25UbfMnP9P8zxkIHnkB8pTHmeVhjfCPlVL6W K2RKBlhvRzAtlcoOh+72qTTdPZhiru2Ya0Qm6WIa2eNdDQpERgiWey2/LDpISdDkFBX2 0fSRrvMP6n4xCuXmDHnEdKeDlrEBSS7r/c0jNqnuJ2stJX/KCtiVCb734pNhDw+g4YSx tuyu+1tsMgMrtFv2uxs8Jz0+klwRwd2ctNzLvP7UgXbzr4ciMTlMHoCmCwZqRw0L7PEE EdGXGeP56hEFXi1ObOAC8cpYU1U/v21rreCE0/NjMfmRHPLGPc2gZ8bZkC5VqJh8gMcr Ea8w== X-Gm-Message-State: ALoCoQkJwK9+H1+RpA4pvBhj7XAMpPQp8OQUvOjmQGRP7XdXwJzfnmUtxFBujV2F7VQzrsdK8Tg1 X-Received: by 10.194.157.39 with SMTP id wj7mr31526849wjb.57.1428956130276; Mon, 13 Apr 2015 13:15:30 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id a6sm12915137wiy.17.2015.04.13.13.15.28 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 13 Apr 2015 13:15:29 -0700 (PDT) From: Thomas Monjalon To: Tetsuya Mukawa Date: Mon, 13 Apr 2015 22:14:48 +0200 Message-ID: <6186914.l96RP6KQKc@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <1428652137-19290-1-git-send-email-thomas.monjalon@6wind.com> References: <1428652137-19290-1-git-send-email-thomas.monjalon@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] mk: fix static linking with null pmd 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: Mon, 13 Apr 2015 20:15:31 -0000 > 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