Message ID | 20240304110858.117100-1-niklas.soderlund+renesas@ragnatech.se (mailing list archive) |
---|---|
Headers | show |
Series | ravb: Align Rx descriptor setup and maintenance | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Mon, 4 Mar 2024 12:08:52 +0100 you wrote: > Hello, > > When RZ/G2L support was added the Rx code path was split in two, one to > support R-Car and one to support RZ/G2L. One reason for this is that > R-Car uses the extended Rx descriptor format, while RZ/G2L uses the > normal descriptor format. > > [...] Here is the summary with links: - [net-next,v3,1/6] ravb: Group descriptor types used in Rx ring https://git.kernel.org/netdev/net-next/c/4123c3fbf863 - [net-next,v3,2/6] ravb: Make it clear the information relates to maximum frame size https://git.kernel.org/netdev/net-next/c/e82700b8662c - [net-next,v3,3/6] ravb: Create helper to allocate skb and align it https://git.kernel.org/netdev/net-next/c/cfbad64706c1 - [net-next,v3,4/6] ravb: Use the max frame size from hardware info for RZ/G2L https://git.kernel.org/netdev/net-next/c/496863388136 - [net-next,v3,5/6] ravb: Move maximum Rx descriptor data usage to info struct https://git.kernel.org/netdev/net-next/c/555419b2259b - [net-next,v3,6/6] ravb: Unify Rx ring maintenance code paths https://git.kernel.org/netdev/net-next/c/644d037b2c44 You are awesome, thank you!