From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id D668120DA1; Tue, 16 Jan 2018 06:21:19 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 16 Jan 2018 06:21:19 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=fK70P9pNEWsr3L/keDWWpjPpJ8 7MK7dgYcTAQbOHq44=; b=bYnXquyRh7SPRPuzfMHDqcdg302Eg2uN96/SQTOCR/ BUdSKotk3uQ3L1ooTucCROlkNkBJizsO6CW3F/10ymAUhUXXyBPd7NmZ6hliQDII SPvlVkLMA1ZzMAi7Hhqdia/QFwHEJZBde5UfQOW2ikPC9oRRr4XglZniB9n4wCSc s= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=fK70P9 pNEWsr3L/keDWWpjPpJ87MK7dgYcTAQbOHq44=; b=OlD8vkiIM3IOigL1AdZPYG U6OPKOuuBNEeZbujcrtpN+c7RZno9N0yUN/xThAToxSvXbqKwtf3oJxqEKHomonA BYvfaG00vPzpufl0lsSDHmlrg7gDnwBFoc9fBqh4qdkM8/DUcixIOzXM8bPHoGLb MnkLiKNUCfhGfY8kaGx5ecKsp7YLlTl7rBdFQDHKXd+4+O0lSxUM4MNfH/Z7dZCN 4SojOcNwy2HBAkUnqYmzo2V9JVD+u6ZmOz3mgo6iGFbbSsfvA2tMok0BpPgCxoXz 4ySABNJdUWQvr9R2gfBpbZswUn7MAfLhengrV55UOlh2fF5I9fjDBOHYzI9/W1tw == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 83F397E0FA; Tue, 16 Jan 2018 06:21:19 -0500 (EST) From: Thomas Monjalon To: Jiayu Hu , olivier.matz@6wind.com Cc: dev@dpdk.org, Yuanhan Liu , jianfeng.tan@intel.com Date: Tue, 16 Jan 2018 12:20:48 +0100 Message-ID: <4548500.UFps53m4kA@xps> In-Reply-To: <20180108142721.GC29540@yliu-mob> References: <1511247412-130965-1-git-send-email-jiayu.hu@intel.com> <20180108142721.GC29540@yliu-mob> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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 11:21:20 -0000 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?