[PATCH v11 04/25] Documentation: document netlink ULP_DDP_GET/SET messages

Jakub Kicinski kuba at kernel.org
Fri Feb 3 19:41:31 PST 2023


On Fri,  3 Feb 2023 15:26:44 +0200 Aurelien Aptel wrote:
> +      do: &ulp-ddp-get-op
> +        request:
> +          value: 44
> +          attributes:
> +            - header
> +        reply:
> +          value: 44
> +          attributes:
> +            - header
> +            - hw
> +            - active
> +            - stats
> +      dump: *ulp-ddp-get-op
> +    -
> +      name: ulp-ddp-set
> +      doc: Set ULP DDP capabilities
> +
> +      attribute-set: ulp-ddp
> +
> +      do:
> +        request:
> +          value: 45
> +          attributes:
> +            - header
> +            - wanted
> +        reply:
> +          value: 45
> +          attributes:
> +            - header
> +            - hw
> +            - active

If you need to respin for other reasons - you can drop the value:
entries here. I had to add it for the previous command because of
the discontinuity in IDs but if you're just adding subsequent entries
- the value being previous + 1 is implied.

Acked-by: Jakub Kicinski <kuba at kernel.org>



More information about the Linux-nvme mailing list