Branch: refs/heads/caterpillar
Home: https://github.com/Linaro/odp
Commit: bbbe6c0ef65c16f6d7d327712f177fbf6740e96f
https://github.com/Linaro/odp/commit/bbbe6c0ef65c16f6d7d327712f177fbf6740e96f
Author: Honnappa Nagarahalli <[email protected]>
Date: 2017-12-15 (Fri, 15 Dec 2017)
Changed paths:
M platform/linux-dpdk/Makefile.am
M platform/linux-dpdk/buffer/dpdk.c
M platform/linux-dpdk/include/odp_buffer_internal.h
M platform/linux-dpdk/odp_packet.c
Log Message:
-----------
linux-dpdk: buffer: remove default q metadata from odp_buffer_hdr_t
Scalable queues do not require packet meta data meant for default
queues. The meta data is compiled out while using scalable queues.
Signed-off-by: Honnappa Nagarahalli <[email protected]>
Reviewed-by: Ola Liljedahl <[email protected]>
Reviewed-by: Kevin Wang <[email protected]>
Signed-off-by: Yi He <[email protected]>