Re: [PATCH net-next 11/16] dt-bindings: net: dwmac: Add MTL Rx Queue properties constraints

From: Krzysztof Kozlowski
Date: Thu Mar 16 2023 - 04:07:48 EST


On 13/03/2023 23:50, Serge Semin wrote:
> Currently none of the MTL Rx Queues QoS-related DT-properties have been
> equipped with the proper constraints. Meanwhile they can be specified at
> least based on the corresponding CSR field sizes or the DW (x|xG)MAC
> IP-core synthesize parameter constraints. Let's do that:
> + snps,rx-queues-to-use - number of Rx queues to utilise is limited w

(...)

> +
> snps,route-avcp:
> type: boolean
> description: AV Untagged Control packets
> @@ -166,6 +173,9 @@ properties:
> snps,priority:
> $ref: /schemas/types.yaml#/definitions/uint32
> description: Bitmask of the tagged frames priorities assigned to the queue
> + minimum: 0
> + maximum: 0xFF
> +

lowercase hex

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>

Best regards,
Krzysztof