From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relays-agent06.techservices.illinois.edu (relays-agent06.techservices.illinois.edu [204.93.2.7]) by dpdk.org (Postfix) with ESMTP id CCB651B297 for ; Tue, 3 Oct 2017 02:25:29 +0200 (CEST) Received: from uex134.ad.uillinois.edu (uex134.cites.illinois.edu [192.17.212.210]) by relays-agent06.techservices.illinois.edu (8.16.0.21/8.16.0.21) with ESMTPS id v930PSYD031052 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Mon, 2 Oct 2017 19:25:28 -0500 Received: from uex134.ad.uillinois.edu (192.17.212.210) by uex134.ad.uillinois.edu (192.17.212.210) with Microsoft SMTP Server (TLS) id 15.0.1320.4; Mon, 2 Oct 2017 19:25:27 -0500 Received: from CITESHT2.ad.uillinois.edu (192.17.212.152) by uex134.ad.uillinois.edu (192.17.212.210) with Microsoft SMTP Server (TLS) id 15.0.1320.4 via Frontend Transport; Mon, 2 Oct 2017 19:25:27 -0500 Received: from CHIMBX1.ad.uillinois.edu ([169.254.6.240]) by CITESHT2.ad.uillinois.edu ([128.174.34.207]) with mapi id 14.03.0361.001; Mon, 2 Oct 2017 19:25:28 -0500 From: "Mor, Omri" To: "dev@dpdk.org" Thread-Topic: [PATCH] usertools/dpdk-devbind.py: fix broken Python 3 support Thread-Index: AQHTO94cKLx6i1QgoEG7Yaycf6ayqA== Date: Tue, 3 Oct 2017 00:25:27 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: yes X-MS-TNEF-Correlator: x-originating-ip: [10.195.17.125] MIME-Version: 1.0 X-CLX-Shades: None X-CLX-Response: 1TFkXExoRCkx6FxoRCllNF2RFRE8RCllJFxpxGhAadwYdGnEeEBp3BhgaBho RClleF2hueREKSUYXX0NfSXVaWEVOX0leQ0VEEQpDThd5Yx9kZWtsfmRddV5EWkhGYmIedX5LTG 8TE30aTFx6SREKWFwXHwQaBBsbHQdMGUtJGUscGwUbGgQbGxoEHhIEGxAbHhofGhEKXlkXeGliG H4RCk1cFxgTHBEKTFoXaGlNa3sRCkNaFxsTGAQbHQQYGxgEGBsaEQpCXhcbEQpEXhcYEQpCRhdn E21gG1tlQh9+fREKQkUXY2RMU3oSb0RwUE8RCkJOF28cGX8cX2hGXGESEQpCTBdsUm9DcGVSfWV TEhEKQmwXbFlkTGx+aGt9eAERCkJAF25gWXlCfEt6YH0ZEQpCWBdtbntQbGZZfmJzGBEKTV4XGx EKWlgXGBEKcGgXbWUcTGtuU3wYeUQQGRoRCnBrF2JlX2sbEm9rXR8eEBkaEQpwSxdrWmJjZnxtY mBJSBAZGhEKcGsXaVhMHW4FfhJtR0UQGRoRCnBsF2gTcBoTbm9sREUSEBkaEQptfhcbEQpYTRdL ESA= X-Spam-Score: 0 X-Spam-Details: rule=cautious_plus_nq_notspam policy=cautious_plus_nq score=0 priorityscore=0 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=90 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1707230000 definitions=main-1710030004 X-Spam-OrigSender: omrimor2@illinois.edu X-Spam-Bar: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [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, 03 Oct 2017 00:25:30 -0000 When using Python 3, dpdk-devbind.py fails to detect modules other than igb_uio.