Branch: refs/heads/master
Home: https://github.com/Linaro/odp
Commit: 031802ec0c5e3e44d70aee7b19e0cd1055c9fe0b
https://github.com/Linaro/odp/commit/031802ec0c5e3e44d70aee7b19e0cd1055c9fe0b
Author: Petri Savolainen <[email protected]>
Date: 2018-10-18 (Thu, 18 Oct 2018)
Changed paths:
M platform/linux-generic/odp_libconfig.c
Log Message:
-----------
linux-gen: config: improve config file check error output
It was hard to notice from log that config file version has
a mismatch. This is a common error when config file version
has updated, but a user has not updated his own config file.
Improve error check output, so that failure reason is better
highlighted.
Signed-off-by: Petri Savolainen <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 7e188187a77fa9bab56f1407eb660c324736cd34
https://github.com/Linaro/odp/commit/7e188187a77fa9bab56f1407eb660c324736cd34
Author: Petri Savolainen <[email protected]>
Date: 2018-10-18 (Thu, 18 Oct 2018)
Changed paths:
M platform/linux-generic/include/odp_config_internal.h
M platform/linux-generic/include/odp_schedule_scalable_config.h
M platform/linux-generic/odp_queue_scalable.c
Log Message:
-----------
linux-gen: config: move queue size config to scalable
Only scalable queues use build time the queue size config.
Move it to scalable config file.
Signed-off-by: Petri Savolainen <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 2c41f8f678bbb96a63dedb4e4d948c5dd779f65d
https://github.com/Linaro/odp/commit/2c41f8f678bbb96a63dedb4e4d948c5dd779f65d
Author: Petri Savolainen <[email protected]>
Date: 2018-10-18 (Thu, 18 Oct 2018)
Changed paths:
M platform/linux-generic/odp_pool.c
Log Message:
-----------
linux-gen: pool: output error on pool create
Change from debug to error message on pool create checks.
These are slow path errors and it's helpful to see those
also when not debugging.
Signed-off-by: Petri Savolainen <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 0c8a2c0027e35184cbc6eeadc3a8aa8bd2e8605b
https://github.com/Linaro/odp/commit/0c8a2c0027e35184cbc6eeadc3a8aa8bd2e8605b
Author: Petri Savolainen <[email protected]>
Date: 2018-10-18 (Thu, 18 Oct 2018)
Changed paths:
M platform/linux-generic/odp_pool.c
Log Message:
-----------
linux-gen: pool: add packet param checks
Do also checks against maximum number of packets and
max packet headroom size.
Signed-off-by: Petri Savolainen <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 95cbee5ac9cdcb696d48e6f820593c813f535f8a
https://github.com/Linaro/odp/commit/95cbee5ac9cdcb696d48e6f820593c813f535f8a
Author: Petri Savolainen <[email protected]>
Date: 2018-10-18 (Thu, 18 Oct 2018)
Changed paths:
M config/odp-linux-generic.conf
M platform/linux-generic/include/odp_pool_internal.h
M platform/linux-generic/odp_pool.c
M platform/linux-generic/test/process-mode.conf
Log Message:
-----------
linux-gen: pool: add max num packets in config file
This config is used to for maximum capability. The default
capability needs to be modest so that system memory limit is
not exceeded. User may increase maximum number of packets when
system memory size allows (and SHM single VA is not used).
Signed-off-by: Petri Savolainen <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 044cae351a1e60e4381cdbae37e2a759772c2258
https://github.com/Linaro/odp/commit/044cae351a1e60e4381cdbae37e2a759772c2258
Author: Petri Savolainen <[email protected]>
Date: 2018-10-18 (Thu, 18 Oct 2018)
Changed paths:
M platform/linux-generic/include/odp_config_internal.h
Log Message:
-----------
linux-gen: config: maximum pool size 1M
Change maximum pool size back to 1M. Maximum packet pool
capability is defined in the config file. This is the upper
limit for that config. Also this is max capability of buffer
and tmo pools.
Signed-off-by: Petri Savolainen <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Compare: https://github.com/Linaro/odp/compare/690bacc61c55...044cae351a1e
**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.