From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH v5 0/7] virtio ring layout optimization and simple rx/tx processing Date: Tue, 27 Oct 2015 10:15:01 +0800 Message-ID: <20151027021501.GA3115@yliu-dev.sh.intel.com> References: <1443537953-23917-1-git-send-email-huawei.xie@intel.com> <1445787304-18267-1-git-send-email-huawei.xie@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "dev@dpdk.org" To: "Tan, Jianfeng" Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id BF9CB8D3D for ; Tue, 27 Oct 2015 03:13:46 +0100 (CET) Content-Disposition: inline In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, Oct 27, 2015 at 01:44:09AM +0000, Tan, Jianfeng wrote: > > > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Huawei Xie > > Sent: Sunday, October 25, 2015 11:35 PM > > To: dev@dpdk.org > > Subject: [dpdk-dev] [PATCH v5 0/7] virtio ring layout optimization and simple > > rx/tx processing > > > > Changes in v5: > > - Call __rte_pktmbuf_prefree_seg to check refcnt when free mbufs > > > > Changes in v4: > > - Fix the error in virtio tx ring layout ascii chart in the commit message > > - Move virtio_xmit_cleanup ahead to free descriptors earlier > > - Test merge-able feature when select simple rx/tx functions [...] > > Acked-by Jianfeng Tan Jianfeng, I often see a reply like this, just dropping an ACK at the end of long email, and no more, which takes me (as well as others) some time to scroll it many times to the bottom till see that. TBH, it's always a bit frustrating that, after the scroll effort, I just see such a reply that could have been put on the top of the email so that I can see it with a glimpse only. So, top reply would be good for this case, or you could reply like what I did, removing other context to make your reply fit in one screen. --yliu