From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tama50.ecl.ntt.co.jp (tama50.ecl.ntt.co.jp [129.60.39.147]) by dpdk.org (Postfix) with ESMTP id 63ADE2BA7 for ; Tue, 5 Mar 2019 09:52:38 +0100 (CET) Received: from vc1.ecl.ntt.co.jp (vc1.ecl.ntt.co.jp [129.60.86.153]) by tama50.ecl.ntt.co.jp (8.13.8/8.13.8) with ESMTP id x258qaiU014293; Tue, 5 Mar 2019 17:52:36 +0900 Received: from vc1.ecl.ntt.co.jp (localhost [127.0.0.1]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id 71D67EA817E; Tue, 5 Mar 2019 17:52:36 +0900 (JST) Received: from localhost.localdomain (lobster.nslab.ecl.ntt.co.jp [129.60.13.95]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id 5AC4AEA7E45; Tue, 5 Mar 2019 17:52:36 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: spp@dpdk.org, ferruh.yigit@intel.com, ogawa.yasufumi@lab.ntt.co.jp Date: Tue, 5 Mar 2019 17:50:10 +0900 Message-Id: <1551775810-29916-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] version: 18.08.2 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, 05 Mar 2019 08:52:42 -0000 From: Yasufumi Ogawa This patch is to update to v18.08.2. * Add spp_mirror and spp_pcap features. * Update design of SPP controller and add multi-node support. * Enable launch secondary process from primary with `pri` command. * Revise whole of structure of documentation and update contents. * Fix misc bugs. Revise log messages and comments. Refactor for name of variables, functions and defines. Signed-off-by: Yasufumi Ogawa --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index fff7e77..4fa7740 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2018 Nippon Telegraph and Telephone Corporation -VERSION := 18.08.1 +VERSION := 18.08.2 ifneq ($(RTE_SDK),) # Default target, can be overriden by command line or environment -- 2.17.1