DPDK patches and discussions
 help / color / mirror / Atom feed
From: Emma Kenny <emma.kenny@intel.com>
To: dev@dpdk.org
Cc: anatoly.burakov@intel.com, ferruh.yigit@intel.com,
	Emma Kenny <emma.kenny@intel.com>
Subject: [dpdk-dev] [PATCH v2] examples/multi_process: add l2fwd_fork to Makefile
Date: Tue,  3 Jul 2018 17:16:45 +0100	[thread overview]
Message-ID: <20180703161645.23690-1-emma.kenny@intel.com> (raw)
In-Reply-To: <20180703085729.21628-1-emma.kenny@intel.com>

l2fwd_fork is not complied by default, this will make it compile

Fixes: 95e8005a56e8 ("examples/l2fwd_fork: new app")

Signed-off-by: Emma Kenny <emma.kenny@intel.com>
---
 examples/multi_process/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/multi_process/Makefile b/examples/multi_process/Makefile
index a6708b7..5961d28 100644
--- a/examples/multi_process/Makefile
+++ b/examples/multi_process/Makefile
@@ -13,5 +13,6 @@ include $(RTE_SDK)/mk/rte.vars.mk
 DIRS-$(CONFIG_RTE_EXEC_ENV_LINUXAPP) += client_server_mp
 DIRS-$(CONFIG_RTE_EXEC_ENV_LINUXAPP) += simple_mp
 DIRS-$(CONFIG_RTE_EXEC_ENV_LINUXAPP) += symmetric_mp
+DIRS-$(CONFIG_RTE_EXEC_ENV_LINUXAPP) += l2fwd_fork
 
 include $(RTE_SDK)/mk/rte.extsubdir.mk
-- 
2.9.5

  reply	other threads:[~2018-07-03 16:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-03  8:57 [dpdk-dev] [PATCH v1] " Emma Kenny
2018-07-03 16:16 ` Emma Kenny [this message]
2018-07-05 16:05   ` [dpdk-dev] [PATCH v2] " Ferruh Yigit
2018-07-11 17:24     ` Thomas Monjalon

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=20180703161645.23690-1-emma.kenny@intel.com \
    --to=emma.kenny@intel.com \
    --cc=anatoly.burakov@intel.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@intel.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 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).