patches for DPDK stable branches
 help / color / mirror / Atom feed
From: Luca Boccassi <bluca@debian.org>
To: stable@dpdk.org
Cc: hyonkim@cisco.com, johndale@cisco.com, aconole@redhat.com,
	Luca Boccassi <bluca@debian.org>
Subject: [dpdk-stable] [PATCH 16.11] net/enic: add dependency on librte_kvargs
Date: Wed, 21 Nov 2018 14:07:51 +0000	[thread overview]
Message-ID: <20181121140751.31894-1-bluca@debian.org> (raw)

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

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

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-21 14:07 Luca Boccassi [this message]
2018-11-21 14:34 ` Hyong Youb Kim

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=20181121140751.31894-1-bluca@debian.org \
    --to=bluca@debian.org \
    --cc=aconole@redhat.com \
    --cc=hyonkim@cisco.com \
    --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).