From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com
 [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id DDEDD5F1B;
 Mon, 23 Apr 2018 16:10:12 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 5E1762188E;
 Mon, 23 Apr 2018 10:10:12 -0400 (EDT)
Received: from mailfrontend1 ([10.202.2.162])
 by compute1.internal (MEProxy); Mon, 23 Apr 2018 10:10:12 -0400
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=3enppF5/jUAJSEwjWUEcBDgw1S
 L26lbgev799gjmzLM=; b=i49ZXnvunPCP0GUQsPm3GHSxCew7C9nQ7qrfNfv/IV
 +bJ2fTCFwonJA8xjWzOc4mt/UVTw1ce3W2qgxnD0rhF5nez5vilOv04JEErCzYof
 8X4ynRcWvqRIyB6ty/ENa2EIixRI5B+4OPiLkfbvM+1i5Yf1QPyBBOQts2tFFEhf
 8=
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=fm2; bh=3enppF
 5/jUAJSEwjWUEcBDgw1SL26lbgev799gjmzLM=; b=gE3603wQ9X5ZXfuJ/Jo2it
 hS3SEUv/oJS8uXdYWPbQlPWG8Y4WwK8xF5w6QoUdSCRwmWqtwoWLkYKa4OeO1jMi
 DTVCgd9Eiocej8SdG7rMzNgt4qo0MAjkQTaZhJvHEjaCGOLXQNGON87xuGf7ULMd
 rnnrMcleMQsk03tZ5CLQjo6I9Bx99HsER9HqHRkfnWozsAEfg6jZ74heE5dV0Yq6
 HrU/JqYWJMPTko3fGBryTs20w+kufzqALOX6YzdLDAwFeNcfgw/KEwENSBZVi+O0
 pL7jjrvW1GWbS0xkbSvu/AWAVJW66wRpw5cRK+oWPF8uy4Crw0od9GZaONSQv+bA
 ==
X-ME-Sender: <xms:ROndWvrr5vna-ryY-ZcTzim33jN6KHDOfMl8Ps0O4duhVicgLd5yig>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id 7468CE5082;
 Mon, 23 Apr 2018 10:10:11 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: Olivier Matz <olivier.matz@6wind.com>, xuemingl@mellanox.com
Cc: dev@dpdk.org, stable@dpdk.org
Date: Mon, 23 Apr 2018 16:10:10 +0200
Message-ID: <17727403.8uGzBYDOrE@xps>
In-Reply-To: <20180423110633.rrdzvyntr4atajcn@platinum>
References: <20180420001324.11813-1-thomas@monjalon.net>
 <20180423104836.24299-3-thomas@monjalon.net>
 <20180423110633.rrdzvyntr4atajcn@platinum>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v2 2/2] mbuf: improve API doc
	for tunnel Tx offloads
X-BeenThere: stable@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches for DPDK stable branches <stable.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/stable>,
 <mailto:stable-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/stable/>
List-Post: <mailto:stable@dpdk.org>
List-Help: <mailto:stable-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/stable>,
 <mailto:stable-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 23 Apr 2018 14:10:13 -0000

23/04/2018 13:06, Olivier Matz:
> On Mon, Apr 23, 2018 at 12:48:36PM +0200, Thomas Monjalon wrote:
> > Add few details to remind TSO flag, checksum flags and header lengths.
> > 
> > The doxygen syntax for MPLS-in-UDP is fixed.
> > 
> > Fixes: d95188551fa1 ("mbuf: introduce new Tx offload flag for MPLS-in-UDP")
> > Cc: stable@dpdk.org
> > 
> > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> 
> Acked-by: Olivier Matz <olivier.matz@6wind.com>

Series applied