From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 8EB451B34C for ; Tue, 7 Nov 2017 23:31:06 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 39B2820DB2; Tue, 7 Nov 2017 17:31:06 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Tue, 07 Nov 2017 17:31:06 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=Gn2D5kXiwBynS++7W0+NkqSCK3 b68dOM42KZESrS4NA=; b=jDX51TQZR7ATKApHzI9LnK57rhpuKGHHMnbs2yFHW6 kb9XzEyaJOckGq+bi2Q6EEWYChbB88kZ8OqdA/QOxTqFbKUcEhiRL/RxOE5BAgaJ kR/0i7UizaV6QMEMxfpdta7TEvXFJyRTPYZ9Q2yI0xcOJZCLr3gl3hXVnZQS5dJM k= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=Gn2D5k XiwBynS++7W0+NkqSCK3b68dOM42KZESrS4NA=; b=iFNoWfZUaxxmbzXD3UNhTH 2LY2h4z+yb04KkFefunNTOmbVkfepMgxGAsLr+Ys2OJFstWn5qzfK8T1EevIHl/U FHwsGzn22H08LdFoPqD7VaSin+vtEuU1PVJx4IhhqVtcXXpDUsk65/LxRhWCgKN3 jyP1lKm7eeOJ67dIGvzU/Dy4Q4GykcWqRTzEHhHpFy/V3gPE4xJkdlBN0+v+CiRy FhStZOCz6+lqeld83dhIBff8vIH1aQUFY4eH8KmIh8llNyLHX96AattEzTnwizQD WJLWdyvZcHULMVkoFYra/y2FXeHH3Vmvwgbj/kd3eqkVYMlhYRYtzJN4bpkcCDag == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id F3322241BE; Tue, 7 Nov 2017 17:31:05 -0500 (EST) From: Thomas Monjalon To: Omri Mor Cc: dev@dpdk.org Date: Tue, 07 Nov 2017 23:31:05 +0100 Message-ID: <3810712.ipJPEoPZat@xps> In-Reply-To: <20171006213838.20000-1-omrimor2@illinois.edu> References: <20171006213838.20000-1-omrimor2@illinois.edu> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] usertools/dpdk-devbind.py: fix broken Python 3 support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Nov 2017 22:31:06 -0000 06/10/2017 23:38, Omri Mor: > When using Python 3, dpdk-devbind.py fails to detect modules other than > igb_uio. > > Signed-off-by: Omri Mor Applied, thanks