From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 055C0A0528; Mon, 20 Jan 2020 13:33:50 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3D6261515; Mon, 20 Jan 2020 13:33:50 +0100 (CET) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 4F0901252 for ; Mon, 20 Jan 2020 13:33:48 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id A4CD521650; Mon, 20 Jan 2020 07:33:47 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 20 Jan 2020 07:33:47 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=df0PAuO0h9H96CrpY88MmO2XQf/EMb3koNIygEqGe1Y=; b=mRN4Lipw/sKE e/QFiKTr1hUMeuozT94+ZoGEyfbPYFy42du3P4jVA2Cf6Yrpoz/175aCAC9RTpDW TnHOJyHl6SC1CDSA8Z7RNRSnAOzngIMRvPqnYJSpFYlfh6NkYqHf29B5jsp0066x GT558/g5PDRZkf0BIfpmyph5Kuiq0Qo= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=df0PAuO0h9H96CrpY88MmO2XQf/EMb3koNIygEqGe 1Y=; b=p4b0KmcjytcW02qWbCxaNrVgC/rngj3RcIzRadFd9+RXaeEkNb6XoDeF9 aIq+UR546tX7IsEIt4TWhXwBHN8pMWHiondRUFA7MtgbAQBTVffmm9UVVN70rQQb mJ1kLjbCrTWH1v6KxsiDNQ2SZxzkW7HPAgfUk1Zylud0/ur/RRVoqo6/5qCvjhyb 9N+rwUxFuuitRUoYAiwZOi79YqY+UHGw1mv+37H/GOLGiH1tNw6HULi1GFRRNEej 1bwu2KQezMh+7CbJCX6FcHPUEKKDFJh4STlPlJ1D5rxwoZCe1jSp+W4M2oh3wSAn e7cKS89sgUkn5v16pmodZ19O8t7rA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrudehgddvlecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthhqredttddtudenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucffoh hmrghinhepughpughkrdhorhhgnecukfhppeejjedrudefgedrvddtfedrudekgeenucev lhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrsh esmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 4A487306097C; Mon, 20 Jan 2020 07:33:46 -0500 (EST) From: Thomas Monjalon To: Olivier Matz Cc: dev@dpdk.org, =?ISO-8859-1?Q?J=F6rg?= Thalheim Date: Mon, 20 Jan 2020 13:33:45 +0100 Message-ID: <3901114.uADA5c2rLh@xps> In-Reply-To: <87y2uwlrdt.fsf@thalheim.io> References: <20191226125410.25591-1-olivier.matz@6wind.com> <87y2uwlrdt.fsf@thalheim.io> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Subject: Re: [dpdk-dev] [PATCH] mbuf: document how to set length when attaching ext buffer 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 28/12/2019 10:40, J=F6rg Thalheim: >=20 > Looks good to me! >=20 > Olivier Matz writes: >=20 > > From: J=F6rg Thalheim > > > > Enhance API documentation of rte_pktmbuf_attach_extbuf() to > > explain that the attached mbuf is initialized with length =3D 0. > > > > Link: https://bugs.dpdk.org/show_bug.cgi?id=3D362 > > > > Signed-off-by: J=F6rg Thalheim > > Signed-off-by: Olivier Matz > > --- > > > > Hi, > > > > This patch is a slight reword of a patch submitted in bug id 362 by J= =F6rg > > Thalheim. > > > > @J=F6rg, feel free to comment if I missed something. > > > > Thanks > > Olivier Applied, thanks