From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH 00/13] port: added port statistics Date: Mon, 30 Mar 2015 09:45:43 -0700 Message-ID: <20150330094543.2772db7f@urahara> References: <1427711340-29048-1-git-send-email-maciejx.t.gajdzica@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Maciej Gajdzica Return-path: In-Reply-To: <1427711340-29048-1-git-send-email-maciejx.t.gajdzica-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" On Mon, 30 Mar 2015 12:28:51 +0200 Maciej Gajdzica 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).