From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f176.google.com (mail-wr0-f176.google.com [209.85.128.176]) by dpdk.org (Postfix) with ESMTP id D72C937A2 for ; Wed, 5 Apr 2017 18:02:01 +0200 (CEST) Received: by mail-wr0-f176.google.com with SMTP id w11so19681437wrc.3 for ; Wed, 05 Apr 2017 09:02:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=e/Ec+M7KtC8vYay5Ed6Vl7jOi0Bz6DeyLUIy/RMlNZw=; b=DYGpWsJ2vefPWz1YiIkWDME7d0+cfVfMMRBge/BEMWBO5O+C8nDD0IyjW9Uh0V6eHc 2If6pBSRC07sd4aukaEhuXkZCa836nUgCfo8UIdIK4wFes4yEPcUQgytAX/BCptp55m7 CJyHwN87JBwl1jCZfkzRniutcEAxGW0VNSo7kOG86wjsXlpR0ObhocxWgQiGHWfMW46x 7uBUdBn3f6+kjFKYhhOfJxuoRKRJPLX+NZGD7OYS6qk3flZyYJ+JoSIIElVKNRNnQ90l HhsZ0EVWsZraqSQiXJ6RmhkcmUHMJolRMvC7tQG6ebw2DN4ZqKjTZhizpctUXkwyPu/U 5gSg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=e/Ec+M7KtC8vYay5Ed6Vl7jOi0Bz6DeyLUIy/RMlNZw=; b=QueqlY6AxOFdUM8kz2G89UHX2l7o0pnAWULZRQvOpKs+eV+OZi7HMYiAqeETPMIOkr iD1j1Cgb6c9+r2I5pXtFhKW72y0s4aZExxZ8jdqqcKLuDuK/XXHhzoLskU2ukM0dXIWR 1UYy9xVeRrL4q+rTc8AJicEiZZWAUw6CJhamAVGxHoGGbkEzOMi/aB3xvJoW8HJrZA4t ZbxvLUooCkjoMoHostOnErE5cRn3Xtj0qDC4CvYhrNssQr057uGxsM7l1Z5VyhD5Pcqi hA7U4RyHyfweoNDRVcrtQOy950xxV6oEvVNfrwhOXn9zvMB0VUsGqF6uO/93paQAJ7Ne FOsg== X-Gm-Message-State: AFeK/H2jkBR2LUNwryc9HEGGhI5m/uPQXKprx3dq5hh5XnRO5RSQaC0am3trLJSAMHS3sC9V X-Received: by 10.223.171.131 with SMTP id s3mr27509165wrc.102.1491408121186; Wed, 05 Apr 2017 09:02:01 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id q131sm8332979wmd.0.2017.04.05.09.02.00 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 05 Apr 2017 09:02:00 -0700 (PDT) From: Thomas Monjalon To: Remy Horton Cc: dev@dpdk.org Date: Wed, 05 Apr 2017 18:01:59 +0200 Message-ID: <2594819.6GEpytqamg@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1490907662-27666-1-git-send-email-remy.horton@intel.com> References: <1490907662-27666-1-git-send-email-remy.horton@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v14 0/6] Expanded statistics reporting 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: Wed, 05 Apr 2017 16:02:02 -0000 2017-03-30 22:00, Remy Horton: > This patchset consists of three libraries: A Metrics library for > distributing device information, a library that calculates bit-rate > statistics, and a library that calculates latency statistics. The > latter two libraries make use of the first library. I have fixed makefiles and compilation as discussed in separate emails. I have also moved the texts in release notes which was in "Resolved Issues". Applied, thanks