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

2021-01-11 Thread Sebastien Laveze
On Sat, 2021-01-09 at 19:16 -0800, Jakub Kicinski wrote: > Hi Sebastien, looks like this no longer applies to net could you > rebase? Hi Jakub, Sure, no problem.

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

2021-01-09 Thread Jakub Kicinski
On Tue, 5 Jan 2021 16:47:48 +0100 Sebastien Laveze (OSS) 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 relate to tagged frames priorities. > > In transmit, pr

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

2021-01-05 Thread Sebastien Laveze (OSS)
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