From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNxMV-0008Am-BV for qemu-devel@nongnu.org; Tue, 26 Jan 2016 01:44:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aNxMS-0005xg-6C for qemu-devel@nongnu.org; Tue, 26 Jan 2016 01:44:23 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34796) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNxMR-0005xc-Ug for qemu-devel@nongnu.org; Tue, 26 Jan 2016 01:44:20 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 600428DFEA for ; Tue, 26 Jan 2016 06:44:19 +0000 (UTC) Date: Tue, 26 Jan 2016 14:44:15 +0800 From: Fam Zheng Message-ID: <20160126064415.GJ23224@ad.usersys.redhat.com> References: <1453760690-21221-1-git-send-email-wexu@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1453760690-21221-1-git-send-email-wexu@redhat.com> 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: wexu@redhat.com Cc: victork@redhat.com, mst@redhat.com, jasowang@redhat.com, yvugenfi@redhat.com, qemu-devel@nongnu.org, marcel@redhat.com, dfleytma@redhat.com 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) Fam