From: Itsuro Oda <oda@valinux.co.jp> To: spp@dpdk.org, ferruh.yigit@intel.com, yasufum.o@gmail.com Subject: [spp] [PATCH v2 5/7] spp_vf: add link to pipe PMD in Makefile Date: Mon, 2 Mar 2020 08:34:22 +0900 Message-ID: <20200301233424.30377-6-oda@valinux.co.jp> (raw) In-Reply-To: <20200301233424.30377-1-oda@valinux.co.jp> This patch adds link to pipe PMD in Makefile. Signed-off-by: Itsuro Oda <oda@valinux.co.jp> --- src/vf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vf/Makefile b/src/vf/Makefile index e42f8b7..0f7410f 100644 --- a/src/vf/Makefile +++ b/src/vf/Makefile @@ -49,6 +49,6 @@ LDLIBS += -lrte_pmd_vhost endif SPP_DRIVERS_DIR = $(BASE_OUTPUT)/src/drivers -EXTRA_LDLIBS = -L$(SPP_DRIVERS_DIR)/vhost --whole-archive -lrte_pmd_spp_vhost --no-whole-archive +EXTRA_LDLIBS = -L$(SPP_DRIVERS_DIR)/vhost -L$(SPP_DRIVERS_DIR)/pipe --whole-archive -lrte_pmd_spp_vhost -lrte_pmd_spp_pipe --no-whole-archive include $(RTE_SDK)/mk/rte.extapp.mk -- 2.17.1
next prev parent reply other threads:[~2020-03-01 23:34 UTC|newest] Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-02-25 23:32 [spp] [PATCH 0/7] introduce pipe PMD Itsuro Oda 2020-02-25 23:32 ` [spp] [PATCH 1/7] drivers/pipe: add pipe PMD driver Itsuro Oda 2020-02-28 8:30 ` Yasufumi Ogawa 2020-02-25 23:32 ` [spp] [PATCH 2/7] drivers: add pipe PMD in Makefile Itsuro Oda 2020-02-25 23:33 ` [spp] [PATCH 3/7] spp_primary: add link to " Itsuro Oda 2020-02-25 23:33 ` [spp] [PATCH 4/7] spp_nfv: " Itsuro Oda 2020-02-25 23:33 ` [spp] [PATCH 5/7] spp_vf: " Itsuro Oda 2020-02-25 23:33 ` [spp] [PATCH 6/7] spp_mirror: " Itsuro Oda 2020-02-25 23:33 ` [spp] [PATCH 7/7] spp_pcap: " Itsuro Oda 2020-03-01 23:34 ` [spp] [PATCH v2 0/7] introduce pipe PMD Itsuro Oda 2020-03-01 23:34 ` [spp] [PATCH v2 1/7] drivers/pipe: add pipe PMD driver Itsuro Oda 2020-03-01 23:34 ` [spp] [PATCH v2 2/7] drivers: add pipe PMD in Makefile Itsuro Oda 2020-03-01 23:34 ` [spp] [PATCH v2 3/7] spp_primary: add link to " Itsuro Oda 2020-03-01 23:34 ` [spp] [PATCH v2 4/7] spp_nfv: " Itsuro Oda 2020-03-01 23:34 ` Itsuro Oda [this message] 2020-03-01 23:34 ` [spp] [PATCH v2 6/7] spp_mirror: " Itsuro Oda 2020-03-01 23:34 ` [spp] [PATCH v2 7/7] spp_pcap: " Itsuro Oda 2020-03-05 1:25 ` [spp] [PATCH v2 0/7] introduce pipe PMD 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=20200301233424.30377-6-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
Soft Patch Panel This inbox may be cloned and mirrored by anyone: git clone --mirror http://inbox.dpdk.org/spp/0 spp/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 spp spp/ http://inbox.dpdk.org/spp \ spp@dpdk.org public-inbox-index spp Example config snippet for mirrors. Newsgroup available over NNTP: nntp://inbox.dpdk.org/inbox.dpdk.spp AGPL code for this site: git clone https://public-inbox.org/public-inbox.git