aboutsummaryrefslogtreecommitdiff
path: root/example/generator/odp_generator.c
AgeCommit message (Expand)Author
2024-02-29example: generator: remove odp_generator example applicationMatias Elo
2024-01-04example: update copyright formatMatias Elo
2024-01-03example: improve example application documentationsMatias Elo
2023-10-23example: use new ODPH_MIN and ODPH_MAX macrosMatias Elo
2023-10-23helper: icmp: remove and rename definesMatias Elo
2023-08-14example: fix typosTianyu Li
2022-04-13test: use uint32_t for number of queuesPetri Savolainen
2021-10-21example: generator: fix braced-groups within expressions build errorsMatias Elo
2021-09-30use odph_thread_param_init()Jere Leppänen
2021-09-30use odph_thread_common_param_init()Jere Leppänen
2020-12-08example: generator: don't use bitwise operations with signed operandsMatias Elo
2020-11-02example: generator: update l3 and l4 type for checksum insertionNithin Dabilpuram
2019-09-19example: use helper library debug macrosMatias Elo
2019-07-15example: guard against double exitStanislaw Kardach
2019-05-09example: generator: use new thread helpersPetri Savolainen
2019-02-26example: check odp_shm_reserve() return valueMatias Elo
2018-12-26examples: add calls to odp_schedule_config()Dmitry Eremin-Solenikov
2018-11-28example: generator: add signal handler for SIGINTMatias Elo
2018-11-28example: use mem_model from helper optionsMatias Elo
2018-10-18example: generator: remove print from packet tx loopMatias Elo
2018-10-18example: generator: use odp_wait_time_ns() instead of timersMatias Elo
2018-10-04test: example: allocate global data from shmMatias Elo
2018-07-05example: use ODP_THREAD_COUNT_MAX as max worker countMatias Elo
2018-07-05example: use min number of workers by defaultMatias Elo
2018-05-28example: generator: add UDP port range supportBogdan Pricope
2018-05-14helper: thread: don't use getopt libraryPetri Savolainen
2018-02-26update Linaro Copyrights to 2018 yearMaxim Uvarov
2018-02-16example: generator: remove useless csum checksBogdan Pricope
2018-02-16example: generator: remove busy wait for direct mode receiveBogdan Pricope
2018-01-14example: generator: replace L3/L4 packet parsing with a simple oneBogdan Pricope
2018-01-14example: generator: add direct mode packet RXBogdan Pricope
2018-01-14example: generator: add direct mode pktio configurationBogdan Pricope
2018-01-14example: generator: add configuration option for scheduler RXBogdan Pricope
2018-01-14example: generator: add configuration option for RX burst sizeBogdan Pricope
2018-01-14helper: remove camelcase from icmp protocolBill Fischofer
2017-12-27example: generator use checksum enablePetri Savolainen
2017-12-27example: generator: use L3/L4 checksum validation status functionsBogdan Pricope
2017-12-27validation/example: call odp_timer_capability() before creating timer poolKevin Wang
2017-12-27example: switch to using ODP chksum APIDmitry Eremin-Solenikov
2017-12-11example: generator: replace atomic counter with per worker countersBogdan Pricope
2017-12-11example: generator: add configuration option for csum supportBogdan Pricope
2017-12-11example: generator: increase maximum TX burst size to 512Bogdan Pricope
2017-12-11example: generator: remove 1 ms sleep on send loopBogdan Pricope
2017-10-11example: use odp_sys_info_printIlias Apalodimas
2017-09-06examples: generator: use clock related functions less when printingIlias Apalodimas
2017-09-06examples: generator: update odp_generator to use HW checksum capabilitiesBogdan Pricope
2017-08-09example: generator : use packet reference API to generate udp and icmp trafficBogdan Pricope
2017-06-16linux-gen: packet: recognize ICMPv6 packetsMatias Elo
2017-05-24test: generator: replace gettimeofday with ODP API callsBogdan Pricope
2017-05-19examples: generator: UDP ports configurationBogdan Pricope