Message ID | 20241107160839.23707-1-gakula@marvell.com (mailing list archive) |
---|---|
Headers | show |
Series | Introduce RVU representors | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Thu, 7 Nov 2024 21:38:27 +0530 you wrote: > This series adds representor support for each rvu devices. > When switchdev mode is enabled, representor netdev is registered > for each rvu device. In implementation of representor model, > one NIX HW LF with multiple SQ and RQ is reserved, where each > RQ and SQ of the LF are mapped to a representor. A loopback channel > is reserved to support packet path between representors and VFs. > CN10K silicon supports 2 types of MACs, RPM and SDP. This > patch set adds representor support for both RPM and SDP MAC > interfaces. > > [...] Here is the summary with links: - [net-next,v12,01/12] octeontx2-pf: RVU representor driver https://git.kernel.org/netdev/net-next/c/222a4eea9c6b - [net-next,v12,02/12] octeontx2-pf: Create representor netdev https://git.kernel.org/netdev/net-next/c/3937b7308d4f - [net-next,v12,03/12] octeontx2-pf: Add basic net_device_ops https://git.kernel.org/netdev/net-next/c/22f858796758 - [net-next,v12,04/12] octeontx2-af: Add packet path between representor and VF https://git.kernel.org/netdev/net-next/c/683645a2317e - [net-next,v12,05/12] octeontx2-pf: Get VF stats via representor https://git.kernel.org/netdev/net-next/c/940754a21dec - [net-next,v12,06/12] octeontx2-pf: Add support to sync link state between representor and VFs https://git.kernel.org/netdev/net-next/c/b8fea84a0468 - [net-next,v12,07/12] octeontx2-pf: Configure VF mtu via representor https://git.kernel.org/netdev/net-next/c/3392f9190373 - [net-next,v12,08/12] octeontx2-pf: Add representors for sdp MAC https://git.kernel.org/netdev/net-next/c/2f7f33a09516 - [net-next,v12,09/12] octeontx2-pf: Add devlink port support https://git.kernel.org/netdev/net-next/c/9ed0343f561e - [net-next,v12,10/12] octeontx2-pf: Implement offload stats ndo for representors https://git.kernel.org/netdev/net-next/c/d8dec30b5165 - [net-next,v12,11/12] octeontx2-pf: Adds TC offload support https://git.kernel.org/netdev/net-next/c/6c40ca957fe5 - [net-next,v12,12/12] Documentation: octeontx2: Add Documentation for RVU representors https://git.kernel.org/netdev/net-next/c/6050b04dca8e You are awesome, thank you!