From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id EFF1620AD3; Thu, 3 Aug 2017 19:30:26 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Thu, 03 Aug 2017 19:30:26 -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:x-sasl-enc; s=mesmtp; bh=YrmMkij5ek7m2bl uD6hS+XbJkIrJLHCIPu9VY83q31Y=; b=SiNANn9FYZiu+5p4FMcbvq3FrlRlSHa cc2/0uymfLcX5n32VwnJNsfoRwvifCqq+oHQvDPJykOhR1c5wvCyDqjPr62XteuY sMr6b69/tjlz3a2pOpSx5ImOeJ/X7Ejix6XkHl0WrEx3k1wfTyLxdTIBgSrRqMzF cH2CD1Fdpbzs= 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:x-sasl-enc; s= fm1; bh=YrmMkij5ek7m2bluD6hS+XbJkIrJLHCIPu9VY83q31Y=; b=bULCYLne gDyrIYwvG8hLBRlf4MhGsRc62QcN8TmGcUh0me4eoeJv8IkBIs/t5TkH7mv1p+Ec 1Nrrkrb6ieQtq8YSqcJPHt9/znbRyPlSfvebnOFKpmrRZ8Yx99SZ27A1tHTIEcpw 9MfoMNACDjg8q6KkrneF5HBrgdRJdvrVA4RpXIYE4ZpXGdx9hZqCf4jykDj+g3mj 0EcPtv+4FgLH71YMFMDWh/DqktITY3oqxFdjxTVim1Mz1rAmOhYBR+Mr9mWVBGu5 43QfF2ETPfcyioghrd7DmGURlir1mKVDadTTyxxB9J1GcViXaumWh1tR2o806+jf 8y0JfO16CC3s+A== X-ME-Sender: X-Sasl-enc: lHxsz9mOwJEJN6HYUa6LsLgCKAY3Pw0vtpNrXkzvW8M4 1501803026 Received: from xps.localnet (130.20.90.92.rev.sfr.net [92.90.20.130]) by mail.messagingengine.com (Postfix) with ESMTPA id 3EFD67FA5E; Thu, 3 Aug 2017 19:30:26 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Cc: "Mcnamara, John" , "Horton, Remy" Date: Fri, 04 Aug 2017 01:30:24 +0200 Message-ID: <1786539.CDteEoutY6@xps> In-Reply-To: References: <20170803155605.31031-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 metrics libs to device API section 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: Thu, 03 Aug 2017 23:30:27 -0000 > > 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