Branch: refs/heads/master
Home: https://github.com/Linaro/odp
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]>
Compare: https://github.com/Linaro/odp/compare/5b915893c793...cd289985b524