From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id 11E34322C for ; Tue, 16 Jan 2018 13:21:38 +0100 (CET) Received: from lfbn-lil-1-110-231.w90-45.abo.wanadoo.fr ([90.45.197.231] helo=droids-corp.org) by mail.droids-corp.org with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1ebQFG-0008Og-7Y; Tue, 16 Jan 2018 13:21:39 +0100 Received: by droids-corp.org (sSMTP sendmail emulation); Tue, 16 Jan 2018 13:21:33 +0100 Date: Tue, 16 Jan 2018 13:21:33 +0100 From: Olivier Matz To: Thomas Monjalon Cc: Jiayu Hu , dev@dpdk.org, Yuanhan Liu , jianfeng.tan@intel.com Message-ID: <20180116122133.5764kdxh5tf754tj@platinum> References: <1511247412-130965-1-git-send-email-jiayu.hu@intel.com> <20180108142721.GC29540@yliu-mob> <4548500.UFps53m4kA@xps> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4548500.UFps53m4kA@xps> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [dpdk-dev] [PATCH] vhost: support UDP Fragmentation Offload X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jan 2018 12:21:38 -0000 On Tue, Jan 16, 2018 at 12:20:48PM +0100, Thomas Monjalon wrote: > 08/01/2018 15:27, Yuanhan Liu: > > On Tue, Nov 21, 2017 at 02:56:52PM +0800, Jiayu Hu wrote: > > > In virtio, UDP Fragmentation Offload (UFO) includes two parts: host UFO > > > and guest UFO. Guest UFO means the frontend can receive large UDP packets, > > > and host UFO means the backend can receive large UDP packets. This patch > > > supports host UFO and guest UFO for vhost-user. > > > > > > Signed-off-by: Jiayu Hu > > > > Applied to dpdk-next-virtio. > > Olivier Matz, mbuf maintainer, was not Cc'ed in this patch. > Olivier, can you confirm this new mbuf flag is OK? Yuanhan CC'ed me, but I was quite busy at that time. Even if it's to late: Acked-by: Olivier Matz