Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1765499AbXHNFmt (ORCPT ); Tue, 14 Aug 2007 01:42:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S941349AbXHNFlr (ORCPT ); Tue, 14 Aug 2007 01:41:47 -0400 Received: from srv5.dvmed.net ([207.36.208.214]:46711 "EHLO mail.dvmed.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S941308AbXHNFlo (ORCPT ); Tue, 14 Aug 2007 01:41:44 -0400 Message-ID: <46C14096.3020905@garzik.org> Date: Tue, 14 Aug 2007 01:41:42 -0400 From: Jeff Garzik User-Agent: Thunderbird 1.5.0.12 (X11/20070719) MIME-Version: 1.0 To: Divy Le Ray CC: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, swise@opengridcomputing.com Subject: Re: [PATCH 2/13] cxgb3 - Update rx coalescing length References: <20070811062939.8040.31490.stgit@speedy5> In-Reply-To: <20070811062939.8040.31490.stgit@speedy5> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -4.3 (----) X-Spam-Report: SpamAssassin version 3.1.9 on srv5.dvmed.net summary: Content analysis details: (-4.3 points, 5.0 required) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 894 Lines: 30 Divy Le Ray wrote: > From: Divy Le Ray > > Set max Rx coalescing length to 12288 > > Signed-off-by: Divy Le Ray > --- > > drivers/net/cxgb3/common.h | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/net/cxgb3/common.h b/drivers/net/cxgb3/common.h > index c46c249..55922ed 100644 > --- a/drivers/net/cxgb3/common.h > +++ b/drivers/net/cxgb3/common.h > @@ -104,7 +104,7 @@ enum { > PROTO_SRAM_LINES = 128, /* size of TP sram */ > }; > > -#define MAX_RX_COALESCING_LEN 16224U > +#define MAX_RX_COALESCING_LEN 12288U neither the patch nor description explains -why- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/