From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] pktgen: Require CONFIG_INET due to use of IPv4 checksum function Date: Tue, 30 Jul 2013 16:45:24 -0700 (PDT) Message-ID: <20130730.164524.250005584108750137.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: tgraf@suug.ch Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:43607 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758511Ab3G3XpZ (ORCPT ); Tue, 30 Jul 2013 19:45:25 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Thomas Graf 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 > Signed-off-by: Thomas Graf Applied, thanks Thomas.