Branch: refs/heads/monarch_lts
Home: https://github.com/Linaro/odp
Commit: 6dac46d9c8dd8cc1f27638215704effcf6269baf
https://github.com/Linaro/odp/commit/6dac46d9c8dd8cc1f27638215704effcf6269baf
Author: Nicolas Morey-Chaisemartin <[email protected]>
Date: 2016-11-25 (Fri, 25 Nov 2016)
Changed paths:
M scripts/git_hash.sh
Log Message:
-----------
git_hash: handle git worktree
In git worktrees .git is a file and not a directory.
This patches replaces [ -d .git ] test by [ -e .git ]
so it works in both cases
Signed-off-by: Nicolas Morey-Chaisemartin <[email protected]>
Reviewed-by: Mike Holmes <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 5481d365e81f35d940b7eb3bd57ef5246332f4d5
https://github.com/Linaro/odp/commit/5481d365e81f35d940b7eb3bd57ef5246332f4d5
Author: Mike Holmes <[email protected]>
Date: 2016-12-06 (Tue, 06 Dec 2016)
Changed paths:
M configure.ac
Log Message:
-----------
configure.ac: fix builds from raw git tar
Signed-off-by: Mike Holmes <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 6d2bee073249f4f102122cd547b48c8f9e9a9ce8
https://github.com/Linaro/odp/commit/6d2bee073249f4f102122cd547b48c8f9e9a9ce8
Author: Nicolas Morey-Chaisemartin <[email protected]>
Date: 2016-12-06 (Tue, 06 Dec 2016)
Changed paths:
M test/validation/pktio/pktio.c
Log Message:
-----------
validation: pktio: use PRIu32 to print uint32_t values
Signed-off-by: Nicolas Morey-Chaisemartin <[email protected]>
Reviewed-by: Mike Holmes <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 2f85d11d7fde36196c731fa468983deb1b32e681
https://github.com/Linaro/odp/commit/2f85d11d7fde36196c731fa468983deb1b32e681
Author: Nicolas Morey-Chaisemartin <[email protected]>
Date: 2016-12-06 (Tue, 06 Dec 2016)
Changed paths:
M test/validation/traffic_mngr/traffic_mngr.c
Log Message:
-----------
validation: traffic_mngr: use PRI macro to print uint*
Signed-off-by: Nicolas Morey-Chaisemartin <[email protected]>
Reviewed-by: Mike Holmes <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 164fc322a6bb346d6c1f545ac69501b774cc56c2
https://github.com/Linaro/odp/commit/164fc322a6bb346d6c1f545ac69501b774cc56c2
Author: Nicolas Morey-Chaisemartin <[email protected]>
Date: 2016-12-16 (Fri, 16 Dec 2016)
Changed paths:
M example/traffic_mgmt/odp_traffic_mgmt.c
Log Message:
-----------
example: traffic_mgmt: use PRIu32 instead of %u
Signed-off-by: Nicolas Morey-Chaisemartin <[email protected]>
Reviewed-and-tested-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 0fcec77081fd1df2f862419b42014bbf700d9c32
https://github.com/Linaro/odp/commit/0fcec77081fd1df2f862419b42014bbf700d9c32
Author: Matias Elo <[email protected]>
Date: 2017-06-22 (Thu, 22 Jun 2017)
Changed paths:
M platform/linux-generic/include/odp_packet_socket.h
M platform/linux-generic/pktio/socket.c
Log Message:
-----------
linux-gen: socket: remove limits for maximum RX/TX burst size
backport of: 373f97f8
Remove unnecessary limits for maximum RX/TX burst size.
Fixes: https://bugs.linaro.org/show_bug.cgi?id=3039
Signed-off-by: Matias Elo <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Compare: https://github.com/Linaro/odp/compare/6dac46d9c8dd^...0fcec77081fd