numam-dpdk/lib/librte_ivshmem
Ferruh Yigit e25a87cc3a ivshmem: fix for modified mempool struct
struct rte_mempool changed its "ring" field to "pool_data"

"ring" field is accessed by ivshmem library, and updated to "pool_data"

This patch fixes the compile error:

lib/librte_ivshmem/rte_ivshmem.c:
 In function 'add_mempool_to_metadata':
 lib/librte_ivshmem/rte_ivshmem.c:584:32:
 error: 'const struct rte_mempool' has no member named 'ring'
  return add_ring_to_metadata(mp->ring, config);
                                ^~

Fixes: 449c49b93a ("mempool: support handler operations")

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: David Hunt <david.hunt@intel.com>
2016-07-01 19:33:08 +02:00
..
Makefile eal: remove useless includes of mempool and ring 2016-06-10 15:09:04 +02:00
rte_ivshmem_version.map lib: provide initial versioning 2015-02-03 16:56:58 +01:00
rte_ivshmem.c ivshmem: fix for modified mempool struct 2016-07-01 19:33:08 +02:00
rte_ivshmem.h remove trailing whitespaces 2014-06-11 00:29:34 +02:00