[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <m2zfwwxb1e.fsf@gmail.com>
Date: Tue, 23 Jan 2024 16:35:41 +0000
From: Donald Hunter <donald.hunter@...il.com>
To: Alessandro Marcolini <alessandromarcolini99@...il.com>
Cc: davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org,
pabeni@...hat.com, sdf@...gle.com, chuck.lever@...cle.com,
lorenzo@...nel.org, jacob.e.keller@...el.com, jiri@...nulli.us,
netdev@...r.kernel.org
Subject: Re: [PATCH net-next 2/3] doc: netlink: specs: tc: add multi-attr to
tc-taprio-sched-entry
Alessandro Marcolini <alessandromarcolini99@...il.com> writes:
> Add multi-attr attribute to tc-taprio-sched-entry to specify multiple
> entries.
> Also remove the TODO that will be fixed by the next commit.
>
> Signed-off-by: Alessandro Marcolini <alessandromarcolini99@...il.com>
> ---
> Documentation/netlink/specs/tc.yaml | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/netlink/specs/tc.yaml b/Documentation/netlink/specs/tc.yaml
> index 4346fa402fc9..5e520d3125b6 100644
> --- a/Documentation/netlink/specs/tc.yaml
> +++ b/Documentation/netlink/specs/tc.yaml
> @@ -1573,6 +1573,7 @@ attribute-sets:
> name: entry
> type: nest
> nested-attributes: tc-taprio-sched-entry
> + multi-attr: true
Good catch for the mulit-attr. I don't have this in my tc patch.
> -
> name: tc-taprio-sched-entry
> attributes:
> @@ -1667,7 +1668,7 @@ attribute-sets:
> type: binary
> -
> name: app
> - type: binary # TODO sub-message needs 2+ level deep lookup
> + type: binary
> sub-message: tca-stats-app-msg
> selector: kind
> -
I have this in my tc patch. It should be 'type: sub-message'.
https://lore.kernel.org/netdev/20240123160538.172-13-donald.hunter@gmail.com/T/#u
Powered by blists - more mailing lists