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
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