mbox series

[PATCHv4,net-next,0/2] ynl: rename array-nest to indexed-array

Message ID 20240404063114.1221532-1-liuhangbin@gmail.com (mailing list archive)
Headers show
Series ynl: rename array-nest to indexed-array | expand

Message

Hangbin Liu April 4, 2024, 6:31 a.m. UTC
rename array-nest to indexed-array and add un-nest sub-type support

v4:
1. Separate binary and integer handling (Jakub Kicinski)
2. Update sub-type example in doc (Jakub Kicinski)

v3:
1. fix doc title underline too short issue (Jakub Kicinski)

v2:
1. raise exception for unsupported sub-type
2. merge all sub-type handler in _decode_array_attr
3. remove index shown in indexed-array as some implementations are
   non-contiguous.

Hangbin Liu (2):
  ynl: rename array-nest to indexed-array
  ynl: support binary and integer sub-type for indexed-array

 Documentation/netlink/genetlink-c.yaml        |  2 +-
 Documentation/netlink/genetlink-legacy.yaml   |  2 +-
 Documentation/netlink/genetlink.yaml          |  2 +-
 Documentation/netlink/netlink-raw.yaml        |  2 +-
 Documentation/netlink/specs/nlctrl.yaml       |  6 +++--
 Documentation/netlink/specs/rt_link.yaml      |  3 ++-
 Documentation/netlink/specs/tc.yaml           | 21 +++++++++++------
 .../netlink/genetlink-legacy.rst              | 22 +++++++++++++-----
 tools/net/ynl/lib/ynl.py                      | 23 +++++++++++++++----
 tools/net/ynl/ynl-gen-c.py                    | 18 ++++++++++-----
 10 files changed, 70 insertions(+), 31 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org April 6, 2024, 6:10 a.m. UTC | #1
Hello:

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

On Thu,  4 Apr 2024 14:31:11 +0800 you wrote:
> rename array-nest to indexed-array and add un-nest sub-type support
> 
> v4:
> 1. Separate binary and integer handling (Jakub Kicinski)
> 2. Update sub-type example in doc (Jakub Kicinski)
> 
> v3:
> 1. fix doc title underline too short issue (Jakub Kicinski)
> 
> [...]

Here is the summary with links:
  - [PATCHv4,net-next,1/2] ynl: rename array-nest to indexed-array
    https://git.kernel.org/netdev/net-next/c/aa6485d813ad
  - [PATCHv4,net-next,2/2] ynl: support binary and integer sub-type for indexed-array
    https://git.kernel.org/netdev/net-next/c/a7408b56e5f9

You are awesome, thank you!