From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <david.marchand@6wind.com>
Received: from mail-ob0-f169.google.com (mail-ob0-f169.google.com
 [209.85.214.169]) by dpdk.org (Postfix) with ESMTP id B7C595A9D
 for <dev@dpdk.org>; Mon, 30 Mar 2015 22:27:59 +0200 (CEST)
Received: by obcjt1 with SMTP id jt1so138461475obc.2
 for <dev@dpdk.org>; Mon, 30 Mar 2015 13:27:59 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:mime-version:in-reply-to:references:date
 :message-id:subject:from:to:cc:content-type;
 bh=qpe+PUxOrr04rlwdknMe4sOOHjI7uZA9XqUQmvg08qs=;
 b=k1aw71aSM1pjYLw3En7JtkmnIf9tTjZGwHONeKTJUE/8iYfJVRu9Erli545T1Dm794
 vU8VYUd1691jZ1lRvIFypkxweSoYgFcmZEvPOaW3K2cVycyjULLqYq+5IZx9Uff/ZIxd
 7lGAJej/py4iff9lVcfREbSrr0Pb6KaalWCYfLmkKDNrvKqZSY0LFyd5/YfmLfs5Lm2W
 rtJ5EX/LeaE53DkqvUPzY6wRUYwnJQDk4zukTOAGlYC85hWkZB2y7azwQJEEeChlYA2m
 gfbMs2reGztt9GXNbuRnASasU4nVT9FpY6GmHZ/0hwMcvPytZXHFlzmclxyH4Rl1cMJN
 Oxsg==
X-Gm-Message-State: ALoCoQkEFFmlmp3BWAimbkFbGxjx0PUP0wMRcBtv0W/vhsW8CRIBNkzDGahqvNu16uEyFwQQre1y
MIME-Version: 1.0
X-Received: by 10.182.240.138 with SMTP id wa10mr14583046obc.36.1427747279140; 
 Mon, 30 Mar 2015 13:27:59 -0700 (PDT)
Received: by 10.76.23.4 with HTTP; Mon, 30 Mar 2015 13:27:59 -0700 (PDT)
In-Reply-To: <20150330094543.2772db7f@urahara>
References: <1427711340-29048-1-git-send-email-maciejx.t.gajdzica@intel.com>
 <20150330094543.2772db7f@urahara>
Date: Mon, 30 Mar 2015 22:27:59 +0200
Message-ID: <CALwxeUt2Cv6_RHoiXHmbZ7Gj3s=o86Fqv=yYPDuFxQWBMftDVw@mail.gmail.com>
From: David Marchand <david.marchand@6wind.com>
To: Stephen Hemminger <stephen@networkplumber.org>
Content-Type: text/plain; charset=UTF-8
X-Content-Filtered-By: Mailman/MimeDel 2.1.15
Cc: "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH 00/13] port: added port statistics
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 30 Mar 2015 20:28:00 -0000

On Mon, Mar 30, 2015 at 6:45 PM, Stephen Hemminger <
stephen@networkplumber.org> wrote:

> On Mon, 30 Mar 2015 12:28:51 +0200
> Maciej Gajdzica <maciejx.t.gajdzica@intel.com> wrote:
>
> > Added statistics for every type of port. By default all port statistics
> > are disabled, user must activate them in config file.
>
> Can we stop with the config file option for everything nonsense.
> I know that it makes sense for demos and special case testing, but
> config options just increase the testing space and also make life
> more difficult for distributions.
>
> Unless there is a reason that these statistics should never be
> used, why aren't they always present. If you say they hurt performance,
> then do something about it (like using per-core statistics).
>

+1

-- 
David Marchand