aboutsummaryrefslogtreecommitdiff
path: root/helper
AgeCommit message (Expand)Author
2023-04-14Merge tag 'v1.41.0.0' of https://github.com/OpenDataPlane/odp into odp-dpdkMatias Elo
2023-04-06linux-gen, helper: debug: add a space in logs after line informationJere Leppänen
2023-04-06helper: debug: reduce code duplication in ODPH_LOGJere Leppänen
2023-04-06helper: debug: re-enable print format warningsJere Leppänen
2023-02-20helper: test: chksum: fix IPv4 header initializationJere Leppänen
2022-11-09Merge branch 'master' of https://github.com/OpenDataPlane/odp into odp-dpdkMatias Elo
2022-11-03helper: threads: improve odph_thread_create() timeout error messageJuha Kauraniemi
2022-10-26Revert "helper: provide options to explicitly link static libodphelper via pk...Jere Leppänen
2022-10-19helper: provide options to explicitly link static libodphelper via pkg-config...Jere Leppänen
2022-10-18Merge tag 'v1.38.0.0' of https://github.com/OpenDataPlane/odp into odp-dpdkMatias Elo
2022-09-20helper: cli: add command odp_schedule_printJere Leppänen
2022-09-20helper: cli: add command odp_pool_print_allJere Leppänen
2022-09-20helper: cli: alphabetize commandsJere Leppänen
2022-09-20helper: cli: prefix pktio_*_stats_print commandsJere Leppänen
2022-09-20helper: cli: drop the call commandJere Leppänen
2022-09-15helper: threads: fix synchronized thread start in process modeMatias Elo
2022-09-12Revert "helper: allow cli.h to be included individually"Jere Leppänen
2022-09-09helper: ip: avoid conversion warnings with gcc-7Jere Leppänen
2022-09-09helper: ip: avoid conversion warning in odph_ipv4_csum()Jere Leppänen
2022-09-09helper: allow cli.h to be included individuallyJere Leppänen
2022-09-09configure: use ODP_*FLAGS instead of *FLAGSJere Leppänen
2022-09-08helper: cli: check for vsnprintf errorsJere Leppänen
2022-08-12helper: cli: add more packet I/O statistics printing commandsTuomas Taipale
2022-05-04Merge tag 'v1.36.0.0' of https://github.com/OpenDataPlane/odp into odp-dpdkMatias Elo
2022-03-23Merge tag 'v1.35.0.0' of https://github.com/OpenDataPlane/odp into odp-dpdkMatias Elo
2022-03-22helper: add missing odp_api.h includesPetri Savolainen
2022-03-02api: remove deprecated odp.h headerMatias Elo
2022-02-03helper: thread: get rid of an unsigned-signed comparison warningJanne Peltonen
2021-12-16Merge tag 'v1.33.0.0' of https://github.com/OpenDataPlane/odp into odp-dpdkMatias Elo
2021-12-08helper: remove usage of deprecated ODP_SHM_SW_ONLY flagMatias Elo
2021-11-23Merge tag 'v1.32.1.0' of https://github.com/OpenDataPlane/odp into odp-dpdkMatias Elo
2021-11-12helper: threads: deprecate old functions and parametersJere Leppänen
2021-11-12helper: implement deprecationJere Leppänen
2021-11-12helper: cli: remove unused instance parameter from odph_cli_init()Jere Leppänen
2021-11-11helper: test: thread: rename odp_instance variableMatias Elo
2021-10-21helper: fix zero-size array build errorsMatias Elo
2021-10-21helper: debug: fix variadic macro build errorsMatias Elo
2021-10-05Merge tag 'v1.32.0.0' of https://github.com/OpenDataPlane/odp into odp-dpdkMatias Elo
2021-09-30helper: cli: allow user to provide own hostnameLifang Zhang
2021-09-30helper: cli: delete max_user_commands from struct cli_shm_tLifang Zhang
2021-09-30helper: cli: add odph_cli_param_t to cli_shm_tLifang Zhang
2021-09-30helper: cli: add new API function odph_cli_log_va()Lifang Zhang
2021-09-30helper: cli: don't create the server threadJere Leppänen
2021-09-30helper: threads: deprecate odph_odpthread_t and odph_odpthread_params_tJere Leppänen
2021-09-30helper: test: test new thread parametersJere Leppänen
2021-09-30helper: test: test odph_thread_create() instead of odph_odpthreads_create()Jere Leppänen
2021-09-30helper: threads: add thread stack size parameterJere Leppänen
2021-09-30helper: threads: add synchronized thread creation timeout parameterJere Leppänen
2021-09-30use odph_thread_param_init()Jere Leppänen
2021-09-30helper: threads: add odph_thread_param_init()Jere Leppänen