DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] Fw: dpdk-armv7 - Build # 281 - Failure!
@ 2016-02-18 11:45 Jan Viktorin
       [not found] ` <1455796069-1260-1-git-send-email-viktorin@rehivetech.com>
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Viktorin @ 2016-02-18 11:45 UTC (permalink / raw)
  To: Jijiang Liu; +Cc: dev

Hello,

I've noticed a build regression for vhost library. See the log. I'll
send a fix for this very soon.

Regards
Jan
From viktorin@rehivetech.com  Thu Feb 18 12:46:25 2016
Return-Path: <viktorin@rehivetech.com>
Received: from wes1-so2.wedos.net (wes1-so2.wedos.net [46.28.106.16])
 by dpdk.org (Postfix) with ESMTP id CB597C34C
 for <dev@dpdk.org>; Thu, 18 Feb 2016 12:46:25 +0100 (CET)
Received: from pcviktorin.fit.vutbr.cz (pcviktorin.fit.vutbr.cz
 [147.229.13.147])
 by wes1-so2.wedos.net (Postfix) with ESMTPSA id 3q5Z4d45fyzCfx;
 Thu, 18 Feb 2016 12:46:25 +0100 (CET)
From: Jan Viktorin <viktorin@rehivetech.com>
To: dev@dpdk.org
Date: Thu, 18 Feb 2016 12:47:49 +0100
Message-Id: <1455796069-1260-1-git-send-email-viktorin@rehivetech.com>
X-Mailer: git-send-email 2.7.0
In-Reply-To: <20160218124514.101c4d2c@pcviktorin.fit.vutbr.cz>
References: <20160218124514.101c4d2c@pcviktorin.fit.vutbr.cz>
Cc: Jan Viktorin <viktorin@rehivetech.com>
Subject: [dpdk-dev] [PATCH] vhost: fix missing dependency on librte_net
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 18 Feb 2016 11:46:25 -0000

This patch fixes the following build regression:

lib/librte_vhost/vhost_rxtx.c: At top level:
lib/librte_vhost/vhost_rxtx.c:41:20: fatal error: rte_ip.h: No such file or directory
 #include <rte_ip.h>
                    ^
		    compilation terminated.

Fixes: d0cf91303d73 ("vhost: add Tx offload capabilities")

Signed-off-by: Jan Viktorin <viktorin@rehivetech.com>
---
 lib/librte_vhost/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/librte_vhost/Makefile b/lib/librte_vhost/Makefile
index 035b569..ef9bbae 100644
--- a/lib/librte_vhost/Makefile
+++ b/lib/librte_vhost/Makefile
@@ -65,5 +65,6 @@ SYMLINK-$(CONFIG_RTE_LIBRTE_VHOST)-include += rte_virtio_net.h
 DEPDIRS-$(CONFIG_RTE_LIBRTE_VHOST) += lib/librte_eal
 DEPDIRS-$(CONFIG_RTE_LIBRTE_VHOST) += lib/librte_ether
 DEPDIRS-$(CONFIG_RTE_LIBRTE_VHOST) += lib/librte_mbuf
+DEPDIRS-$(CONFIG_RTE_LIBRTE_VHOST) += lib/librte_net
 
 include $(RTE_SDK)/mk/rte.lib.mk
-- 
2.7.0

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] [PATCH] vhost: fix missing dependency on librte_net
       [not found] ` <1455796069-1260-1-git-send-email-viktorin@rehivetech.com>
@ 2016-02-18 12:19   ` Panu Matilainen
  0 siblings, 0 replies; 2+ messages in thread
From: Panu Matilainen @ 2016-02-18 12:19 UTC (permalink / raw)
  To: Jan Viktorin, dev

On 02/18/2016 01:47 PM, Jan Viktorin wrote:
> This patch fixes the following build regression:
>
> lib/librte_vhost/vhost_rxtx.c: At top level:
> lib/librte_vhost/vhost_rxtx.c:41:20: fatal error: rte_ip.h: No such file or directory
>   #include <rte_ip.h>
>                      ^
> 		    compilation terminated.
>
> Fixes: d0cf91303d73 ("vhost: add Tx offload capabilities")
>
> Signed-off-by: Jan Viktorin <viktorin@rehivetech.com>
> ---
>   lib/librte_vhost/Makefile | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/lib/librte_vhost/Makefile b/lib/librte_vhost/Makefile
> index 035b569..ef9bbae 100644
> --- a/lib/librte_vhost/Makefile
> +++ b/lib/librte_vhost/Makefile
> @@ -65,5 +65,6 @@ SYMLINK-$(CONFIG_RTE_LIBRTE_VHOST)-include += rte_virtio_net.h
>   DEPDIRS-$(CONFIG_RTE_LIBRTE_VHOST) += lib/librte_eal
>   DEPDIRS-$(CONFIG_RTE_LIBRTE_VHOST) += lib/librte_ether
>   DEPDIRS-$(CONFIG_RTE_LIBRTE_VHOST) += lib/librte_mbuf
> +DEPDIRS-$(CONFIG_RTE_LIBRTE_VHOST) += lib/librte_net
>
>   include $(RTE_SDK)/mk/rte.lib.mk
>

I sent the same patch a few hours ago :)
http://dpdk.org/ml/archives/dev/2016-February/033427.html

	- Panu -

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-18 12:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-18 11:45 [dpdk-dev] Fw: dpdk-armv7 - Build # 281 - Failure! Jan Viktorin
     [not found] ` <1455796069-1260-1-git-send-email-viktorin@rehivetech.com>
2016-02-18 12:19   ` [dpdk-dev] [PATCH] vhost: fix missing dependency on librte_net Panu Matilainen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).