From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tama500.ecl.ntt.co.jp (tama500.ecl.ntt.co.jp [129.60.39.148]) by dpdk.org (Postfix) with ESMTP id 5D95E1B3B0 for ; Tue, 8 Jan 2019 04:31:39 +0100 (CET) Received: from vc2.ecl.ntt.co.jp (vc2.ecl.ntt.co.jp [129.60.86.154]) by tama500.ecl.ntt.co.jp (8.13.8/8.13.8) with ESMTP id x083Vcfs028314; Tue, 8 Jan 2019 12:31:38 +0900 Received: from vc2.ecl.ntt.co.jp (localhost [127.0.0.1]) by vc2.ecl.ntt.co.jp (Postfix) with ESMTP id 28C8B639AB1; Tue, 8 Jan 2019 12:31:38 +0900 (JST) Received: from localhost.localdomain (lobster.nslab.ecl.ntt.co.jp [129.60.13.95]) by vc2.ecl.ntt.co.jp (Postfix) with ESMTP id 10E8E639AAF; Tue, 8 Jan 2019 12:31:38 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: ferruh.yigit@intel.com, spp@dpdk.org, ogawa.yasufumi@lab.ntt.co.jp Date: Tue, 8 Jan 2019 12:29:25 +0900 Message-Id: <1546918167-5926-1-git-send-email-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.7.4 X-TM-AS-MML: disable Subject: [spp] [PATCH 0/2] Remove spp_vm X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2019 03:31:40 -0000 From: Yasufumi Ogawa 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