Branch: refs/heads/master
Home: https://github.com/Linaro/odp
Commit: 33f6c963c4c43b6ed32ac2f9282b560f6016b682
https://github.com/Linaro/odp/commit/33f6c963c4c43b6ed32ac2f9282b560f6016b682
Author: Matias Elo <[email protected]>
Date: 2018-11-30 (Fri, 30 Nov 2018)
Changed paths:
M platform/linux-generic/odp_pool.c
Log Message:
-----------
linux-gen: pool: reduce buffer memory usage
Calculate memory block size using pool type specific header.
Signed-off-by: Matias Elo <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 013cdab099659623af0d75ff5fd0b606a9c2ce6a
https://github.com/Linaro/odp/commit/013cdab099659623af0d75ff5fd0b606a9c2ce6a
Author: Matias Elo <[email protected]>
Date: 2018-11-30 (Fri, 30 Nov 2018)
Changed paths:
M platform/linux-generic/include/odp_config_internal.h
M platform/linux-generic/odp_pool.c
Log Message:
-----------
linux-gen: pool: move ODP_CONFIG_BUFFER_ALIGN_MIN out of config header
Rename ODP_CONFIG_BUFFER_ALIGN_MIN to BUFFER_ALIGN_MIN and move it to
odp_pool.c as this value links closely to the buffer pool implementation.
Signed-off-by: Matias Elo <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 536cce998e84a559e125b4741d00f2a760a0d575
https://github.com/Linaro/odp/commit/536cce998e84a559e125b4741d00f2a760a0d575
Author: Matias Elo <[email protected]>
Date: 2018-11-30 (Fri, 30 Nov 2018)
Changed paths:
M platform/linux-generic/odp_pool.c
Log Message:
-----------
linux-gen: pool: remove unnecessary align padding from buffers
Buffer and timeout header sizes are rounded up to cache line size, so the
following data can be cache line aligned without extra padding.
Signed-off-by: Matias Elo <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Compare: https://github.com/Linaro/odp/compare/b498032d6f13...536cce998e84
**NOTE:** This service has been marked for deprecation:
https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.