[dpdk-dev] [PATCH 2/4] rte_ring: store memzone pointer inside ring

2015-10-13 Thread Olivier MATZ
Hi Bruce, On 09/30/2015 02:12 PM, Bruce Richardson wrote: > Add a new field to the rte_ring structure to store the memzone pointer which > contains the ring. For rings created using rte_ring_create(), the field will > be set automatically. > > This new field will allow users of the ring to query

[dpdk-dev] [PATCH 2/4] rte_ring: store memzone pointer inside ring

2015-09-30 Thread Bruce Richardson
Add a new field to the rte_ring structure to store the memzone pointer which contains the ring. For rings created using rte_ring_create(), the field will be set automatically. This new field will allow users of the ring to query the numa node a ring is allocated on, or to get the physical address