From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id D7ADBC76C for ; Tue, 23 Jun 2015 23:05:25 +0200 (CEST) Received: by wicgi11 with SMTP id gi11so28575366wic.0 for ; Tue, 23 Jun 2015 14:05:25 -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=QC2jHzv+3U8uYnoEXmEgdWutdzIPTa1hwiVwcDbU1zo=; b=KiTJBIqd0TNsoA2P+refzpEVNEAjRP8TeRSaEQ3bbVZuvI8Lx937vTJkRlCFVpWvk6 gZlws+p0TcNrYho4pIS3V+e1WcDDdmyStuA6V6GTCYm929Yqiq50v/HyWLh/tf0B5rQD 9meDM/aMWKXEMfEnyIM69VC4xcSUQrkAUHE2LADWkoFshZ7FQcwxgZJotW7VwsfpYtQB ++caCMaN3wxwI+wWb1yBpu0hm74oLntMCxgsEW0zA3euNz42xgbsKC+CsMsELXg2ijV6 4n+KazzmzRx89WWw/Aa3z4/6cp2E4/rxNd7Gz1vPoBJghJIrviAe3/9fWnpCXtNvZ6P2 iHmQ== X-Gm-Message-State: ALoCoQkQA4PRV8G/XTxB1KyAlBM1YcgXkDUWmzvlY3Pb7cXMjf/vpSh7Lsj8uBabV1gPV5l1KnHl X-Received: by 10.194.58.109 with SMTP id p13mr55903866wjq.36.1435093525783; Tue, 23 Jun 2015 14:05:25 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id q3sm37441781wjr.38.2015.06.23.14.05.23 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 23 Jun 2015 14:05:24 -0700 (PDT) From: Thomas Monjalon To: "Gajdzica, MaciejX T" Date: Tue, 23 Jun 2015 23:04:19 +0200 Message-ID: <2654798.3U6xYaDHVO@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D891263238F3CF@IRSMSX108.ger.corp.intel.com> References: <1434709724-4574-1-git-send-email-maciejx.t.gajdzica@intel.com> <3EB4FA525960D640B5BDFFD6A3D891263238F3CF@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/11] table: added table 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:05:26 -0000 > > Added statistics for every type of table. By default all table statistics > > are disabled, user must activate them in config file. > > > > Changes in v5: > > - added missing CONFIG_ prefix to defines in config files > > - added stub table stats > > Acked-by: Cristian Dumitrescu Applied, thanks