From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rusty Russell Subject: Re: [PATCH] Work around dhclient brokenness Date: Mon, 25 Aug 2008 14:01:17 +1000 Message-ID: <200808251401.18209.rusty@rustcorp.com.au> References: <1218829632-19037-1-git-send-email-aliguori@us.ibm.com> <200808191910.45148.rusty@rustcorp.com.au> <20080819150555.GA15995@puku.stupidest.org> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Cc: Herbert Xu , Avi Kivity , Anthony Liguori , kvm@vger.kernel.org, Mark McLoughlin To: Chris Wedgwood Return-path: Received: from ozlabs.org ([203.10.76.45]:59396 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750772AbYHYEBZ (ORCPT ); Mon, 25 Aug 2008 00:01:25 -0400 In-Reply-To: <20080819150555.GA15995@puku.stupidest.org> Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: On Wednesday 20 August 2008 01:05:55 Chris Wedgwood wrote: > On Tue, Aug 19, 2008 at 07:10:44PM +1000, Rusty Russell wrote: > > We need both. CSUM2 is the new virtio-level feature. > > Perhaps that's what I'm misisng. How is this different to CSUM? Because current guests which say they can handle CSUM can't *really* handle it. That's the entire point. We need a new one, so that existing guests don't ack it (because they don't understand it), and new guests can ack it later. Hope that clarifies, Rusty.