[spp] [PATCH 5/5] controller: remove SECONDARY_LIST
ogawa.yasufumi at lab.ntt.co.jp
ogawa.yasufumi at lab.ntt.co.jp
Thu Oct 18 13:27:37 CEST 2018
From: Yasufumi Ogawa <ogawa.yasufumi at lab.ntt.co.jp>
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 <ogawa.yasufumi at lab.ntt.co.jp>
---
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
More information about the spp
mailing list