lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240408120924.1f01e722@kernel.org>
Date: Mon, 8 Apr 2024 12:09:24 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Heng Qi <hengqi@...ux.alibaba.com>
Cc: netdev@...r.kernel.org, virtualization@...ts.linux.dev, "David S.
 Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>, Paolo
 Abeni <pabeni@...hat.com>, Jason Wang <jasowang@...hat.com>, "Michael S.
 Tsirkin" <mst@...hat.com>, Ratheesh Kannoth <rkannoth@...vell.com>,
 Alexander Lobakin <aleksander.lobakin@...el.com>, Xuan Zhuo
 <xuanzhuo@...ux.alibaba.com>
Subject: Re: [PATCH net-next v4 1/4] ethtool: provide customized dim profile
 management

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ