aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-02-11example/test: Makefile.inc: add linux-generic include path backTaras Kondratiuk
2015-02-11api: cpu: Renamed odp_sys_cpu_count to odp_cpu_countPetri Savolainen
2015-02-11api: cpu: Renamed odp_thread_cpu to odp_cpu_idPetri Savolainen
2015-02-11validation: odp_timer.c: run at least one threadOla Liljedahl
2015-02-11validation: odp_timer.c: remove usage of perror/abortOla Liljedahl
2015-02-11validation: odp_timer.c: cunit cleanup Replace printf with LOG_DBG.Ola Liljedahl
2015-02-11validation: odp_timer.c: use nanosleep instead of usleepOla Liljedahl
2015-02-11validation: odp_timer.c: avoid dereferencing ptr after NULL checkOla Liljedahl
2015-02-11validation: odp_timer.c: avoid cunit warnings for late timeoutsOla Liljedahl
2015-02-05api: odp_pktio.h: odp_pktio_mac_addr() return chars written or errorOla Liljedahl
2015-02-05api: odp_cpumask.h: odp_cpumask_to_str() return chars written or errorOla Liljedahl
2015-02-05linux-generic: Add odp_errno and adapt packet_io and timer implementations to...Mario Torrecillas Rodriguez
2015-02-04validation: add odp_init_log log gitignoreMaxim Uvarov
2015-02-04api: odp_queue.h: odp_queue_enq_multi() returns partial successOla Liljedahl
2015-02-04api: odp_crypto.h: odp_hw_random_get(): return number of bytes writtenOla Liljedahl
2015-02-04api: random: Renamed odp_hw_random_getPetri Savolainen
2015-02-04linux-generic: pktio: add strong typing supportBill Fischofer
2015-02-04linux-generic: classification: add strong typing supportBill Fischofer
2015-02-04validation: add version string checkMike Holmes
2015-02-03api: packet_flags: Removed odp_packet_override_l4_chksumPetri Savolainen
2015-02-03validation: init: add test for replace abortMike Holmes
2015-02-03api: classification: pmr statistics counter API removalBalasubramanian Manoharan
2015-02-03validation: init: split cases into executablesMike Holmes
2015-02-03validation: Makefile: install script pktio_runAnders Roxell
2015-01-30api: packet: odp_packet_flags: improve function namesBill Fischofer
2015-01-30api: crypto: change bool to odp_bool_tRobbie King
2015-01-30api: crypto: new completion event schemeRobbie King
2015-01-29helper: move headers into namespace the odp/helperAnders Roxell
2015-01-29api: move generic API into the odp namespaceAnders Roxell
2015-01-29validation: buffer: check the return value of odp_packet_l?_offset_setJerin Jacob
2015-01-27test: makefile: remove check_PROGRAMSMike Holmes
2015-01-27api: timer: Added timeout alloc and freePetri Savolainen
2015-01-27api: pool: Rename odp_buffer_pool_ to odp_pool_Petri Savolainen
2015-01-27api: pool: Rename pool params and remove buffer typesPetri Savolainen
2015-01-27api: crypto: Use odp_event_t instead of odp_buffer_tPetri Savolainen
2015-01-27api: timer: Use odp_event_t instead of odp_buffer_tPetri Savolainen
2015-01-27api: packet: Removed odp_packet_from_bufferPetri Savolainen
2015-01-27api: packet: Removed odp_packet_to_bufferPetri Savolainen
2015-01-27api: buffer: Removed odp_buffer_typePetri Savolainen
2015-01-27api: event: odp_queue_deq_multiPetri Savolainen
2015-01-27api: event: odp_queue_deqPetri Savolainen
2015-01-27api: event: schedule_multi and queue_enq_multiPetri Savolainen
2015-01-27api: event: odp_schedule and odp_queue_enqPetri Savolainen
2015-01-26validation: classification validataion suiteBalasubramanian Manoharan
2015-01-26hugepages: align mmap size for hugepagesMaxim Uvarov
2015-01-24linux-generic: fix odp_pktio_inq_remdefMaxim Uvarov
2015-01-23configure.ac: performance: add tests to make checkMike Holmes
2015-01-22validation: add odp_schedule_pause and odp_schedule_resume testsCiprian Barbu
2015-01-22validation: odp_init: add replace log testMike Holmes
2015-01-20validation: synchronizers: add missing thread_finalize() callBill Fischofer