From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mogw0303.ocn.ad.jp (mogw0303.ocn.ad.jp [114.147.58.73]) by dpdk.org (Postfix) with ESMTP id 3465B1DB9 for ; Mon, 23 Apr 2018 08:23:39 +0200 (CEST) Received: from mf-smf-ucb026c2 (mf-smf-ucb026c2.ocn.ad.jp [153.153.66.167]) by mogw0303.ocn.ad.jp (Postfix) with ESMTP id 2C8CF3E4270; Mon, 23 Apr 2018 15:23:38 +0900 (JST) Received: from ntt.pod01.mv-mta-ucb030 ([153.149.230.164]) by mf-smf-ucb026c2 with ESMTP id AUszfN6ZcYtaQAUt0fT5nw; Mon, 23 Apr 2018 15:23:38 +0900 Received: from smtp.ocn.ne.jp ([153.149.227.167]) by ntt.pod01.mv-mta-ucb030 with id diPd1x00A3dLKTM01iPdUw; Mon, 23 Apr 2018 06:23:38 +0000 Received: from localhost.localdomain (sp1-72-1-217.msc.spmode.ne.jp [1.72.1.217]) by smtp.ocn.ne.jp (Postfix) with ESMTPA; Mon, 23 Apr 2018 15:23:37 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: ferruh.yigit@intel.com, geminoa@juno.ocn.ne.jp Cc: spp@dpdk.org, ogawa.yasufumi@lab.ntt.co.jp Date: Mon, 23 Apr 2018 15:22:34 +0900 Message-Id: <20180423054630.6789-1-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.13.1 X-Account-Key: account3 X-UIDL: 10320.SkhIZSA6iCj4NLvbn+Js7f0v7Ts= X-Mozilla-Status: 0001 Received: from mzcmta021.ocn.ad.jp (LHLO mzcmta021.ocn.ad.jp) (180.8.111.69) by mzcstore251.ocn.ad.jp with LMTP; Mon, 23 Apr 2018 14:46:33 +0900 (JST) Received: from mfgw721.ocn.ad.jp (mfgw721.ocn.ad.jp [153.153.63.101]) by mzcmta021.ocn.ad.jp (Postfix) with ESMTP id 3766F6F042E for ; Mon, 23 Apr 2018 14:46:33 +0900 (JST) Received-SPF: softfail (mf-ofc-ucb072: domain of transitioning dose not designate client-ip as permitted sender) client-ip=114.147.58.31; envelope-from=; helo=mogw0225.ocn.ad.jp; Authentication-Results: mf-ofc-ucb072; spf=softfail smtp.mailfrom=ogawa.yasufumi@lab.ntt.co.jp Received: from mogw0225.ocn.ad.jp (mogw0225.ocn.ad.jp [114.147.58.31]) by mfgw721.ocn.ad.jp (Postfix) with ESMTP id 129139C0279 for ; Mon, 23 Apr 2018 14:46:33 +0900 (JST) Received: from mf-smf-ucb035c1 (mf-smf-ucb035c1.ocn.ad.jp [153.153.66.230]) by mogw0225.ocn.ad.jp (Postfix) with ESMTP id 082EC49C32F; Mon, 23 Apr 2018 14:46:33 +0900 (JST) Received: from ntt.pod01.mv-mta-ucb022 ([153.149.142.85]) by mf-smf-ucb035c1 with ESMTP id AUJ6fXbg9pTPrAUJ7fXc1w; Mon, 23 Apr 2018 14:46:33 +0900 Received: from smtp.ocn.ne.jp ([153.149.227.134]) by ntt.pod01.mv-mta-ucb022 with id dhmY1x00A2ud8JZ01hmYYq; Mon, 23 Apr 2018 05:46:32 +0000 Received: from localhost.localdomain (sp1-72-1-217.msc.spmode.ne.jp [1.72.1.217]) by smtp.ocn.ne.jp (Postfix) with ESMTPA; Mon, 23 Apr 2018 14:46:32 +0900 (JST) X-Mailer: git-send-email 2.13.1 Subject: [spp] [PATCH 0/3] Misc improvements for spp controller 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: Mon, 23 Apr 2018 06:23:40 -0000 From: ogawa.yasufumi@lab.ntt.co.jp From: Yasufumi Ogawa Hi, There are two updates for spp controller. 1. Change importing websocket from the head of topo.py to inside of to_http method to avoid not found error if the library is not installed. 2. Add a command for adjusting image size. It is mainly for an environment in which a displayed image is too small because of high- resolution. Yasufumi Ogawa (3): controller: move import websocket controller: add topo_resize command docs: add description for topo_resize command docs/guides/commands/experimental.rst | 38 ++++++++++++++++++++++++++++++++++- src/controller/shell.py | 18 ++++++++++++++++- src/controller/topo.py | 10 ++++----- 3 files changed, 59 insertions(+), 7 deletions(-) -- 2.13.1