From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v6 3/4] app/test-pmd: add support for bitrate statistics Date: Thu, 12 Jan 2017 14:32:23 +0100 Message-ID: <2426838.C1njCyF3Vh@xps13> References: <1484150594-3758-1-git-send-email-remy.horton@intel.com> <1484150594-3758-4-git-send-email-remy.horton@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Remy Horton Return-path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id A7A69689B for ; Thu, 12 Jan 2017 14:32:13 +0100 (CET) Received: by mail-wm0-f49.google.com with SMTP id n129so4179050wmn.0 for ; Thu, 12 Jan 2017 05:32:13 -0800 (PST) In-Reply-To: <1484150594-3758-4-git-send-email-remy.horton@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" I do not understand clearly this library and the output from testpmd. It seems you have a need but you do not explain why it is not done in the application. Bitrate is specific to ethdev, right? Why not put it directly in testpmd first?