From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] vhost: support UDP Fragmentation Offload Date: Tue, 16 Jan 2018 12:20:48 +0100 Message-ID: <4548500.UFps53m4kA@xps> References: <1511247412-130965-1-git-send-email-jiayu.hu@intel.com> <20180108142721.GC29540@yliu-mob> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Yuanhan Liu , jianfeng.tan@intel.com To: Jiayu Hu , olivier.matz@6wind.com Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 7DEC61B00C for ; Tue, 16 Jan 2018 12:21:20 +0100 (CET) In-Reply-To: <20180108142721.GC29540@yliu-mob> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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?