Re: [PATCH net-next] pktgen: Require CONFIG_INET due to use of IPv4 checksum function
From: David Miller <davem@davemloft.net>
Date: 2013-07-30 23:45:25
From: David Miller <davem@davemloft.net>
Date: 2013-07-30 23:45:25
From: Thomas Graf <tgraf@suug.ch> Date: Mon, 29 Jul 2013 13:44:15 +0200
Unlike for IPv6, the IPv4 checksum functions are only available if CONFIG_INET is set. Reported-by: kbuild test robot <redacted> Signed-off-by: Thomas Graf <tgraf@suug.ch>
Applied, thanks Thomas.