From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 09732A00B8; Sun, 27 Oct 2019 21:20:14 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BD75E1BEFF; Sun, 27 Oct 2019 21:20:13 +0100 (CET) Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by dpdk.org (Postfix) with ESMTP id D903A1BEF6 for ; Sun, 27 Oct 2019 21:20:11 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id C6B2D5C3; Sun, 27 Oct 2019 16:20:09 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 27 Oct 2019 16:20:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=5jYVpDeThfs88JKAlvMQ1oe9U9JZMZQ9OwuNwTuIgBQ=; b=mDITEamB/2a0 r9M1ESQFdoUuqiJuiaEtp9tuRURuY31rAWH2YGlU7SpKGb+7aTIbw37dq0y5xhzn lBRuHDp8BgAUEDPcVHlgbdX3EVDcLsiJ7Wh2cNUIqzD7ZZivRCkGo1X2hmaXdu3v aH26ePmUzY/QvGK664+jxbl3bYf8cHE= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=5jYVpDeThfs88JKAlvMQ1oe9U9JZMZQ9OwuNwTuIg BQ=; b=YhECM2nNO41x1lrPYqveGOt55XFUBUNjBd2vsDGP+7Rx8fdcJxe8Bc8vU egdsJyggx6A+m5EYGB4T1lEBOXy1r4rsMC+dY2xSFNGF+84xhAfTzkQMBXDCNa6i 6beGoGiD27MWwF+Tnk/mZfp1xFQ/3Ie4EPKpJCEXaKg0gSaHrECAwsR6AfxVt2Gp Gi/ObpblofzOPLctInJcnoRU+g7oKtRYAOdo+1QaDfiGYrjVFcOoXY0U0Wu90Vks JcZb+/epEXOWhlJdARJaeYIEvMVa6bZw43dgrg+NMlUpvQKumagJyKvAxSwsixYF jqqIu579d4BCf1F/OMATekE59BuvQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrleejgddugedtucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedu X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 51AE5D6005D; Sun, 27 Oct 2019 16:20:08 -0400 (EDT) From: Thomas Monjalon To: pbhagavatula@marvell.com, Phanendra Vukkisala Cc: dev@dpdk.org, jerinj@marvell.com Date: Sun, 27 Oct 2019 21:20:07 +0100 Message-ID: <2901569.VODQvRKG6N@xps> In-Reply-To: <20190921181626.13034-1-pbhagavatula@marvell.com> References: <20190921181626.13034-1-pbhagavatula@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] usertools: enhance device bind script module detection 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 21/09/2019 20:16, pbhagavatula@marvell.com: > From: Pavan Nikhilesh > > Some kernel modules have '-' in their name when populated in > '/sys/bus/pci/drivers/' where as the kernel always populates > '/sys/modules/' with '_'. > Replace '-' in module name with '_' to avoid script complaining > that module not loaded. Sorry it does not look obvious to me. Please, could you describe what is wrong and what is the real cause?