Soft Patch Panel
 help / color / mirror / Atom feed
From: Itsuro Oda <oda@valinux.co.jp>
To: spp@dpdk.org, ferruh.yigit@intel.com, yasufum.o@gmail.com
Subject: [spp] [PATCH v3 2/3] tools: add Makefile for vdev_test
Date: Mon,  2 Mar 2020 09:00:36 +0900	[thread overview]
Message-ID: <20200302000037.30578-3-oda@valinux.co.jp> (raw)
In-Reply-To: <20200302000037.30578-1-oda@valinux.co.jp>

This patch adds Makefile of tools to build vdev_test.

Signed-off-by: Itsuro Oda <oda@valinux.co.jp>
---
 tools/Makefile | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 tools/Makefile

diff --git a/tools/Makefile b/tools/Makefile
new file mode 100644
index 0000000..40c1310
--- /dev/null
+++ b/tools/Makefile
@@ -0,0 +1,15 @@
+# SPDX-License-Identifier: BSD-3-Clause
+# Copyright(c) 2020 Nippon Telegraph and Telephone Corporation
+
+ifeq ($(RTE_SDK),)
+$(error "Please define RTE_SDK environment variable")
+endif
+
+# Default target, can be overriden by command line or environment
+RTE_TARGET ?= x86_64-native-linuxapp-gcc
+
+include $(RTE_SDK)/mk/rte.vars.mk
+
+DIRS-y += vdev_test
+
+include $(RTE_SDK)/mk/rte.extsubdir.mk
-- 
2.17.1


  parent reply	other threads:[~2020-03-02  0:00 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-26  2:02 [spp] [PATCH 0/2] add vdev_test Itsuro Oda
2020-02-26  2:02 ` [spp] [PATCH 1/2] vdev_test: simple tool to perform packet forwarding for vdev Itsuro Oda
2020-02-26  2:02 ` [spp] [PATCH 2/2] makefile: add to build vdev_test Itsuro Oda
2020-02-27  4:25 ` [spp] [PATCH v2 0/3] add vdev_test Itsuro Oda
2020-02-27  4:25   ` [spp] [PATCH v2 1/3] vdev_test: simple tool to perform packet forwarding for vdev Itsuro Oda
2020-02-28  8:32     ` Yasufumi Ogawa
2020-02-27  4:25   ` [spp] [PATCH v2 2/3] tools: add Makefile for vdev_test Itsuro Oda
2020-02-27  4:25   ` [spp] [PATCH v2 3/3] makefile: add make of tools directory Itsuro Oda
2020-03-02  0:00 ` [spp] [PATCH v3 0/3] add vdev_test Itsuro Oda
2020-03-02  0:00   ` [spp] [PATCH v3 1/3] vdev_test: simple tool to perform packet forwarding for vdev Itsuro Oda
2020-03-02  0:00   ` Itsuro Oda [this message]
2020-03-02  0:00   ` [spp] [PATCH v3 3/3] makefile: add make of tools directory Itsuro Oda
2020-03-05  1:25   ` [spp] [PATCH v3 0/3] add vdev_test Yasufumi Ogawa
2020-03-11  1:25   ` Itsuro ODA
2020-03-13  0:44     ` Yasufumi Ogawa

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=20200302000037.30578-3-oda@valinux.co.jp \
    --to=oda@valinux.co.jp \
    --cc=ferruh.yigit@intel.com \
    --cc=spp@dpdk.org \
    --cc=yasufum.o@gmail.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).