Message ID | 20240207092838.160627-1-biju.das.jz@bp.renesas.com (mailing list archive) |
---|---|
Headers | show |
Series | Add HW checksum offload support for RZ/G2L GbEthernet IP | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Wed, 7 Feb 2024 09:28:36 +0000 you wrote: > This patch series aims to add HW checksum offload supported by TOE module > found on the RZ/G2L Gb ethernet IP. > > TOE has hardware support for calculating IP header and TCP/UDP/ICMP > checksum for both IPv4 and IPv6. > > For Rx, the 4-byte result of checksum calculation is attached to the > Ethernet frames.First 2-bytes is result of IPv4 header checksum and next > 2-bytes is TCP/UDP/ICMP checksum. > > [...] Here is the summary with links: - [v5,net-next,1/2] ravb: Add Rx checksum offload support for GbEth https://git.kernel.org/netdev/net-next/c/c2da9408579d - [v5,net-next,2/2] ravb: Add Tx checksum offload support for GbEth https://git.kernel.org/netdev/net-next/c/6c8e2803ef36 You are awesome, thank you!