From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53888) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aO3h0-0002Fx-D9 for qemu-devel@nongnu.org; Tue, 26 Jan 2016 08:29:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aO3gw-0008PW-A9 for qemu-devel@nongnu.org; Tue, 26 Jan 2016 08:29:58 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36378) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aO3gw-0008PK-4A for qemu-devel@nongnu.org; Tue, 26 Jan 2016 08:29:54 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id B1BB3C0ED3E2 for ; Tue, 26 Jan 2016 13:29:53 +0000 (UTC) Received: from wei-thinkpad.nay.redhat.com (vpn1-5-99.pek2.redhat.com [10.72.5.99]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u0QDTkO9015330 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 26 Jan 2016 08:29:52 -0500 Message-ID: <56A774C9.5020002@redhat.com> Date: Tue, 26 Jan 2016 21:29:45 +0800 From: Wei Xu MIME-Version: 1.0 References: <1453760690-21221-1-git-send-email-wexu@redhat.com> <20160126064415.GJ23224@ad.usersys.redhat.com> In-Reply-To: <20160126064415.GJ23224@ad.usersys.redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC 0/10] Support Receive-Segment-Offload(RSC) for WHQL test of Window guest List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 01/26/2016 02:44 PM, Fam Zheng wrote: > On Tue, 01/26 06:24, wexu@redhat.com wrote: >> Wei Xu (10): >> 'Segment', 'Chain' and 'Status' enumeration. >> Initilize & Cleanup. >> Chain lookup and packets caching. >> Tcp general data coalescing >> The draining timer >> IPv4 checksum. >> TCP control packet handling >> Sanity check & More bypass cases check. >> IPv6 support. >> Statistics. > Please add subsystem prefixes to subjects, like: > > "virtio-net: IPv6 support" > "virtio-net: Statistics" > > This applies to the cover letter too. > > (nit-pick: period "." is not necessary) Thanks Fam. Wei > > Fam >