From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 9DB151B284 for ; Sun, 12 Nov 2017 07:58:55 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 4616F20B90; Sun, 12 Nov 2017 01:58:55 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Sun, 12 Nov 2017 01:58:55 -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=dhP+0qsw6Fk66MzM3BuTri/CEU MWWORcHVpeUi/v65Y=; b=dKhXz/EuVbvcSVncHMFwP5z7n3DGTxYng8NmGtJUOo RN1VjtXDLQfcMwarrRYTULphOupWzLWzf8jwLyzhCv9qfa4X2QyaKZFcbJfFJC3x SSgQknZFpLa/1FnOOcO0UKpXIioa1Mi+eU/UQ8t3QEiXx1B20WJbEmX5J2ujla1f M= 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=dhP+0q sw6Fk66MzM3BuTri/CEUMWWORcHVpeUi/v65Y=; b=KZ18ewXpXvRaTd3ezH9FJ9 RHb+AHTv9Tku7fsl33fakhnW0Qhvee9ULoz6xvRNRo6pdD2uIdBzgrhpVjpbp9hm 76DxBPIRtTW3C1qGDjtVbq2PFDyf18kQXA6fPTA7adPggboXhr1S41Xg+Z+jW/6G F6ZWxRiRokzeCjAEGO+EmFy1uk15cC4AH6B7meW5FoyOV0frgFgzOORA0uQEMiAy SXY9E6xPN12H2LKPFSZfgHpgq0uOmXzCRm0OUxBOGxAPKCktrpf/jsRrAe03ozoL B2nsImC3RQ4jlReHELdOx1G2dv2Ko7zfWVqy1ynhTHprKdTeboqeaXrqh8JLvPZw == X-ME-Sender: Received: from xps.localnet (unknown [12.232.154.2]) by mail.messagingengine.com (Postfix) with ESMTPA id 094FE7F892; Sun, 12 Nov 2017 01:58:55 -0500 (EST) From: Thomas Monjalon To: Ferruh Yigit Cc: dev@dpdk.org, john.mcnamara@intel.com, shahafs@mellanox.com Date: Sun, 12 Nov 2017 04:17:25 +0100 Message-ID: <1607639.IYzqIdAGQH@xps> In-Reply-To: References: <20171108205147.29923-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: move fast mbuf free feature in net guide 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: Sun, 12 Nov 2017 06:58:56 -0000 09/11/2017 01:30, Ferruh Yigit: > On 11/8/2017 12:51 PM, Thomas Monjalon wrote: > > The feature was added at the end of the table. > > And the description was between the anchor _nic_features_timesync > > and its title. > > It is moved near related features with a new anchor. > > > > It is also renamed from "mbuf fast free" to "fast mbuf free". > > > > Fixes: d6f90afd3070 ("ethdev: add mbuf fast free Tx offload") > > > > Signed-off-by: Thomas Monjalon > > Acked-by: Ferruh Yigit Applied