From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roland Dreier Subject: Re: [PATCH 1/5] remove TxStartThresh and RxEarlyThresh Date: Mon, 02 Oct 2006 00:00:18 -0700 Message-ID: References: <1159813431.2576.0.camel@localhost.localdomain> <20061001235312.aa2c6d17.akpm@osdl.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jesse Huang , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, jgarzik@pobox.com Return-path: Received: from sj-iport-6.cisco.com ([171.71.176.117]:6590 "EHLO sj-iport-6.cisco.com") by vger.kernel.org with ESMTP id S932701AbWJBHAU (ORCPT ); Mon, 2 Oct 2006 03:00:20 -0400 To: Andrew Morton In-Reply-To: <20061001235312.aa2c6d17.akpm@osdl.org> (Andrew Morton's message of "Sun, 1 Oct 2006 23:53:12 -0700") Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org > > For pattern issue need to remove TxStartThresh and RxEarlyThresh. > Please describe this issue more completely. > > What are the implications of simply removing this feature? Presumably that > code was there for a reason.. Actually I think this patch needs to be handled delicately -- because based on earlier emails from Jesse (http://www.mail-archive.com/netdev@vger.kernel.org/msg22254.html), I am pretty sure that "pattern" is a typo for "patent". So I guess the question is what exactly the patent covers and what the implications of having the current kernel code are. - R.