numam-dpdk/drivers/net/xenvirt
Olivier Matz 5fdb4ada1c net/xenvirt: fix build after mempool changes
The field elt_va_start has been removed from the mempool structure,
and it was not replaced in xenvirt.

Fix this by getting the mempool objects address by using the address of
the first memory chunk list.

Note that it won't work with mempool composed of several chunks,
but it was already the case before.

Fixes: 84121f1971 ("mempool: store memory chunks in a list")

Reported-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
2016-06-20 17:21:53 +02:00
..
Makefile mk: fix shared library dependencies of drivers 2015-12-06 22:15:14 +01:00
rte_eth_xenvirt_version.map xenvirt: move drivers/net/ 2015-05-22 16:06:23 +02:00
rte_eth_xenvirt.c mbuf: add raw allocation function 2016-05-17 08:31:33 +02:00
rte_eth_xenvirt.h mempool: rename object constructor typedef 2016-05-19 14:40:12 +02:00
rte_mempool_gntalloc.c mempool: rename object constructor typedef 2016-05-19 14:40:12 +02:00
rte_xen_lib.c net/xenvirt: fix build after mempool changes 2016-06-20 17:21:53 +02:00
rte_xen_lib.h xenvirt: support port hotplug 2015-10-30 17:52:50 +01:00
virtio_logs.h xenvirt: move drivers/net/ 2015-05-22 16:06:23 +02:00
virtqueue.h xenvirt: fix 32-bit build 2016-04-10 21:36:54 +02:00