Soft Patch Panel
 help / color / mirror / Atom feed
From: ogawa.yasufumi@lab.ntt.co.jp
To: ferruh.yigit@intel.com, spp@dpdk.org, ogawa.yasufumi@lab.ntt.co.jp
Subject: [spp] [PATCH 0/2] Remove spp_vm
Date: Tue,  8 Jan 2019 12:29:25 +0900	[thread overview]
Message-ID: <1546918167-5926-1-git-send-email-ogawa.yasufumi@lab.ntt.co.jp> (raw)

From: Yasufumi Ogawa <ogawa.yasufumi@lab.ntt.co.jp>

Hi,

As announced in previous[1], remove spp_vm in this update. Spp_vm is
still able to be used to connect between apps in the VM, but it is
almost the same as launching spp_primary and spp_nfv on the VM. In
addition, IVSHMEM is not supported in DPDK anymore.

[1] https://mails.dpdk.org/archives/spp/2018-December/001078.html

Thanks,
Yasufumi

Yasufumi Ogawa (2):
  spp_vm: remove spp_vm
  Makefile: update dist-clean

 GNUmakefile     |   1 +
 src/Makefile    |   1 -
 src/vm/Makefile |  38 ----
 src/vm/args.c   |  79 -------
 src/vm/args.h   |  16 --
 src/vm/init.c   | 113 ----------
 src/vm/init.h   |  15 --
 src/vm/main.c   | 669 --------------------------------------------------------
 8 files changed, 1 insertion(+), 931 deletions(-)
 delete mode 100644 src/vm/Makefile
 delete mode 100644 src/vm/args.c
 delete mode 100644 src/vm/args.h
 delete mode 100644 src/vm/init.c
 delete mode 100644 src/vm/init.h
 delete mode 100644 src/vm/main.c

-- 
2.7.4

             reply	other threads:[~2019-01-08  3:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-08  3:29 ogawa.yasufumi [this message]
2019-01-08  3:29 ` [spp] [PATCH 1/2] spp_vm: remove spp_vm ogawa.yasufumi
2019-01-08  3:29 ` [spp] [PATCH 2/2] Makefile: update dist-clean ogawa.yasufumi

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=1546918167-5926-1-git-send-email-ogawa.yasufumi@lab.ntt.co.jp \
    --to=ogawa.yasufumi@lab.ntt.co.jp \
    --cc=ferruh.yigit@intel.com \
    --cc=spp@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).