For those architectures which do not define_HAVE_ARCH_IPV6_CSUM, we need
to include ip6_checksum.h which provides the csum_ipv6_magic() function.
Fixes: fb8629e2cbfc ("net: enetc: add support for software TSO")
Reported-by: kernel test robot <redacted>
Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
---
drivers/net/ethernet/freescale/enetc/enetc.c | 1 +
1 file changed, 1 insertion(+)
From: Vladimir Oltean <vladimir.oltean@nxp.com> Date: 2021-10-13 08:26:36
On Tue, Oct 12, 2021 at 03:13:58PM +0300, Ioana Ciornei wrote:
For those architectures which do not define_HAVE_ARCH_IPV6_CSUM, we need
to include ip6_checksum.h which provides the csum_ipv6_magic() function.
Fixes: fb8629e2cbfc ("net: enetc: add support for software TSO")
Reported-by: kernel test robot <redacted>
Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
---
Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Hello:
This patch was applied to netdev/net-next.git (master)
by Jakub Kicinski [off-list ref]:
On Tue, 12 Oct 2021 15:13:58 +0300 you wrote:
For those architectures which do not define_HAVE_ARCH_IPV6_CSUM, we need
to include ip6_checksum.h which provides the csum_ipv6_magic() function.
Fixes: fb8629e2cbfc ("net: enetc: add support for software TSO")
Reported-by: kernel test robot <redacted>
Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
[...]