examples/vhost_xen: fix build
authorBernard Iremonger <bernard.iremonger@intel.com>
Sun, 1 Nov 2015 15:58:57 +0000 (15:58 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 7 Dec 2015 02:21:13 +0000 (03:21 +0100)
commit80c634d1cd9cade3f7f3fc5576bf74374bc041db
tree937f46e8dd6ca076b27437117d558d2e2ef3b0de
parent4c7bcd79be8702dc71844a3aaf0666174e7d3c14
examples/vhost_xen: fix build

examples/vhost_xen/main.c:659:61: error: has no member named data
 rte_memcpy((void *)(uintptr_t)buff_addr, (const void*)buff->data, rte_pktmbuf_data_len(buff));
                                                             ^

Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
doc/guides/rel_notes/release_2_2.rst
examples/vhost_xen/main.c