From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David S. Miller" Subject: Re: [PATCH 1/3] Rough VJ Channel Implementation - vj_core.patch Date: Wed, 26 Apr 2006 00:33:35 -0700 (PDT) Message-ID: <20060426.003335.26972263.davem@davemloft.net> References: <200604261147.34221.kelly@au.ibm.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, rusty@rustcorp.com.au Return-path: Received: from dsl027-180-168.sfo1.dsl.speakeasy.net ([216.27.180.168]:4806 "EHLO sunset.davemloft.net") by vger.kernel.org with ESMTP id S1751117AbWDZHdd (ORCPT ); Wed, 26 Apr 2006 03:33:33 -0400 To: kelly@au1.ibm.com In-Reply-To: <200604261147.34221.kelly@au.ibm.com> Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Kelly Daly Date: Wed, 26 Apr 2006 11:47:34 +0000 > Noting Dave's recent release of his implementation, we thought we'd > better get this "out there" so we can do some early > comparison/combining and come up with the best possible > implementation. Thanks for publishing your work. I'm actually not that upset that I duplicated the work a little bit because trying to start implementing things forced me to think in a more focued way about this stuff. I'll look over your patches, thanks.