netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/4] ynl: couple of unrelated fixes
@ 2023-07-27 16:29 Stanislav Fomichev
  2023-07-27 16:29 ` [PATCH net-next v2 1/4] ynl: expose xdp-zc-max-segs Stanislav Fomichev
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Stanislav Fomichev @ 2023-07-27 16:29 UTC (permalink / raw)
  To: netdev; +Cc: davem, edumazet, kuba, pabeni, Stanislav Fomichev

- spelling of xdp-features
- s/xdp_zc_max_segs/xdp-zc-max-segs/
- expose xdp-zc-max-segs
- add /* private: */
- regenerate headers
- print xdp_zc_max_segs from sample

v2:
- don't put newline after /* private: */ (Jakub)
- use ynl-regen.sh for regen (Jakub)

Stanislav Fomichev (4):
  ynl: expose xdp-zc-max-segs
  ynl: mark max/mask as private for kdoc
  ynl: regenerate all headers
  ynl: print xdp-zc-max-segs in the sample

 Documentation/netlink/specs/netdev.yaml | 5 +++--
 include/uapi/linux/netdev.h             | 3 ++-
 tools/include/uapi/linux/netdev.h       | 3 ++-
 tools/net/ynl/Makefile                  | 1 +
 tools/net/ynl/generated/netdev-user.c   | 6 ++++++
 tools/net/ynl/generated/netdev-user.h   | 2 ++
 tools/net/ynl/samples/netdev.c          | 2 ++
 tools/net/ynl/ynl-gen-c.py              | 1 +
 tools/net/ynl/ynl-regen.sh              | 5 +++++
 9 files changed, 24 insertions(+), 4 deletions(-)

-- 
2.41.0.487.g6d72f3e995-goog


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-07-28 16:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-27 16:29 [PATCH net-next v2 0/4] ynl: couple of unrelated fixes Stanislav Fomichev
2023-07-27 16:29 ` [PATCH net-next v2 1/4] ynl: expose xdp-zc-max-segs Stanislav Fomichev
2023-07-27 16:29 ` [PATCH net-next v2 2/4] ynl: mark max/mask as private for kdoc Stanislav Fomichev
2023-07-27 16:30 ` [PATCH net-next v2 3/4] ynl: regenerate all headers Stanislav Fomichev
2023-07-27 16:30 ` [PATCH net-next v2 4/4] ynl: print xdp-zc-max-segs in the sample Stanislav Fomichev
2023-07-27 16:49 ` [PATCH net-next v2 0/4] ynl: couple of unrelated fixes Jakub Kicinski
2023-07-28 16:50 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).