From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David S. Miller" Subject: Re: [PATCH 2.6.11.7] sch_htb: Drop packet when direct queue is full Date: Thu, 28 Apr 2005 12:04:04 -0700 Message-ID: <20050428120404.190d7344.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netdev@oss.sgi.com Return-path: To: Asim Shankar In-Reply-To: Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com List-Id: netdev.vger.kernel.org On Mon, 25 Apr 2005 14:15:05 -0500 (CDT) Asim Shankar wrote: > htb_enqueue(): Free skb and return NET_XMIT_DROP if a packet is destined > for the direct_queue but the direct_queue is full. (Before patch: > Erroneously returned NET_XMIT_SUCCESS even though packet was not enqueued) > > Signed-off-by: Asim Shankar Your patch is mangled by your email client. The non-changing lines in the patch have two leading spaces, which is wrong. So the patch will not apply.