From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2A883C77B73 for ; Fri, 14 Apr 2023 05:20:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229945AbjDNFU1 (ORCPT ); Fri, 14 Apr 2023 01:20:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48764 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229894AbjDNFUX (ORCPT ); Fri, 14 Apr 2023 01:20:23 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EAF304EF2 for ; Thu, 13 Apr 2023 22:20:21 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 767606440D for ; Fri, 14 Apr 2023 05:20:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id A2DA0C4339C; Fri, 14 Apr 2023 05:20:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1681449620; bh=U4x3iqrm5TqhuDkweTTb1Y6UK8yyX4lWnhxBVDtVLfc=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=kHyh0diXDZwPZ51KGm951/nu/2JfXJyjFxyx/2iJlRbIzcuV8tVx595ERdvpsukDO +LRT2qyBmtPkIqEpYUItwbUq9IXMx+WQeomgWtqMrkOx8/6IJJ7nhksuxTWqKd8ek6 PpdUneKIGJJM2JFZuTo3fBLNwa+HQbfwLuFIDl8/wfSPt5FyTpFa89uRlUdV9e/Nfm J+V9b3DixEjFfrilAi1/TMOfdc4Y0RrBID+PH90L26kuLG82z5bDUQEfWL0V+f80di mQetsgp+rcZgn+8pDx4mKDf2nmbGG6NQkBV/ZvRMH2JPTy01XrOKDN72Wf3pQqXlzG 5/ocYhYGGlruQ== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 87AE9E29F41; Fri, 14 Apr 2023 05:20:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next 1/2] tools: ynl: Remove absolute paths to yaml files from ethtool testing tool From: patchwork-bot+netdevbpf@kernel.org Message-Id: <168144962055.25322.1768729728056730723.git-patchwork-notify@kernel.org> Date: Fri, 14 Apr 2023 05:20:20 +0000 References: <20230413012252.184434-1-rrameshbabu@nvidia.com> In-Reply-To: <20230413012252.184434-1-rrameshbabu@nvidia.com> To: Rahul Rameshbabu Cc: netdev@vger.kernel.org, saeed@kernel.org, davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com, sdf@google.com Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 12 Apr 2023 18:22:51 -0700 you wrote: > Absolute paths for the spec and schema files make the ethtool testing tool > unusable with freshly checked-out source trees. Replace absolute paths with > relative paths for both files in the Documentation/ directory. > > Issue seen before the change > > Traceback (most recent call last): > File "/home/binary-eater/Documents/mlx/linux/tools/net/ynl/./ethtool", line 424, in > main() > File "/home/binary-eater/Documents/mlx/linux/tools/net/ynl/./ethtool", line 158, in main > ynl = YnlFamily(spec, schema) > File "/home/binary-eater/Documents/mlx/linux/tools/net/ynl/lib/ynl.py", line 342, in __init__ > super().__init__(def_path, schema) > File "/home/binary-eater/Documents/mlx/linux/tools/net/ynl/lib/nlspec.py", line 333, in __init__ > with open(spec_path, "r") as stream: > FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/google/home/sdf/src/linux/Documentation/netlink/specs/ethtool.yaml' > > [...] Here is the summary with links: - [net-next,1/2] tools: ynl: Remove absolute paths to yaml files from ethtool testing tool https://git.kernel.org/netdev/net-next/c/3ea31e66644b - [net-next,2/2] tools: ynl: Rename ethtool to ethtool.py (no matching commit) You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html