[dpdk-dev] [PATCH v2] xenvirt: fix compilation after mempool changes

2016-06-16 Thread Bruce Richardson
On Mon, Jun 13, 2016 at 01:54:29PM +0200, Christian Ehrhardt wrote: > Yeah, working now - thanks for the fast update! > > Kind Regards, > Christian > > Christian Ehrhardt > Software Engineer, Ubuntu Server > Canonical Ltd > Applied to dpdk-next-net/rel_16_07 /Bruce

[dpdk-dev] [PATCH v2] xenvirt: fix compilation after mempool changes

2016-06-13 Thread Christian Ehrhardt
Yeah, working now - thanks for the fast update! Kind Regards, Christian Christian Ehrhardt Software Engineer, Ubuntu Server Canonical Ltd On Mon, Jun 13, 2016 at 1:24 PM, Olivier Matz wrote: > The field elt_va_start has been removed from the mempool structure, > and it was not replaced in xenv

[dpdk-dev] [PATCH v2] xenvirt: fix compilation after mempool changes

2016-06-13 Thread Olivier Matz
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