OSDN Git Service

Merge branch 'ynl-add-support-for-user-headers-and-struct-attrs'
authorJakub Kicinski <kuba@kernel.org>
Wed, 29 Mar 2023 06:54:45 +0000 (23:54 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 29 Mar 2023 06:54:45 +0000 (23:54 -0700)
commit35fae44e8e1ab170885b3a77594f674660d147e3
treee68822bea6118a746cd656ea058680a4a03ec472
parentde7494524da53d92d2f0bc4d67ec7206ea08ff3b
parent04eac39361d3506c82ccf932cb288e84d5746969
Merge branch 'ynl-add-support-for-user-headers-and-struct-attrs'

Donald Hunter says:

====================
ynl: add support for user headers and struct attrs

Add support for user headers and struct attrs to YNL. This patchset adds
features to ynl and add a partial spec for openvswitch that demonstrates
use of the features.

Patch 1-4 add features to ynl
Patch 5 adds partial openvswitch specs that demonstrate the new features
Patch 6-7 add documentation for legacy structs and for sub-type
====================

Link: https://lore.kernel.org/r/20230327083138.96044-1-donald.hunter@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>