[dpdk-dev] [PATCH] ivshmem: fix for modified mempool struct

2016-07-01 Thread Thomas Monjalon
2016-07-01 17:26, Ferruh Yigit: > 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: > > == Build lib/librte_ivshmem > CC rte_ivshmem.o > .../lib/librte_ivshmem/rte_ivshm

[dpdk-dev] [PATCH] ivshmem: fix for modified mempool struct

2016-07-01 Thread Hunt, David
On 1/7/2016 5:26 PM, Ferruh Yigit wrote: > 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: > > == Build lib/librte_ivshmem >CC rte_ivshmem.o > .../lib/librte_ivshmem/

[dpdk-dev] [PATCH] ivshmem: fix for modified mempool struct

2016-07-01 Thread Ferruh Yigit
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: == Build lib/librte_ivshmem CC rte_ivshmem.o .../lib/librte_ivshmem/rte_ivshmem.c: In function 'add_mempool_to_metadata': .../