From patchwork Fri May 15 08:28:26 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frans Pop X-Patchwork-Id: 27242 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@bilbo.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from ozlabs.org (ozlabs.org [203.10.76.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.ozlabs.org", Issuer "CA Cert Signing Authority" (verified OK)) by bilbo.ozlabs.org (Postfix) with ESMTPS id E799CB707D for ; Fri, 15 May 2009 18:28:59 +1000 (EST) Received: by ozlabs.org (Postfix) id DA8D1DE0AC; Fri, 15 May 2009 18:28:59 +1000 (EST) Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by ozlabs.org (Postfix) with ESMTP id 56426DE0A6 for ; Fri, 15 May 2009 18:28:59 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759284AbZEOI2b (ORCPT ); Fri, 15 May 2009 04:28:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755392AbZEOI2a (ORCPT ); Fri, 15 May 2009 04:28:30 -0400 Received: from cpsmtpm-eml104.kpnxchange.com ([195.121.3.8]:59468 "EHLO CPSMTPM-EML104.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755904AbZEOI23 (ORCPT ); Fri, 15 May 2009 04:28:29 -0400 Received: from aragorn.fjphome.nl ([84.85.147.182]) by CPSMTPM-EML104.kpnxchange.com with Microsoft SMTPSVC(7.0.6001.18000); Fri, 15 May 2009 10:28:29 +0200 To: Netdev Subject: [PATCH] ipv4: make default for INET_LRO consistent with help text Cc: "David S. Miller" , Linux Kernel Mailing List Content-Disposition: inline From: Frans Pop Date: Fri, 15 May 2009 10:28:26 +0200 MIME-Version: 1.0 Message-Id: <200905151028.28833.elendil@planet.nl> X-OriginalArrivalTime: 15 May 2009 08:28:29.0887 (UTC) FILETIME=[20510CF0:01C9D537] Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Commit e81963b1 changed this config from tristate to bool. Add default so that it is consistent with the help text. Signed-off-by: Frans Pop --- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig index 9d26a3d..5b919f7 100644 --- a/net/ipv4/Kconfig +++ b/net/ipv4/Kconfig @@ -408,7 +408,7 @@ config INET_XFRM_MODE_BEET config INET_LRO bool "Large Receive Offload (ipv4/tcp)" - + default y ---help--- Support for Large Receive Offload (ipv4/tcp).