All of lore.kernel.org
 help / color / mirror / Atom feed
* Fw: dpdk-armv7 - Build # 281 - Failure!
@ 2016-02-18 11:45 Jan Viktorin
  2016-02-18 11:47 ` [PATCH] vhost: fix missing dependency on librte_net Jan Viktorin
  0 siblings, 1 reply; 3+ 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

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

* [PATCH] vhost: fix missing dependency on librte_net
  2016-02-18 11:45 Fw: dpdk-armv7 - Build # 281 - Failure! Jan Viktorin
@ 2016-02-18 11:47 ` Jan Viktorin
  2016-02-18 12:19   ` Panu Matilainen
  0 siblings, 1 reply; 3+ messages in thread
From: Jan Viktorin @ 2016-02-18 11:47 UTC (permalink / raw)
  To: dev; +Cc: Jan Viktorin

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 related	[flat|nested] 3+ messages in thread

* Re: [PATCH] vhost: fix missing dependency on librte_net
  2016-02-18 11:47 ` [PATCH] vhost: fix missing dependency on librte_net Jan Viktorin
@ 2016-02-18 12:19   ` Panu Matilainen
  0 siblings, 0 replies; 3+ 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] 3+ messages in thread

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-18 11:45 Fw: dpdk-armv7 - Build # 281 - Failure! Jan Viktorin
2016-02-18 11:47 ` [PATCH] vhost: fix missing dependency on librte_net Jan Viktorin
2016-02-18 12:19   ` Panu Matilainen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.