aboutsummaryrefslogtreecommitdiff
path: root/example
AgeCommit message (Expand)Author
2015-01-27example: ipsec: remove extension from script namesAnders Roxell
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_to_bufferPetri Savolainen
2015-01-27api: event: odp_queue_deq_multiPetri Savolainen
2015-01-27api: event: odp_queue_deqPetri Savolainen
2015-01-27api: event: odp_schedule and odp_queue_enqPetri Savolainen
2015-01-20example: odp_timer_test.c: odp_timer_test abortsOla Liljedahl
2015-01-20example: pktio: don't create inq for burst modeStuart Haslam
2015-01-16helper: linux: use cpumask in linux thread/procRobbie King
2015-01-14example: pktio: replace strtok_r to make C99 compliantCiprian Barbu
2015-01-10example: ipsec: corrected create_ipsec_cache_entry's out_pool argument handle...Jerin Jacob
2015-01-09example: l2fwd: updates for single pktio per interfaceStuart Haslam
2015-01-09example: l2fwd: fix checkpatch warningsStuart Haslam
2015-01-09example: generator: single pktio per interfaceStuart Haslam
2015-01-09example: packet: single instance per interfaceStuart Haslam
2015-01-09api: odp_timer.h: updated API, lock-less implementationOla Liljedahl
2015-01-07api: odp_system_info.h: change core to cpu everywhereOla Liljedahl
2014-12-26example: move odp_example to test/performanceMike Holmes
2014-12-24test/example: Remove ODP component headersTaras Kondratiuk
2014-12-23example: timer: update timer test for new buffer poolsBill Fischofer
2014-12-23build system: fix distcheck targetAnders Roxell
2014-12-23build system: cleanup build rulesAnders Roxell
2014-12-23example: ipsec: ensure scripts get installedAnders Roxell
2014-12-23example: ipsec: Allow scripts to run odp_ipsec from PATHAnders Roxell
2014-12-19api: pktio: remove odp_pktio_set_mtuMaxim Uvarov
2014-12-18api: pktio: remove odp_pktio_get_input() and odp_pktio_set_input()Stuart Haslam
2014-12-16api: packet: add head/tail room manipulationBill Fischofer
2014-12-16example: generator: use odp_packet_alloc() APIBill Fischofer
2014-12-16api: packet: user contextBill Fischofer
2014-12-16api: packet: replace packet_addr with packet_dataBill Fischofer
2014-12-16api: packet: change layer offset/pointer APIBill Fischofer
2014-12-16api: packet: change alloc/freeBill Fischofer
2014-12-16api: packet: move helper functions to public APIBill Fischofer
2014-12-16api: buffer: change pool createBill Fischofer
2014-12-15example/odp_pktio parse args before odp initMaxim Uvarov
2014-12-11odp_ipsec: fix odp_crypto_get_operation_compl_status arg orderMike Holmes
2014-12-10Rename packet functionsMaxim Uvarov
2014-12-05example: test: remove use of internal ODP macrosMike Holmes
2014-12-04example: odp_pktio mtu option is not mandatoryStuart Haslam
2014-11-29api: odp_time.h: rename odp_time_get_cycles() to odp_time_cycles()Stuart Haslam
2014-11-27example/ipsec/odp_ipsec.c: Fix initialization of odph_linux_pthread_t instancesShmulik Ladkani
2014-11-26.gitignore: distribute the ignore file to sub dirsMike Holmes
2014-11-26examples: remove the use of ODP_UNUSEDMike Holmes
2014-11-25api: odp_atomic.h: struct type, relaxed mm, missing funcs, use __atomicOla Liljedahl
2014-11-25linux-generic: odp_generator.c use odp_atomic.hOla Liljedahl
2014-11-21enhance odp_pktio to set/get mtuMaxim Uvarov