On Mon, 8 Apr 2024 11:44:27 +0800 Heng Qi wrote: > --- a/Documentation/netlink/specs/ethtool.yaml > +++ b/Documentation/netlink/specs/ethtool.yaml > @@ -408,6 +408,18 @@ attribute-sets: > - > name: combined-count > type: u32 > + - > + name: profile > + attributes: > + - > + name: usec > + type: u16 > + - > + name: pkts > + type: u16 > + - > + name: comps > + type: u16 > > - > name: coalesce > @@ -497,6 +509,23 @@ attribute-sets: > - > name: tx-aggr-time-usecs > type: u32 > + - > + name: rx-eqe-profs > + type: nest > + nested-attributes: profile > + - > + name: rx-cqe-profs > + type: nest > + nested-attributes: profile > + - > + name: tx-eqe-profs > + type: nest > + nested-attributes: profile > + - > + name: tx-cqe-profs > + type: nest > + nested-attributes: profile Something wrong with the YAML format :( while parsing a block collection in "../../../../Documentation/netlink/specs/ethtool.yaml", line 25, column 3 expected <block end>, but found '<block sequence start>' in "../../../../Documentation/netlink/specs/ethtool.yaml", line 416, column 4 while parsing a block collection in "../../../../Documentation/netlink/specs/ethtool.yaml", line 25, column 3 expected <block end>, but found '<block sequence start>' in "../../../../Documentation/netlink/specs/ethtool.yaml", line 416, column 4 does make -C tools/net/ynl work for you? -- pw-bot: cr