Branch: refs/heads/api-next
Home: https://github.com/Linaro/odp
Commit: edc288690b65167b347a0e8c2c171198e4d2fbe3
https://github.com/Linaro/odp/commit/edc288690b65167b347a0e8c2c171198e4d2fbe3
Author: Bogdan Pricope <[email protected]>
Date: 2017-08-09 (Wed, 09 Aug 2017)
Changed paths:
M example/generator/odp_generator.c
Log Message:
-----------
example: generator : use packet reference API to generate udp and icmp traffic
Signed-off-by: Bogdan Pricope <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 65d0fbba8366f68a8fe24426bc0e16ea3cd3cd04
https://github.com/Linaro/odp/commit/65d0fbba8366f68a8fe24426bc0e16ea3cd3cd04
Author: Matias Elo <[email protected]>
Date: 2017-08-10 (Thu, 10 Aug 2017)
Changed paths:
M platform/linux-generic/include/odp_pool_internal.h
M platform/linux-generic/odp_pool.c
M platform/linux-generic/pktio/dpdk.c
Log Message:
-----------
linux-gen: dpdk: make sure mbuf memory is allocated from huge pages
DPDK requires that mbuf memory is allocated from huge pages to ensure page
locking. Modify zero-copy dpdk pktio to fall back to packet copy if
transmitted ODP packet is not allocated from huge page memory.
Signed-off-by: Matias Elo <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 762372f299b64c8c30c3f5a0ba51fbb48e234e1e
https://github.com/Linaro/odp/commit/762372f299b64c8c30c3f5a0ba51fbb48e234e1e
Author: Maxim Uvarov <[email protected]>
Date: 2017-08-10 (Thu, 10 Aug 2017)
Changed paths:
M example/generator/odp_generator.c
M platform/linux-generic/include/odp_pool_internal.h
M platform/linux-generic/odp_pool.c
M platform/linux-generic/pktio/dpdk.c
Log Message:
-----------
Merge branch 'master' into api-next
Commit: 3547226b19e6982bf74fc8c258b89db2c5f6a39c
https://github.com/Linaro/odp/commit/3547226b19e6982bf74fc8c258b89db2c5f6a39c
Author: Joyce Kong <[email protected]>
Date: 2017-08-10 (Thu, 10 Aug 2017)
Changed paths:
M platform/linux-generic/include/odp_timer_internal.h
M platform/linux-generic/odp_timer.c
Log Message:
-----------
linux-gen: timer: control timer pool polling frequency dynamically
Adjust frequency of timer pool polling by the duration
of timer. There needs to be 0 timer pool polling when
no timer pool created.
Signed-off-by: Joyce Kong <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Compare: https://github.com/Linaro/odp/compare/e420668cd388...3547226b19e6