From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] doc: move fast mbuf free feature in net guide Date: Wed, 8 Nov 2017 16:30:52 -0800 Message-ID: References: <20171108205147.29923-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, shahafs@mellanox.com To: Thomas Monjalon , john.mcnamara@intel.com Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 424FD1B254 for ; Thu, 9 Nov 2017 01:30:55 +0100 (CET) In-Reply-To: <20171108205147.29923-1-thomas@monjalon.net> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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