From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] tools/dpdkdevbind.py: remove call to lower case for mod path Date: Fri, 28 Apr 2017 11:38:17 +0200 Message-ID: <3349839.Ts7blMUiL7@xps> References: <24c64816-8084-b5fd-0b10-3db3143500ec@windriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Mark Asselstine , "Wang, Weiwei" To: alloc Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id A4D3C2935 for ; Fri, 28 Apr 2017 11:38:18 +0200 (CEST) In-Reply-To: <24c64816-8084-b5fd-0b10-3db3143500ec@windriver.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 25/11/2016 04:16, alloc: > If the module path has upper case chars, the dpdk-devbind.py script will > crunch them to lower case. This will result in the script never > finding a module. I wonder why this "lower" was done. I'm afraid we are missing something. Nobody else is complaining about this issue. Please confirm it is a real issue.