Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH 0/2] Remove spp_vm
@ 2019-01-08  3:29 ogawa.yasufumi
  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
  0 siblings, 2 replies; 3+ messages in thread
From: ogawa.yasufumi @ 2019-01-08  3:29 UTC (permalink / raw)
  To: ferruh.yigit, spp, ogawa.yasufumi

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-01-08  3:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-08  3:29 [spp] [PATCH 0/2] Remove spp_vm ogawa.yasufumi
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

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).