[dpdk-dev] [PATCH] pipeline: add statistics for librte_pipeline ports and tables

2015-03-30 Thread Maciej Gajdzica
From: Pawel Wodkowski This patch adds statistics collection for librte_pipeline. Those statistics ale disabled by default during build time. This patchset depends on patchset: port: added port statistics Signed-off-by: Pawel Wodkowski --- config/common_bsdapp

[dpdk-dev] [PATCH] pipeline: add statistics for librte_pipeline ports and tables

2015-03-30 Thread Dumitrescu, Cristian
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Maciej Gajdzica > Sent: Monday, March 30, 2015 1:06 PM > To: dev at dpdk.org > Cc: Wodkowski, PawelX > Subject: [dpdk-dev] [PATCH] pipeline: add statistics for librte_pipeline ports >

[dpdk-dev] [PATCH] pipeline: add statistics for librte_pipeline ports and tables

2015-03-30 Thread Stephen Hemminger
On Mon, 30 Mar 2015 14:06:22 +0200 Maciej Gajdzica wrote: > + /* Stats for this table. */ > + uint64_t n_pkts_dropped_by_lkp_hit_ah; > + uint64_t n_pkts_dropped_by_lkp_miss_ah; > + uint64_t n_pkts_dropped_lkp_hit; > + uint64_t n_pkts_dropped_lkp_miss; > }; Rather than