Message ID | 20220209071519.10403-1-hkelam@marvell.com (mailing list archive) |
---|---|
Headers | show |
Series | Priority flow control support for RVU netdev | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Wed, 9 Feb 2022 12:45:15 +0530 you wrote: > In network congestion, instead of pausing all traffic on link > PFC allows user to selectively pause traffic according to its > class. This series of patches add support of PFC for RVU netdev > drivers. > > Patch1 adds support to disable pause frames by default as > with PFC user can enable either PFC or 802.3 pause frames. > Patch2&3 adds resource management support for flow control > and configures necessary registers for PFC. > Patch4 adds dcb ops registration for netdev drivers. > > [...] Here is the summary with links: - [net-next,V2,1/4] octeontx2-af: Don't enable Pause frames by default https://git.kernel.org/netdev/net-next/c/d957b51f7ed6 - [net-next,V2,2/4] octeontx2-af: Priority flow control configuration support https://git.kernel.org/netdev/net-next/c/1121f6b02e7a - [net-next,V2,3/4] octeontx2-af: Flow control resource management https://git.kernel.org/netdev/net-next/c/e740003874ed - [net-next,V2,4/4] octeontx2-pf: PFC config support with DCBx https://git.kernel.org/netdev/net-next/c/8e67558177f8 You are awesome, thank you!