Re: [PATCH v1 net] dt-bindings: net: dwmac: fix queue priority documentation

2021-01-11 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Mon, 11 Jan 2021 09:14:07 +0100 you wrote: > From: Seb Laveze > > The priority field is not the queue priority (queue priority is fixed) > but a bitmask of priorities assigned to this queue. > > In receive, priorities rela

[PATCH v1 net] dt-bindings: net: dwmac: fix queue priority documentation

2021-01-11 Thread Sebastien Laveze
From: Seb Laveze The priority field is not the queue priority (queue priority is fixed) but a bitmask of priorities assigned to this queue. In receive, priorities relate to tagged frames priorities. In transmit, priorities relate to PFC frames. Signed-off-by: Seb Laveze --- Documentation/dev