Branch: refs/heads/2.0 Home: https://github.com/Linaro/odp Commit: 6cd43041e55bd73a02ca202f835e590b3ad5c354 https://github.com/Linaro/odp/commit/6cd43041e55bd73a02ca202f835e590b3ad5c354 Author: Kevin Wang <kevin.w...@arm.com> Date: 2017-11-13 (Mon, 13 Nov 2017)
Changed paths: M platform/linux-generic/Makefile.am M platform/linux-generic/include/odp_buffer_internal.h Log Message: ----------- linux-gen: buffer: remove burst metadata from odp_buffer_hdr_t The total packet meta data size was 7 cache lines for Linux-generic. For scalable scheduler, the burst metadata is not required. So just remove it for scalable scheduler. After the changes, the size of the meta data is 4 cache lines for Linux-generic. Signed-off-by: Kevin Wang <kevin.w...@arm.com> Reviewed-by: Honnappa Nagarahalli <honnappa.nagaraha...@arm.com> Reviewed-by: Brian Brooks <brian.bro...@arm.com> Reviewed-by: Yi He <yi...@linaro.org>