From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A58D9A944 for ; Wed, 26 Jul 2023 23:37:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D3221C433C8; Wed, 26 Jul 2023 23:37:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690414640; bh=kIjqVjQCDiahZu4Q4NPqvjK29shzIgoTZHTKOwLB5DQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=BthAIYKoupn/sFgM6qinYWqrypV0mq8RugQR/zl4AXjLyz5KQG6eAMlO8PfV00cVc xMR91pcNUwhQoUnKny32Y6JK9niPcCD5oqIdSn8jyGcMfcu9KLI7iUwdgn+XawTIC2 EK0fWahFVNSkZofrLe1CkJTqBvrqxLfKLCj6Y8xAZz4Xsmk+3jPvi5VnHzJzPNrASC 7ojj7/xGAefEf7L1f0G6WN1cvw+7dil2NX0wO6IZKITKdmXSUssgWoTkLvI7YYHUH6 QomULVV0gosqCgsKniGWDHtn/ozuAZhmfp3hW7CP63LCdXLNIn+7k02ybJk6Z/5fSY rRBAR1qd4FFzg== Date: Wed, 26 Jul 2023 16:37:18 -0700 From: Jakub Kicinski To: Stanislav Fomichev Cc: netdev@vger.kernel.org, davem@davemloft.net, edumazet@google.com, pabeni@redhat.com Subject: Re: [PATCH net-next 3/4] ynl: regenerate all headers Message-ID: <20230726163718.6b744ccf@kernel.org> In-Reply-To: <20230725233517.2614868-4-sdf@google.com> References: <20230725233517.2614868-1-sdf@google.com> <20230725233517.2614868-4-sdf@google.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 25 Jul 2023 16:35:16 -0700 Stanislav Fomichev wrote: > Also add small (and simple - no dependencies) makefile rule do update > the UAPI ones. I was thinking people would use: ./tools/net/ynl/ynl-regen.sh -f for this. It is slightly more capable. Can we perhaps hook the new make target to just run that script?