aboutsummaryrefslogtreecommitdiff
path: root/example
AgeCommit message (Expand)Author
2015-06-10api: init: added thread type to local initPetri Savolainen
2015-06-10api: helper: deleted odph_linux_cpumask_defaultPetri Savolainen
2015-06-10api: pool: remove shm paramter from odp_pool_create()Bill Fischofer
2015-06-10Merge branch 'master' into api-nextMaxim Uvarov
2015-06-10example: ipsec: tunnel mode supportAlexandru Badicioiu
2015-06-05Merge branch 'master' into api-nextMaxim Uvarov
2015-06-05codespell: fix spellingMike Holmes
2015-06-02Merge branch 'master' into api-nextMaxim Uvarov
2015-05-28example: classifier: remove extra local initPetri Savolainen
2015-05-18example: classifier: check for null tokenMike Holmes
2015-05-08api: packet_io: added odp_pktio_param_tPetri Savolainen
2015-05-08example: timer: remove global variables to share the data between workersJerin Jacob
2015-05-08api/linux-generic/example/validation: remove odp_pmr_create_range() function ...Balasubramanian Manoharan
2015-04-24example: ODP classifier exampleBalasubramanian Manoharan
2015-04-23example: timer: clean up prescheduled eventsOla Liljedahl
2015-04-23example: doxygen: remove examples from src pathMike Holmes
2015-04-14validation: move l2fwd from example to performance testsMaxim Uvarov
2015-04-10examples: odp_ipsec: runtime select multiple vs single deqAlexandru Badicioiu
2015-04-10examples: odp_ipsec: runtime select scheduled vs poll queuesAlexandru Badicioiu
2015-04-10examples: odp_ipsec: handle alloc_pkt_ctx failureAlexandru Badicioiu
2015-03-30example: odp_generator: use odp_timerOla Liljedahl
2015-03-27example: generator: replace strtok_r with strtok and fix leaksCiprian Barbu
2015-03-27example: odp_ipsec: replace strtok_r with strtok and fix leaksCiprian Barbu
2015-03-27example: odp_l2fwd: replace strtok_r with strtok and fix leaksCiprian Barbu
2015-03-25example: l2fwd print packets per secondMaxim Uvarov
2015-03-16example: odp_ipsec: remove USE_MAC_ADDR_HACKCiprian Barbu
2015-03-10example: odp_packet uncomment polling queuesMaxim Uvarov
2015-03-06replace deprecated _BSD_SOURCE with _DEFAULT_SOURCEGary S. Robertson
2015-02-27example: odp_ipsec_stream: fix c99 unknown type name ‘uint’Mike Holmes
2015-02-27example: fix multiple c99 implicit declaration of function ‘strtok_r’Mike Holmes
2015-02-27example: odp_ipsec: fix c99 storage size of ‘ifr’ isn’t knownMike Holmes
2015-02-27example: odp_ipsec_stream: fix c99 unknown type name ‘uint’Mike Holmes
2015-02-27example: odp_generator: fix c99 usleepMike Holmes
2015-02-27example: packet: add more missing doxygen documentationBill Fischofer
2015-02-27example: l2fwd: add more missing doxygen documentationBill Fischofer
2015-02-26example: l2fwd: add missing doxygen documentationBill Fischofer
2015-02-25api: random: replace ssize_t with int32_tPetri Savolainen
2015-02-25example: generator: add missing doxygen documentationBill Fischofer
2015-02-20api: timer: Don't use "private" as struct member name (C++)Simon Kagstrom
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-05api: odp_cpumask.h: odp_cpumask_to_str() return chars written or errorOla 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: queues: add strong typing supportBill Fischofer
2015-02-04linux-generic: pktio: add strong typing supportBill Fischofer
2015-01-30example: add return statements in thread functionsCiprian Barbu
2015-01-30example: l2fwd: fix incorrect cpumask used when spawning threadsCiprian Barbu