[dpdk-dev] [PATCH 4/5] memzone: add iterator function

2014-05-16 Thread Olivier MATZ
> When doing diagnostic function, it is useful to have a ability > to iterate over all memzones. > > Signed-off-by: Stephen Hemminger Acked-by: Olivier Matz

[dpdk-dev] [PATCH 4/5] memzone: add iterator function

2014-05-07 Thread Stephen Hemminger
On Tue, 6 May 2014 09:17:46 + "Burakov, Anatoly" wrote: > Hi Stephen, > > > When doing diagnostic function, it is useful to have a ability to iterate > > over all > > memzones. > > > > You can already access all memzones through > rte_eal_get_configuration()->mem_config.memzone[idx]. >

[dpdk-dev] [PATCH 4/5] memzone: add iterator function

2014-05-06 Thread Burakov, Anatoly
Hi Stephen, > When doing diagnostic function, it is useful to have a ability to iterate > over all > memzones. > You can already access all memzones through rte_eal_get_configuration()->mem_config.memzone[idx]. Best regards, Anatoly Burakov DPDK SW Engineer

[dpdk-dev] [PATCH 4/5] memzone: add iterator function

2014-05-02 Thread Stephen Hemminger
When doing diagnostic function, it is useful to have a ability to iterate over all memzones. Signed-off-by: Stephen Hemminger --- a/lib/librte_eal/common/eal_common_memzone.c2014-05-02 16:31:15.375587103 -0700 +++ b/lib/librte_eal/common/eal_common_memzone.c2014-05-02 16:31:15