[dpdk-dev] [PATCH v3 5/8] ring: queue stats mapping set dummy implementation

2015-07-09 Thread Thomas Monjalon
2015-07-09 09:55, Kulasek, TomaszX: > > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > Sent: Thursday, July 9, 2015 03:58 > > To: Kulasek, TomaszX > > Cc: dev at dpdk.org > > Subject: Re: [dpdk-dev] [PATCH v3 5/8] ring: queue stats mappin

[dpdk-dev] [PATCH v3 5/8] ring: queue stats mapping set dummy implementation

2015-07-09 Thread Kulasek, TomaszX
> From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Thursday, July 9, 2015 03:58 > To: Kulasek, TomaszX > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3 5/8] ring: queue stats mapping set dummy > implementation > > 2015-06-29 16:50, Tomas

[dpdk-dev] [PATCH v3 5/8] ring: queue stats mapping set dummy implementation

2015-07-09 Thread Thomas Monjalon
2015-06-29 16:50, Tomasz Kulasek: > Per queue statistics are already implemented for ring device, but with > static mapping (stat_idx == queue_id). > > This fix is required, if you want to use ring device in test application > and is used only to point that per queue statistics are provided for th

[dpdk-dev] [PATCH v3 5/8] ring: queue stats mapping set dummy implementation

2015-06-29 Thread Tomasz Kulasek
Per queue statistics are already implemented for ring device, but with static mapping (stat_idx == queue_id). This fix is required, if you want to use ring device in test application and is used only to point that per queue statistics are provided for this device. Signed-off-by: Tomasz Kulasek -