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 0BC8C49E0 for ; Fri, 9 Nov 2018 08:28:03 +0100 (CET) Received: from vc1.ecl.ntt.co.jp (vc1.ecl.ntt.co.jp [129.60.86.153]) by tama500.ecl.ntt.co.jp (8.13.8/8.13.8) with ESMTP id wA97S2OT007603; Fri, 9 Nov 2018 16:28:02 +0900 Received: from vc1.ecl.ntt.co.jp (localhost [127.0.0.1]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id 7B2A0EA72C3; Fri, 9 Nov 2018 16:28:02 +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 647D9EA7284; Fri, 9 Nov 2018 16:28:02 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: ferruh.yigit@intel.com, spp@dpdk.org, ogawa.yasufumi@lab.ntt.co.jp Date: Fri, 9 Nov 2018 16:25:47 +0900 Message-Id: <1541748349-15538-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] Update of SPP Container 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: Fri, 09 Nov 2018 07:28:04 -0000 From: Yasufumi Ogawa Hi, This update is for SPP Container. Fix bug of creating `env.sh` and change binding IP address in spp-ctl from `127.0.0.1` to given IP address to be enabled to find from inside containers. If IP address is not given from user, default `localhost` is assigned. Thanks, Yasufumi Yasufumi Ogawa (2): tools/sppc: fix bug of creating env file spp-ctl: change to bind IP address to SPP procs src/spp-ctl/spp_ctl.py | 7 ++++--- tools/sppc/build/main.py | 21 ++++++++++++++------- 2 files changed, 18 insertions(+), 10 deletions(-) -- 2.7.4