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 10BA15F32 for ; Thu, 18 Oct 2018 13:27:50 +0200 (CEST) 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 w9IBRoI1009337; Thu, 18 Oct 2018 20:27:50 +0900 Received: from vc2.ecl.ntt.co.jp (localhost [127.0.0.1]) by vc2.ecl.ntt.co.jp (Postfix) with ESMTP id EAB20639489; Thu, 18 Oct 2018 20:27:49 +0900 (JST) Received: from localhost.localdomain (unknown [129.60.13.51]) by vc2.ecl.ntt.co.jp (Postfix) with ESMTP id D2FC4639462; Thu, 18 Oct 2018 20:27:49 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: spp@dpdk.org, ferruh.yigit@intel.com, ogawa.yasufumi@lab.ntt.co.jp Date: Thu, 18 Oct 2018 20:27:37 +0900 Message-Id: <20181018112737.77626-6-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.13.1 In-Reply-To: <20181018112737.77626-1-ogawa.yasufumi@lab.ntt.co.jp> References: <20181018112737.77626-1-ogawa.yasufumi@lab.ntt.co.jp> X-TM-AS-MML: disable Subject: [spp] [PATCH 5/5] controller: remove SECONDARY_LIST 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: Thu, 18 Oct 2018 11:27:51 -0000 From: Yasufumi Ogawa SECONDARY_LIST is a list of secondary IDs running on, but no need anymore because running secondary IDs can be retrieved from spp-ctl. This update is to remove SECONDARY_LIST. Signed-off-by: Yasufumi Ogawa --- src/controller/spp_common.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/controller/spp_common.py b/src/controller/spp_common.py index 20c6bc8..1a15bcc 100644 --- a/src/controller/spp_common.py +++ b/src/controller/spp_common.py @@ -5,8 +5,6 @@ import logging import os -SECONDARY_LIST = [] - PORT_TYPES = ['phy', 'ring', 'vhost', 'pcap', 'nullpmd'] # Maximum num of sock queues for secondaries -- 2.13.1