aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_traffic_mngr.c
AgeCommit message (Expand)Author
2021-09-22linux-gen: shm: rename implementation internal shm blocksMatias Elo
2021-08-20linux-gen: sched: limit interface header visibilityPetri Savolainen
2021-07-14linux-gen: tm: update max schedulers per node capaNithin Dabilpuram
2021-07-14linux-gen: tm: express support pkt priority modeNithin Dabilpuram
2021-07-12api: tm: deprecate tm capabilities APINithin Dabilpuram
2021-07-12linux-gen: tm: express new capa and support egress capa APINithin Dabilpuram
2021-07-12linux-gen: tm: add implementation for queue statisticsMatias Elo
2021-07-09linux-gen: tm: support unordered enqueue and enq multiNithin Dabilpuram
2021-07-08linux-gen: tm: increase sched weight field sizeNithin Dabilpuram
2021-05-31linux-gen: tm: add implementation of TM start/stopNithin Dabilpuram
2021-05-31linux-gen: tm: use commit_rate and peak_rate in shaper paramNithin Dabilpuram
2021-05-25linux-gen: fix print formatsJere Leppänen
2021-05-25linux-gen: pktio: configure pktout in TM mode internallyNithin Dabilpuram
2021-05-25linux-gen: tm: fix issues related to name table cleanupNithin Dabilpuram
2021-04-07linux-gen: tm: check function return valuePetri Savolainen
2021-03-02linux-gen: fix white space style checksPetri Savolainen
2020-12-23linux-gen: rename some global symbols in the static libraryJere Leppänen
2020-09-25linux-gen: traffic_mngr: free reserved profilesMatias Elo
2020-09-25linux-gen: traffic_mngr: enable reuse of internal queue object indicesMatias Elo
2020-09-25linux-gen: traffic_mngr: enable reuse of internal pkt queue indicesMatias Elo
2020-09-07linux-gen: print pthread_create() return value to error logMatias Elo
2020-07-02linux-gen: tm: write info structures only on successMatias Elo
2020-06-17linux-gen: tm: implement TM debug APIsStanislaw Kardach
2020-05-15api: add missing const qualifiersPetri Savolainen
2019-11-14linux-gen: tm: support global disablePetri Savolainen
2019-10-22linux-gen: init: prefix internal init/term functions with underscoreMatias Elo
2019-09-27linux-gen: include config.h header in install directoryMatias Elo
2019-07-01linux-gen: fix variable may be used uninitialized warningsPetri Savolainen
2018-12-03linux-gen: traffic_mngr: allocate all global data from shmMatias Elo
2018-12-03linux-gen: traffic_mngr: don't reserve memory if tm is disabledMatias Elo
2018-12-03linux-gen: traffic_mngr: allocate profile objects from shmMatias Elo
2018-12-03linux-gen: traffic_mngr: store input_work_queue inside tm_system_tMatias Elo
2018-12-03linux-gen: traffic_mngr: store root node inside tm_system_tMatias Elo
2018-12-03linux-gen: traffic_mngr: store tm_queue_obj_t array inside tm_system_tMatias Elo
2018-12-03linux-gen: traffic_mngr: allocate tm_node_obj_t from shmMatias Elo
2018-12-03linux-gen: traffic_mngr: move tm_wred_node_t inside tm_node_obj_tMatias Elo
2018-12-03linux-gen: traffic_mngr: move tm_schedulers_obj_t inside tm_node_obj_tMatias Elo
2018-12-03linux-gen: traffic_mngr: allocate tm_system_group_t from shmMatias Elo
2018-12-03linux-gen: traffic_mngr: allocate tm_queue_obj_t from shmMatias Elo
2018-12-03linux-gen: traffic_mngr: move tm_wred_node_t inside tm_queue_obj_tMatias Elo
2018-12-03linux-gen: traffic_mngr: use static array for odp_tm_systemsMatias Elo
2018-10-04linux-gen: split global data into RO and RW structsMatias Elo
2018-08-20linux-gen: queue: remove internal queue handle conversionsPetri Savolainen
2018-08-20linux-gen: odp_tm_queue_destroy should not take care about paramsMaxim Uvarov
2018-06-29linux-gen: tm: use ODP_RANDOM_BASIC instead of hard-coding constant 1 (= CRYPTO)Dmitry Eremin-Solenikov
2018-06-27linux-gen: use common posix extensions headerPetri Savolainen
2018-06-01linux-gen: test: tm: respect return codesMaxim Uvarov
2018-05-31linux-gen: time: use inlined functions internallyPetri Savolainen
2018-05-30linux-gen: queue: remove abstract internal queue typePetri Savolainen
2018-05-28linux-gen: init: split odp_internal.hPetri Savolainen