Re: [PATCH v2 1/4] dt-bindings: net: Add network-class schema for mac-address properties

From: Andrew Lunn
Date: Sun Feb 12 2023 - 10:40:03 EST


> + max-frame-size:
> + $ref: /schemas/types.yaml#/definitions/uint32
> + description:
> + Maximum transfer unit (IEEE defined MTU).

Do you have a reference you can include here to a clause in an IEEE
802 document? We need this unambiguously defined otherwise more DT
blobs are going to use the wrong value.

Andrew