aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-31Merge branch 'next'v1.6.0.0Maxim Uvarov
2015-12-30linux-generic: validation: pktio: disable netmapStuart Haslam
2015-12-29rpm changelog: update from 1.5 to 1.6Maxim Uvarov
2015-12-29update version number from v1.5.0.0 to v1.6.0.0Maxim Uvarov
2015-12-29debian changelog: update from 1.5 to 1.6Maxim Uvarov
2015-12-29changelog: update from 1.5 to 1.6Maxim Uvarov
2015-12-29api: sync: removed odp_sync_storesPetri Savolainen
2015-12-29api: barrier: added memory barriersPetri Savolainen
2015-12-29api: atomic: clean atomic API documentationPetri Savolainen
2015-12-29linux-generic: time: remove posix bleed through on odp_time_tBill Fischofer
2015-12-29validation: classification: adds additional ASSERTS for stabilityBalasubramanian Manoharan
2015-12-29doc/users-guide: add time API sectionIvan Khoronzhuk
2015-12-29validation: std_clib: added validation testsPetri Savolainen
2015-12-29api: clib: added standard c library apiPetri Savolainen
2015-12-29api: hash: Added crc32 and crc32c hash functionsPeng
2015-12-29api/linux-generic: classification: rename odp_drop_e to odp_cls_drop_tBalasubramanian Manoharan
2015-12-29api/validation/linux-generic: classification: implement class of service crea...Balasubramanian Manoharan
2015-12-29validation: sched: improve scheduler validation test to check sched time corr...Ivan Khoronzhuk
2015-12-29validation: time: update to tes global time APIIvan Khoronzhuk
2015-12-29api: time: add global time APIIvan Khoronzhuk
2015-12-29validation: time: add test for odp_time_wait_ns() and odp_time_wait_until()Ivan Khoronzhuk
2015-12-29validation: time: add test for odp_time_local_res() and use resolutionIvan Khoronzhuk
2015-12-29validation: time: add test convertsion on 0Ivan Khoronzhuk
2015-12-29validation: time: test time constants in nsIvan Khoronzhuk
2015-12-29performance: pktio_perf: use odp_time_wait_ns() function instead of loopingIvan Khoronzhuk
2015-12-29api: time: add resolution and wait API callsIvan Khoronzhuk
2015-12-29test/example: use local time API as wall timeIvan Khoronzhuk
2015-12-29linux-generic: align with new wall time APIIvan Khoronzhuk
2015-12-29validation: time: align tests with current time APIIvan Khoronzhuk
2015-12-29api: time: make odp_local_time to be monotonic wall timeIvan Khoronzhuk
2015-12-29performance: sched: use ODP time API instead of clock_gettimeIvan Khoronzhuk
2015-12-29linux-generic: odp_time: don't use cpu cycle API to get timeIvan Khoronzhuk
2015-12-29linux-generic: schedule: use schedule time in nsIvan Khoronzhuk
2015-12-29test: performance: pktio: don't use direct arithmetic operations with odp_time_tIvan Khoronzhuk
2015-12-29validation: time: don't assign int directly to odp_time_tIvan Khoronzhuk
2015-12-29api: init: allow implementation to use private ways for its own configurationZoltan Kiss
2015-12-29validation: classification: add odp_cls_cos_pool_set() apiBalasubramanian Manoharan
2015-12-29fix: classification: add null check for pool assigned to CoSBalasubramanian Manoharan
2015-12-29linux-generic: classification: define pkt_addr as constMatias Elo
2015-12-29linux-generic: packet: _odp_parse_common: arm build fixBalasubramanian Manoharan
2015-12-29example: classifier: add odp_cls_cos_pool_set() apiBalasubramanian Manoharan
2015-12-29linux-generic: classification: implements odp_cls_cos_pool_set() apiBalasubramanian Manoharan
2015-12-29api: classification: add odp_cls_cos_pool_set() apiBalasubramanian Manoharan
2015-12-29validation: synchronizers: add recursive lock testsBill Fischofer
2015-12-29linux-generic: thread: removed internal max threads definePetri Savolainen
2015-12-29api: doc: re-organize doxygen doc for synchronizerPetri Savolainen
2015-12-29api: rwlock_recursive: added recursive rwlockPetri Savolainen
2015-12-29validation: synchronizers: add missing rwlock read lock functional testBill Fischofer
2015-12-29api: spinlock_recursive: added recursive spinlockPetri Savolainen
2015-12-29validation: crypto: add test for AES128-GCMNicolas Morey-Chaisemartin