aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_classification.c
AgeCommit message (Expand)Author
2023-04-12linux-gen: cls: check CoS queue given by applicationJere Leppänen
2023-04-12linux-gen: cls: allow default CoS to be set to ODP_COS_INVALIDJere Leppänen
2023-04-12linux-gen: cls: if CoS pool is ODP_POOL_INVALID, use pktin poolJere Leppänen
2022-12-02api: cls: deprecate odp_cos_with_l2_priority()Petri Savolainen
2022-12-02api: cls: deprecate drop policyPetri Savolainen
2022-11-08linux-gen: cls: write classification mark value just once instead of on every...Jere Leppänen
2022-11-08linux-gen: cls: remove count from pmr_tJere Leppänen
2022-11-08linux-gen: cls: traverse CoS tree iteratively instead of recursivelyJere Leppänen
2022-10-07linux-gen: debug: prefix implementation internal debug macrosMatias Elo
2022-09-15linux-gen: cls: fix cos hash-queue handlingTuomas Taipale
2022-09-07linux-gen: cls: mark hash protocol capabilities enabledTuomas Taipale
2022-09-07linux-gen: cls: mark IPsec SPI PMR capability enabledTuomas Taipale
2022-09-07linux-gen: cls: fix IPsec SPI PMR handlerTuomas Taipale
2022-06-21linux-gen: cls: remove an extra level of hierarchy from _cls_queue_grp_tbl_tJere Leppänen
2022-06-21linux-gen: cls: remove an extra level of hierarchy from pmr_tJere Leppänen
2022-06-21linux-gen: cls: remove an extra level of hierarchy from cos_tJere Leppänen
2022-06-21linux-gen: remove an extra level of hierarchy from pktio_entry_tJere Leppänen
2022-06-21linux-gen: pktio: increment in_discards when packet cannot be classifiedJere Leppänen
2022-05-06linux-gen: cls: implement ODP_PMR_VLAN_PCP_0Petri Savolainen
2022-05-06api: cls: deprecate odp_cos_with_l3_qos()Petri Savolainen
2022-05-06linux-gen: cls: implement ODP_PMR_IP_DSCPPetri Savolainen
2022-05-06linux-gen: cls: match IPv6 next header on PMR_IPPROTOPetri Savolainen
2022-04-13linux-gen: cls: available_pmr_terms changed to uint32_tPetri Savolainen
2022-04-13linux-gen: cls: implement cos statistics.Jere Leppänen
2022-04-13linux-gen: cls: implement cos actionJere Leppänen
2022-03-10linux-gen: cls: move parse call out of _odp_cls_classify_packet()Jere Leppänen
2021-07-09linux-gen: classification: add implementation for queue statisticsMatias Elo
2021-07-09linux-gen: cls: inline internal _odp_cos_entry_from_idx() functionMatias Elo
2021-06-11linux-gen: cls: fix odp_cls_cos_queues() return valueMatias Elo
2021-03-31linux-gen: classification: implement odp_cls_print_allJere Leppänen
2021-03-02linux-gen: fix white space style warningsPetri Savolainen
2021-02-15linux-gen: cls: fix memory access out-of-bounds warningMatias Elo
2020-12-23linux-gen: rename some global symbols in the static libraryJere Leppänen
2020-11-19linux-gen: classification: enable packet vector supportMatias Elo
2020-11-19linux-gen: classification: copy cos index into packet headersMatias Elo
2020-11-18linux-gen: cls: PMR match debug printPetri Savolainen
2020-11-02linux-gen: pktio: mark skip offset set as unsupportedNithin Dabilpuram
2020-09-29linux-gen: cls: implement PMR markPetri Savolainen
2020-05-15api: add missing const qualifiersPetri Savolainen
2019-11-13linux-gen: pktio: reset all flags on packet inputPetri Savolainen
2019-11-04linux-gen: cls: fix PMR match recursionPetri Savolainen
2019-11-04linux-gen: cls: enable custom L3 protocols with CUSTOM_L3Petri Savolainen
2019-10-30linux-gen: cls: add ODP_PMR_CUSTOM_L3 supportPetri Savolainen
2019-10-30linux-gen: cls: add custom frame PMR capabilityPetri Savolainen
2019-10-30linux-gen: cls: clean up IPv6 match implementationPetri Savolainen
2019-10-30linux-gen: cls: change ODP_PMR_ IPv4 addresses to big endianPetri Savolainen
2019-10-30linux-gen: cls: change ODP_PMR_UDP/TCP ports to big endianPetri Savolainen
2019-10-30linux-gen: cls: change ODP_PMR_DMAC to big endianPetri Savolainen
2019-10-30linux-gen: cls: change ODP_PMR_VLAN_ID_X to big endianPetri Savolainen
2019-10-30linux-gen: cls: change ODP_PMR_VLAN_ID_0 to big endianPetri Savolainen