Message ID | 20220303015235.18907-1-luizluca@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | net: dsa: realtek: add rtl8_4t tag | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Wed, 2 Mar 2022 22:52:32 -0300 you wrote: > This patch series adds support for rtl8_4t tag. It is a variant of > rtl8_4 tag, with identical values but placed at the end of the packet > (before CRC). > > It forces checksum in software before adding the tag as those extra > bytes at the end of the packet would be summed together with the rest of > the payload. When the switch removes the tag before sending the packet > to the network, that checksum will not match. > > [...] Here is the summary with links: - [net-next,v5,1/3] dt-bindings: net: dsa: add rtl8_4 and rtl8_4t tag formats https://git.kernel.org/netdev/net-next/c/617c3cc3aafd - [net-next,v5,2/3] net: dsa: tag_rtl8_4: add rtl8_4t trailing variant https://git.kernel.org/netdev/net-next/c/cd87fecdedd7 - [net-next,v5,3/3] net: dsa: realtek: rtl8365mb: add support for rtl8_4t https://git.kernel.org/netdev/net-next/c/59dc7b4f7f45 You are awesome, thank you!