From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by dpdk.org (Postfix) with ESMTP id DA2DEC738 for ; Tue, 23 Jun 2015 23:06:29 +0200 (CEST) Received: by wicnd19 with SMTP id nd19so117322940wic.1 for ; Tue, 23 Jun 2015 14:06:29 -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=OzL/3WGyEZorrX3N84OBOvGDC2oQ3TQSQcAgt75GNpk=; b=MIpEf8YHm3Th7FJpONO/HQyOcPyOpp79PQvOyDZJomfY4bQmD4oVdGl/eHly7oQbJ/ PdjWx0tw13b0N+ImM99oMY62yns6EiKmOe41UKcARJduqwFDGSPvBNJ70KXNqOvFItMv BG+bVyZ4wYPcw8u7ISZh7872tbzbYYUK8ndi0C4D5SYPptcyXDAyKGY9o+aOqFMXLES5 DpSZP2fWgaCzATb5/x4/YZQCLgwdMJ3iASgXuqiDOkY5Nz1G6E91STTOTpyP+HrWocm0 YHDabUVWt8VTUkQ+GlO0lvshBaYkvFVg/1zaKRP1L9rV/r7+7W4zg+da9InzZP+uDKhi iKUQ== X-Gm-Message-State: ALoCoQnst4r5v+vJJN6spKh8OLaSEIedTIgqzhGgDnpG3/f5gSmidlhxdTf7dxsixC/JgYM426hx X-Received: by 10.194.201.71 with SMTP id jy7mr63466839wjc.93.1435093589768; Tue, 23 Jun 2015 14:06:29 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id c7sm23854774wjb.19.2015.06.23.14.06.27 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 23 Jun 2015 14:06:28 -0700 (PDT) From: Thomas Monjalon To: "Gajdzica, MaciejX T" Date: Tue, 23 Jun 2015 23:05:24 +0200 Message-ID: <2263098.5AFzRrTG0X@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D891263238F410@IRSMSX108.ger.corp.intel.com> References: <1434706885-4519-1-git-send-email-maciejx.t.gajdzica@intel.com> <3EB4FA525960D640B5BDFFD6A3D891263238F410@IRSMSX108.ger.corp.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 v5 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jun 2015 21:06:30 -0000 > > Added statistics for every type of port. By default all port statistics > > are disabled, user must activate them in config file. > > > > Changes in v5: > > - added missing CONFIG_ prefix to defines in config files > > Acked-by: Cristian Dumitrescu Applied, thanks