This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "".
The branch, next has been updated via 63a39fabe4924d142d2df041d817f732eb4fdafb (commit) via 431a0783ebea4fc09e781f431599cacd3a3e4e0e (commit) via 483cc787d1bec821a2008e32ef4dd611e365ffe4 (commit) via de21a1cc01d03c39fd0772dff96fb69b06613f58 (commit) via 3d6cbd2e2881c1e18922b26c7fd4a2ec9464becd (commit) via 52f32ce1fa6b5416c59ead45ff27d731d98b8f87 (commit) via 05f8f96ae606eecfff48e3544885d43b9f541f3c (commit) via e971043e275307634472b35ce394326216c3e301 (commit) via af5205809e3921ea0c4db5771ea1da5d2f0eaaf5 (commit) via 32b94edb4961a3ac1a2e5c90f65ee3f118852151 (commit) via 9420b7953a05f2759524234a26e7e2a774a23769 (commit) via 622103adf9b6d8e73e86c751469ee2523f4dd952 (commit) via 981b778400a726121400dd4535f3cc2006d4ac67 (commit) via 8acb1d0a0c97d6902ad1b9f975facfc9c88f47b5 (commit) via af2c8ff31853d005aaa13247e3a19e5be7138c97 (commit) via 3f9e9b3f17627e35843eef7e3846a75298259b69 (commit) via 6c01f54700e5776d1f1b59517d053f0d9b62a10c (commit) via 96f3c0362b61a415b9ecc319ee3427c8f4b7c081 (commit) via 0ed479bd9d474f1d7588f3370fb306a2e000ff4f (commit) via 483af96a7a14885694496843551ed8fad708192c (commit) via f59d87a65cf1d08f8715a01dceeaf370a29e51f3 (commit) via 3528ca70668da492a2f1fe85c167b2024406dd8d (commit) from 332d48c9c25504b3cbb9451e292a98c15df17ccb (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- -----------------------------------------------------------------------
Summary of changes: .codecov.yml | 4 +- .travis.yml | 20 +- CONTRIBUTING | 6 +- configure.ac | 19 +- example/Makefile.inc | 2 +- helper/Makefile.am | 18 +- helper/cuckootable.c | 7 +- helper/hashtable.c | 7 +- .../threads_extn.h => linux/process.h} | 44 +- helper/include/odp/helper/linux/pthread.h | 66 +++ helper/include/odp/helper/odph_cuckootable.h | 80 +++- helper/include/odp/helper/odph_hashtable.h | 75 +++- helper/include/odp/helper/odph_iplookuptable.h | 97 ++++- helper/include/odp/helper/odph_lineartable.h | 65 ++- helper/include/odp/helper/table.h | 10 +- helper/iplookuptable.c | 13 +- helper/lineartable.c | 7 +- helper/{platform/linux-generic => linux}/thread.c | 78 +--- helper/m4/configure.m4 | 8 +- helper/test/.gitignore | 1 + helper/test/Makefile.am | 9 +- helper/test/cuckootable.c | 9 +- helper/test/linux-generic/Makefile.am | 5 - helper/test/linux/Makefile.am | 5 + helper/test/{linux-generic => linux}/process.c | 3 +- .../{linux-generic/thread.c => linux/pthread.c} | 2 +- platform/linux-generic/Makefile.am | 10 + .../include/odp_classification_inlines.h | 81 +++- test/Makefile.inc | 2 +- test/common_plat/validation/api/Makefile.inc | 2 +- .../validation/api/classification/classification.h | 4 + .../api/classification/odp_classification_common.c | 17 +- .../classification/odp_classification_test_pmr.c | 453 +++++++++++++++++++++ .../classification/odp_classification_testsuites.h | 4 +- test/common_plat/validation/api/crypto/crypto.c | 6 +- .../validation/api/crypto/odp_crypto_test_inp.c | 398 +++++++++++++++--- .../validation/api/crypto/odp_crypto_test_inp.h | 1 + test/linux-generic/Makefile.inc | 2 +- 38 files changed, 1361 insertions(+), 279 deletions(-) rename helper/include/odp/helper/{platform/linux-generic/threads_extn.h => linux/process.h} (59%) create mode 100644 helper/include/odp/helper/linux/pthread.h rename helper/{platform/linux-generic => linux}/thread.c (70%) delete mode 100644 helper/test/linux-generic/Makefile.am create mode 100644 helper/test/linux/Makefile.am rename helper/test/{linux-generic => linux}/process.c (96%) rename helper/test/{linux-generic/thread.c => linux/pthread.c} (97%)
hooks/post-receive