From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by dpdk.org (Postfix) with ESMTP id 61BFFC374 for ; Mon, 18 May 2015 14:29:40 +0200 (CEST) Received: by wibt6 with SMTP id t6so67696557wib.0 for ; Mon, 18 May 2015 05:29:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=FPn8uukXzO+opRe9NtnQTJBHSmDmqJd2I1o0Kx9AOI4=; b=AtAjYJ9aZ2FDVh/GCF/NW5uAdMLvPc28YNpfGSRHoU79Ro+cmLUANE14eBjdLtBXlg 00suNW5qzymDKifvCGqybQY8mxMcmgyRQuU8WN3oVnBeEjL4AnJJ46x9otPLGcxqtcYn peIu3+oZTk+mFdeZhWW/4u6agT3W7Is2Qzf5X5vhqU6JNnzjeksGuBWrGpFhJqoXeK66 BRyuGN3dSKvW4at70ESvcaZfn7EuLxMRz0psTPvd1Z/a9wJbRRuxc+DMIVBjNoQfBMvp oLIPICR/FGeheOeHux7AsqFIDXmcHJyIkSE9dqVpSW0915Gj3W+sUHhcpW1NSK19xmFA ICuw== X-Gm-Message-State: ALoCoQmS4TjyAMPu8WgWl6Y3wudMxBpgNxc+Pd98cco4B6iwWx5qrGNTUssSyICCQPzMC/a2C5Km X-Received: by 10.194.191.164 with SMTP id gz4mr43370824wjc.15.1431952180281; Mon, 18 May 2015 05:29:40 -0700 (PDT) Received: from xps13.localnet (60.26.90.92.rev.sfr.net. [92.90.26.60]) by mx.google.com with ESMTPSA id fo18sm10122978wic.17.2015.05.18.05.29.38 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 18 May 2015 05:29:39 -0700 (PDT) From: Thomas Monjalon To: Maciej Gajdzica Date: Mon, 18 May 2015 12:53:16 +0200 Message-ID: <3808921.IFpSniGKlK@xps13> Organization: 6WIND User-Agent: KMail/4.14.7 (Linux/4.0.1-1-ARCH; KDE/4.14.7; x86_64; ; ) In-Reply-To: <1430395652-6852-3-git-send-email-michalx.k.jastrzebski@intel.com> References: <1430395652-6852-1-git-send-email-michalx.k.jastrzebski@intel.com> <1430395652-6852-3-git-send-email-michalx.k.jastrzebski@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2 02/13] port: added port_ethdev_reader stats X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2015 12:29:40 -0000 2015-04-30 14:07, Michal Jastrzebski: > From: Maciej Gajdzica > > Added statistics for ethdev reader port. > > Signed-off-by: Maciej Gajdzica > --- > config/common_bsdapp | 1 + > config/common_linuxapp | 1 + [...] > # Compile librte_port > # > CONFIG_RTE_LIBRTE_PORT=y > +CONFIG_RTE_PORT_ETHDEV_READER_STATS_COLLECT=n No, consider adding something to these files is forbidden. We must remove compile-time options, not adding new ones. CONFIG_RTE_LIBRTE_IP_FRAG_TBL_STAT and CONFIG_RTE_SCHED_COLLECT_STATS should be removed.