Merge branch 'tools-ynl-byteorder'
authorDavid S. Miller <davem@davemloft.net>
Wed, 24 May 2023 07:46:54 +0000 (08:46 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 May 2023 07:46:54 +0000 (08:46 +0100)
commit47469d2d5913af91f21316230f066692cb6a4c9f
tree3e5fcb43806dad24d3dc483053ca170f6c6d1f07
parent59088b5a946ee8a6603a9a84781670cedb01c40d
parentbddd2e561b0ad5ca42e16fb26a20fc806d521912
Merge branch 'tools-ynl-byteorder'

Donald Hunter says:

====================
tools: ynl: Add byte-order support for struct members

This patchset adds support to ynl for handling byte-order in struct
members. The first patch is a refactor to use predefined Struct() objects
instead of generating byte-order specific formats on the fly. The second
patch adds byte-order handling for struct members.
====================

Reviewed-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>