patches for DPDK stable branches
 help / color / mirror / Atom feed
From: Hyong Youb Kim <hyonkim@cisco.com>
To: Luca Boccassi <bluca@debian.org>
Cc: stable@dpdk.org, johndale@cisco.com, aconole@redhat.com
Subject: Re: [dpdk-stable] [PATCH 16.11] net/enic: add dependency on librte_kvargs
Date: Wed, 21 Nov 2018 23:34:14 +0900	[thread overview]
Message-ID: <20181121143412.GA6476@HYONKIM-7R0DR.cisco.com> (raw)
In-Reply-To: <20181121140751.31894-1-bluca@debian.org>

On Wed, Nov 21, 2018 at 02:07:51PM +0000, Luca Boccassi wrote:
> The enic PMD uses functions for kvargs, so it needs to link to it.
> 
> Fixes: a40901580c48 ("net/enic: add devarg to specify ingress VLAN rewrite mode")
> Signed-off-by: Luca Boccassi <bluca@debian.org>
> ---
> This is necessary to fix a build failure with parallel make after
> applying a40901580c48
> 
>  drivers/net/enic/Makefile | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/net/enic/Makefile b/drivers/net/enic/Makefile
> index 3926b795c..3ed1d90aa 100644
> --- a/drivers/net/enic/Makefile
> +++ b/drivers/net/enic/Makefile
> @@ -68,5 +68,6 @@ DEPDIRS-$(CONFIG_RTE_LIBRTE_ENIC_PMD) += lib/librte_eal lib/librte_ether
>  DEPDIRS-$(CONFIG_RTE_LIBRTE_ENIC_PMD) += lib/librte_mempool lib/librte_mbuf
>  DEPDIRS-$(CONFIG_RTE_LIBRTE_ENIC_PMD) += lib/librte_net
>  DEPDIRS-$(CONFIG_RTE_LIBRTE_ENIC_PMD) += lib/librte_hash
> +DEPDIRS-$(CONFIG_RTE_LIBRTE_ENIC_PMD) += lib/librte_kvargs
>  
>  include $(RTE_SDK)/mk/rte.lib.mk
> -- 
> 2.19.1
> 

Acked-by: Hyong Youb Kim <hyonkim@cisco.com>

Thank you.
-Hyong

      reply	other threads:[~2018-11-21 14:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-21 14:07 Luca Boccassi
2018-11-21 14:34 ` Hyong Youb Kim [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=20181121143412.GA6476@HYONKIM-7R0DR.cisco.com \
    --to=hyonkim@cisco.com \
    --cc=aconole@redhat.com \
    --cc=bluca@debian.org \
    --cc=johndale@cisco.com \
    --cc=stable@dpdk.org \
    /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 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).