From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: move metrics libs to device API section Date: Fri, 04 Aug 2017 01:30:24 +0200 Message-ID: <1786539.CDteEoutY6@xps> References: <20170803155605.31031-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: "Mcnamara, John" , "Horton, Remy" To: dev@dpdk.org Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 4FAAC2BC8 for ; Fri, 4 Aug 2017 01:30:27 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > The metrics headers were listed in misc section, whereas they belong to > > the device API family. > > > > Fixes: 349950ddb9c5 ("metrics: add information metrics library") > > Fixes: 2ad7ba9a6567 ("bitrate: add bitrate statistics library") > > Fixes: 5cd3cac9ed22 ("latency: added new library for latency stats") > > > > Acked-by: John McNamara Applied