Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Fri, 20 Dec 2024 13:26:14 +0530 you wrote:
The Host Port (i.e. CPU facing port) of CPSW receives traffic from Linux via TX DMA Channels which are Hardware Queues consisting of traffic categorized according to their priority. The Host Port is configured to dequeue traffic from these Hardware Queues on the basis of priority i.e. as long as traffic exists on a Hardware Queue of a higher priority, the traffic on Hardware Queues of lower priority isn't dequeued. An alternate operation is also supported wherein traffic can be dequeued by the Host Port in a Round-Robin manner.
[...]
Here is the summary with links: - [net] net: ethernet: ti: am65-cpsw: default to round-robin for host port receive https://git.kernel.org/netdev/net/c/4a4d38ace1fb
You are awesome, thank you!