All of lore.kernel.org
 help / color / mirror / Atom feed
From: Panu Matilainen <pmatilai@redhat.com>
To: Jan Viktorin <viktorin@rehivetech.com>, dev@dpdk.org
Subject: Re: [PATCH] vhost: fix missing dependency on librte_net
Date: Thu, 18 Feb 2016 14:19:07 +0200	[thread overview]
Message-ID: <56C5B6BB.4020603@redhat.com> (raw)
In-Reply-To: <1455796069-1260-1-git-send-email-viktorin@rehivetech.com>

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 -

      reply	other threads:[~2016-02-18 12:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56C5B6BB.4020603@redhat.com \
    --to=pmatilai@redhat.com \
    --cc=dev@dpdk.org \
    --cc=viktorin@rehivetech.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.