From patchwork Wed Nov 29 19:36:18 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jakub Kicinski X-Patchwork-Id: 13473374 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 9255B5DF18 for ; Wed, 29 Nov 2023 19:36:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="CDc1qzfK" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C4FF8C433C8; Wed, 29 Nov 2023 19:36:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701286586; bh=cBOP6hhZRVsX+adSHxMm9gDVLIXfV4tYlC29wjHtisg=; h=From:To:Cc:Subject:Date:From; b=CDc1qzfK82IaxQWNF9OZLZC/lK8mkrTNwZAvXEXUy+nttMyLVWEF0x9YI1Z0i7oQn 792NEbORDBviqQajMbEBCkWShjMIKGdbvyv5IQHRHi0KgpmfYp9mDNVPto2TNfwlgG 6fzULEONfB3z+/p/Rf+13oVkI6ybMkF1lCDWaEjlIdT+u/6S8cDaE5DNyQjt0ENtYE VHjeaGY13XxvOEXubhCpRBa9enKWAvhb8PQICBisj00shgx+EAKZ+DQE1EwcJ6oTo0 BUQpb4e4GxmBxrQg+VTvNvGiF9jvRj4HkZ06LLd3A4uYrnXUTBUPb0tqRsSsTgYL4X +LNZPNOhMDRZA== From: Jakub Kicinski To: davem@davemloft.net Cc: netdev@vger.kernel.org, edumazet@google.com, pabeni@redhat.com, Jakub Kicinski Subject: [PATCH net-next 0/4] tools: ynl: fixes for the page-pool sample and the generation process Date: Wed, 29 Nov 2023 11:36:18 -0800 Message-ID: <20231129193622.2912353-1-kuba@kernel.org> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Patchwork-Delegate: kuba@kernel.org Minor fixes to the new sample and the Makefiles. Jakub Kicinski (4): tools: ynl: fix build of the page-pool sample tools: ynl: make sure we use local headers for page-pool tools: ynl: order building samples after generated code tools: ynl: don't skip regeneration from make targets tools/net/ynl/Makefile | 2 ++ tools/net/ynl/samples/Makefile | 2 ++ tools/net/ynl/samples/page-pool.c | 2 +- tools/net/ynl/ynl-gen-c.py | 12 ++++++++---- tools/net/ynl/ynl-regen.sh | 4 ++-- 5 files changed, 15 insertions(+), 7 deletions(-)