From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mogw1015.ocn.ad.jp (mogw1015.ocn.ad.jp [153.149.231.21]) by dpdk.org (Postfix) with ESMTP id 6384F2C8 for ; Wed, 23 May 2018 22:12:07 +0200 (CEST) Received: from mf-smf-ucb034c3 (mf-smf-ucb034c3.ocn.ad.jp [153.153.66.229]) by mogw1015.ocn.ad.jp (Postfix) with ESMTP id D835480240; Thu, 24 May 2018 05:12:05 +0900 (JST) Received: from ntt.pod01.mv-mta-ucb023 ([153.149.142.86]) by mf-smf-ucb034c3 with ESMTP id La6KfJJfvwe1LLa7BfDogD; Thu, 24 May 2018 05:12:05 +0900 Received: from smtp.ocn.ne.jp ([153.149.227.166]) by ntt.pod01.mv-mta-ucb023 with id pwC51x0023c2f7501wC5jB; Wed, 23 May 2018 20:12:05 +0000 Received: from localhost.localdomain (p5164-ipngn8501marunouchi.tokyo.ocn.ne.jp [153.214.228.164]) by smtp.ocn.ne.jp (Postfix) with ESMTPA; Thu, 24 May 2018 05:12:05 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: ferruh.yigit@intel.com Cc: spp@dpdk.org, Yasufumi Ogawa Date: Thu, 24 May 2018 05:11:47 +0900 Message-Id: <20180523201150.23042-1-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180515012004.8726-1-ogawa.yasufumi@lab.ntt.co.jp> References: <20180515012004.8726-1-ogawa.yasufumi@lab.ntt.co.jp> Subject: [spp] [PATCH v2 0/3] Update for Python 3 support 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: Wed, 23 May 2018 20:12:07 -0000 From: Yasufumi Ogawa Hi, This patch set is for adding Python 3 support. This update is needed to follow the previous patches of license update bacause it changes the top of files and it affects codes importing modules. The difference from v1 is only the number of line for the importing. Thanks, Yasufumi Yasufumi Ogawa (3): controller: change importing for python3 controller: fix encoding for socket docs: add description for python 3 support docs/guides/setup/getting_started.rst | 17 ++++++++++++-- src/controller/conn_thread.py | 19 ++++++++------- src/controller/shell.py | 34 ++++++++++++++------------- src/controller/spp.py | 21 +++++++++-------- src/controller/spp_common.py | 2 +- src/controller/topo.py | 4 ++-- src/spp.py | 1 + 7 files changed, 59 insertions(+), 39 deletions(-) -- 2.17.0