From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] net/garp: fix GID rbtree ordering Date: Fri, 13 Apr 2012 13:10:48 -0400 (EDT) Message-ID: <20120413.131048.941392773930795760.davem@davemloft.net> References: <1333980833-12355-1-git-send-email-david.ward@ll.mit.edu> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, jorge@dti2.net To: david.ward@ll.mit.edu Return-path: Received: from shards.monkeyblade.net ([198.137.202.13]:50765 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751123Ab2DMRLG (ORCPT ); Fri, 13 Apr 2012 13:11:06 -0400 In-Reply-To: <1333980833-12355-1-git-send-email-david.ward@ll.mit.edu> Sender: netdev-owner@vger.kernel.org List-ID: From: David Ward Date: Mon, 9 Apr 2012 10:13:53 -0400 > The comparison operators were backwards in both garp_attr_lookup and > garp_attr_create, so the entire GID rbtree was in reverse order. > (There was no practical side effect to this though, except that PDUs > were sent with attributes listed in reverse order, which is still > valid by the protocol. This change is only for clarity.) > > Signed-off-by: David Ward Applied to net-next, thanks David.