aboutsummaryrefslogtreecommitdiff
path: root/example/classifier/odp_classifier.c
AgeCommit message (Expand)Author
2015-10-27example: classifier: use uint32_t instead of unsignedNicolas Morey-Chaisemartin
2015-10-22example: use odp_pktio_param_init() APIBill Fischofer
2015-10-22example: classifier: implement ODP_PMR_CUSTOM_FRAME matchNicolas Morey-Chaisemartin
2015-10-22api: classification: use a structure instead of many args for odp_pmr_createNicolas Morey-Chaisemartin
2015-10-22example: classifier: check return valueBalasubramanian Manoharan
2015-10-22api: rename odp_cpumask_def to _defaultMaxim Uvarov
2015-10-22example: classifier: queue and drop policy API name changeBalasubramanian Manoharan
2015-10-20example: classifier: fix potential buffer overflowStuart Haslam
2015-08-27linux-generic: default state for pktio is STOPMaxim Uvarov
2015-08-11Merge branch 'master' into api-nextMaxim Uvarov
2015-08-06example: classifier: resolve text alignment issuesStuart Haslam
2015-07-31example: classifier: fix buffer size warningBalasubramanian Manoharan
2015-07-27Merge branch 'master' into api-nextMaxim Uvarov
2015-07-24example: classifier: fix string overflowBala Manoharan
2015-07-23api: helper: deleted odph_linux_cpumask_defaultPetri Savolainen
2015-07-23api: init: added thread type to local initPetri Savolainen
2015-07-21api: pool: remove shm paramter from odp_pool_create()Bill Fischofer
2015-07-16queue: handle return value of odp_queue_enq()Zoltan Kiss
2015-07-15example: use odp_queue_param_init routineBill Fischofer
2015-07-08api: sched: removed GROUP_DEFAULTPetri Savolainen
2015-07-07example: use odp_pool_param_init routineBill Fischofer
2015-07-06queue: handle return value of odp_queue_enq()Zoltan Kiss
2015-06-16Merge branch 'master' into api-nextMaxim Uvarov
2015-06-12example: use SCNx32/PRIx32 macroNicolas Morey-Chaisemartin
2015-06-12example: classifier: check sscanf return codeNicolas Morey-Chaisemartin
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-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-08api/linux-generic/example/validation: remove odp_pmr_create_range() function ...Balasubramanian Manoharan
2015-04-24example: ODP classifier exampleBalasubramanian Manoharan