From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id CCD37B3E9 for ; Thu, 12 Feb 2015 17:01:13 +0100 (CET) Received: by mail-wg0-f47.google.com with SMTP id n12so11085302wgh.6 for ; Thu, 12 Feb 2015 08:01:13 -0800 (PST) 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=v9HzcYeK+iYCRWOwq84nwDv0ETJvrm2w/Du6g3ZPJMM=; b=fJYVy0xb3dI9aMZEGtV6F06wjrLljj3c9CsMSqBvlgSKhb9XMtoUO8z0p4wiNkyGek Nn+HaX6/EPzk6r1kin2oqxZWi7oecuOGM1zMtCx1AQCeN0zodhz3Kr4vjZ+aMmbyY656 JpeqzkFLmaywI3EiSqZ7Ktw4Px4BroQBzzdFaA2eHAuhWS8gakesVG5iwiu5qBZ0N1kA Z7BBzL7M6AL0s30wJE0cxUooetrTBuKUy7MynoxKHtg6GvYBl6nPqbghzi1K3QKq4ZmH D4P4goD7E/DKpTOTs23dY6Zbi0F14LP5NiaEBRqBMuNwpo/yzX58rPYiPFSb1tgIY36Z D/ZQ== X-Gm-Message-State: ALoCoQlHyEtLIjm6c4jnUvh0psvhcdtd3QRSb95SdcQYnbC9DTLmNvD65Wg9rHsajWxhTtUcIa5d X-Received: by 10.194.59.112 with SMTP id y16mr9677784wjq.36.1423756873520; Thu, 12 Feb 2015 08:01:13 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id dt10sm3049397wib.23.2015.02.12.08.01.12 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 12 Feb 2015 08:01:12 -0800 (PST) From: Thomas Monjalon To: Panu Matilainen Date: Thu, 12 Feb 2015 17:00:31 +0100 Message-ID: <1948336.f8PduhjBKx@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <91383E96CE459D47BCE92EFBF5CE73B004F4ACA2@IRSMSX108.ger.corp.intel.com> References: <6ca22ee1257e34ee2b89f2fb354d6c382b8f3e29.1423644785.git.pmatilai@redhat.com> <24fdb6886ab2d889197b6822be9361b40876bf22.1423662049.git.pmatilai@redhat.com> <91383E96CE459D47BCE92EFBF5CE73B004F4ACA2@IRSMSX108.ger.corp.intel.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 v2] mk: fix librte_vhost linking 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: Thu, 12 Feb 2015 16:01:14 -0000 > > librte_vhost is not a plugin but a library, move it to proper section to fix > > sample app build in shared, non-combined library setup. > > > > Signed-off-by: Panu Matilainen > > Acked-by: Sergio Gonzalez Monroy Applied, thanks