aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-02-25validation: pktio: free unexpected packets/eventsStuart Haslam
2015-02-25validation: pktio: destroy interface specific poolsStuart Haslam
2015-02-25validation: pktio: destroy pktio input queuesStuart Haslam
2015-02-25api: packet_io: replace ssize_t with intPetri Savolainen
2015-02-25api: random: replace ssize_t with int32_tPetri Savolainen
2015-02-25validation: buffer: split pool, buffer and packet testsTaras Kondratiuk
2015-02-25validation: odp_init_log: fix clang format string errorMike Holmes
2015-02-25validation: classification: fix unchecked return valueBalasubramanian Manoharan
2015-02-24validation: classification: fix incorrect ipv4 checksum updateBalasubramanian Manoharan
2015-02-24validation: init: include stdlib.h for abort()Taras Kondratiuk
2015-02-20api: timer: Don't use "private" as struct member name (C++)Simon Kagstrom
2015-02-17validation: system: fix unterminated stringMike Holmes
2015-02-17validation: init: fix unitalized data in structMike Holmes
2015-02-16api: config: Renamed ODP_CONFIG_PACKET_BUF_LEN_MINPetri Savolainen
2015-02-16api: pool: Move from buffer to packet pool parametersPetri Savolainen
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