Branch: refs/heads/api-next
Home: https://github.com/Linaro/odp
Commit: 5b915893c793ffb3d49152d480d084dba32a5a74
https://github.com/Linaro/odp/commit/5b915893c793ffb3d49152d480d084dba32a5a74
Author: Dmitry Eremin-Solenikov <[email protected]>
Date: 2017-12-25 (Mon, 25 Dec 2017)
Changed paths:
M test/Makefile.am
Log Message:
-----------
tests: compile and execute validation tests before the rest of tests
Validation tests examine API thoroughly. Compile and execute them before
performance and misc tests.
Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
Signed-off-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 38fb73d6ed79d649fdec726ca4bacc93747daa9b
https://github.com/Linaro/odp/commit/38fb73d6ed79d649fdec726ca4bacc93747daa9b
Author: Petri Savolainen <[email protected]>
Date: 2017-12-25 (Mon, 25 Dec 2017)
Changed paths:
M platform/linux-generic/include/odp/api/plat/packet_inlines.h
M platform/linux-generic/include/odp/api/plat/packet_inlines_api.h
M platform/linux-generic/include/odp/api/plat/packet_types.h
M platform/linux-generic/odp_packet.c
M platform/linux-generic/odp_traffic_mngr.c
Log Message:
-----------
linux-gen: packet: inline layer offsets
Inline L2/L3/L4 offset read functions. Always use the inlined
version within the implementation itself.
Signed-off-by: Petri Savolainen <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Reviewed-by: Dmitry Eremin-Solenikov <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: cd289985b5247fe9f1d1f58753717bd5659bd7d0
https://github.com/Linaro/odp/commit/cd289985b5247fe9f1d1f58753717bd5659bd7d0
Author: Petri Savolainen <[email protected]>
Date: 2017-12-25 (Mon, 25 Dec 2017)
Changed paths:
M platform/linux-generic/include/odp/api/plat/packet_inlines.h
M platform/linux-generic/include/odp/api/plat/packet_inlines_api.h
M platform/linux-generic/odp_packet.c
M platform/linux-generic/odp_traffic_mngr.c
Log Message:
-----------
linux-gen: packet: inline layer pointers
Inline L2/L3/L4 pointer functions. Packet map function
is exported to backup the unlikely case when offset is not
within the first segment. Always use the inlined version
within the implementation itself.
Signed-off-by: Petri Savolainen <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Reviewed-by: Dmitry Eremin-Solenikov <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: a5f07dbf95f982b7c5898434e56164ff976c0a0f
https://github.com/Linaro/odp/commit/a5f07dbf95f982b7c5898434e56164ff976c0a0f
Author: Maxim Uvarov <[email protected]>
Date: 2017-12-25 (Mon, 25 Dec 2017)
Changed paths:
M platform/linux-generic/include/odp/api/plat/packet_inlines.h
M platform/linux-generic/include/odp/api/plat/packet_inlines_api.h
M platform/linux-generic/include/odp/api/plat/packet_types.h
M platform/linux-generic/odp_packet.c
M platform/linux-generic/odp_traffic_mngr.c
M test/Makefile.am
Log Message:
-----------
Merge branch 'master' into api-next
Signed-off-by: Maxim Uvarov <[email protected]>
Compare: https://github.com/Linaro/odp/compare/578ecf796dc0...a5f07dbf95f9