From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Matz Subject: Re: [PATCH] vhost: support UDP Fragmentation Offload Date: Tue, 16 Jan 2018 13:21:33 +0100 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 Cc: Jiayu Hu , dev@dpdk.org, Yuanhan Liu , jianfeng.tan@intel.com To: Thomas Monjalon 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) Content-Disposition: inline In-Reply-To: <4548500.UFps53m4kA@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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