mbox series

[net-next,0/4] tools: ynl: fixes for the page-pool sample and the generation process

Message ID 20231129193622.2912353-1-kuba@kernel.org (mailing list archive)
Headers show
Series tools: ynl: fixes for the page-pool sample and the generation process | expand

Message

Jakub Kicinski Nov. 29, 2023, 7:36 p.m. UTC
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(-)

Comments

Jakub Kicinski Nov. 30, 2023, 12:06 a.m. UTC | #1
On Wed, 29 Nov 2023 11:36:18 -0800 Jakub Kicinski wrote:
> Minor fixes to the new sample and the Makefiles.

I'll apply this already, sorry for the rush.
I have stupidly activated a test in patchwork to catch breaking
the build again, without waiting for the fix to land.
patchwork-bot+netdevbpf@kernel.org Nov. 30, 2023, 12:10 a.m. UTC | #2
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Wed, 29 Nov 2023 11:36:18 -0800 you wrote:
> 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
> 
> [...]

Here is the summary with links:
  - [net-next,1/4] tools: ynl: fix build of the page-pool sample
    https://git.kernel.org/netdev/net-next/c/ee1eb9de81db
  - [net-next,2/4] tools: ynl: make sure we use local headers for page-pool
    https://git.kernel.org/netdev/net-next/c/929003723f6d
  - [net-next,3/4] tools: ynl: order building samples after generated code
    https://git.kernel.org/netdev/net-next/c/9cf9b5708241
  - [net-next,4/4] tools: ynl: don't skip regeneration from make targets
    https://git.kernel.org/netdev/net-next/c/a115b9279f48

You are awesome, thank you!