From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mogw0216.ocn.ad.jp (mogw0216.ocn.ad.jp [114.147.58.22]) by dpdk.org (Postfix) with ESMTP id 097CF1C69D for ; Tue, 15 May 2018 03:20:11 +0200 (CEST) Received: from mf-smf-ucb032c1 (mf-smf-ucb032c1.ocn.ad.jp [153.153.66.203]) by mogw0216.ocn.ad.jp (Postfix) with ESMTP id B9AEFDC299; Tue, 15 May 2018 10:20:09 +0900 (JST) Received: from ntt.pod01.mv-mta-ucb030 ([153.149.230.164]) by mf-smf-ucb032c1 with ESMTP id IOdLfYHCidE4PIOdNfEguy; Tue, 15 May 2018 10:20:09 +0900 Received: from smtp.ocn.ne.jp ([153.149.227.135]) by ntt.pod01.mv-mta-ucb030 with id mRL91x0092vuoep01RL94T; Tue, 15 May 2018 01:20:09 +0000 Received: from localhost.localdomain (p5164-ipngn8501marunouchi.tokyo.ocn.ne.jp [153.214.228.164]) by smtp.ocn.ne.jp (Postfix) with ESMTPA; Tue, 15 May 2018 10:20:09 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: ferruh.yigit@intel.com, spp@dpdk.org Cc: Yasufumi Ogawa Date: Tue, 15 May 2018 10:20:01 +0900 Message-Id: <20180515012004.8726-1-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.17.0 Subject: [spp] [PATCH 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: Tue, 15 May 2018 01:20:12 -0000 From: Yasufumi Ogawa Hi, This seriese of patches is for adding Python3 support for SPP controller. It is still keeping compatibility with Python 2. Second patch is for explicitly encode or decode for socket messages. It is because default encoding is changed to utf-8 in Python 3 and should be encoded/decoded for running on both of Python 2 and 3. 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