From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] virtio: Support mergeable buffer in virtio pmd Date: Mon, 25 Aug 2014 17:16:08 +0200 Message-ID: <1507514.aMceMbYRTN@xps13> References: <1408006475-17606-1-git-send-email-changchun.ouyang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Ouyang Changchun Return-path: In-Reply-To: <1408006475-17606-1-git-send-email-changchun.ouyang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 2014-08-14 16:54, Ouyang Changchun: > v3 change: > - Investigate the comments from Huawei and fix one potential issue of wrong offset to > the number of descriptor in buffer; also fix other tiny comments. > > v2 change: > - Resolve conflicts with the tip code; > - And resolve 2 issues: > -- fix mbuf leak when discard an uncompleted packet. > -- refine pkt.data to point to actual payload data start point. > > v1 change: > - This patch supports mergeable buffer feature in DPDK based virtio PMD, which can > receive jumbo frame with larger size, like 3K, 4K or even 9K. > > Signed-off-by: Changchun Ouyang > Acked-by: Huawei Xie Applied for version 1.7.1. Thanks -- Thomas