aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-keystone2/odp_classification.c
AgeCommit message (Expand)Author
2016-01-12linux-ks2: cls: fix deadlock while default cos deletionIvan Khoronzhuk
2016-01-04linux-ks2: classification: add API to get pool and queue of CoSIvan Khoronzhuk
2016-01-04linux-ks2: classification: replace odp_cos_create on odp_cls_cos_createIvan Khoronzhuk
2015-11-30linux-ks2: align with current ODP v1.4.1.0Ivan Khoronzhuk
2015-08-02linux-ks2: cls: put cppi_flow while deactivation pmrIvan Khoronzhuk
2015-08-01linux-ks2: cls: refactor pmr_init_l* on pmr_l*_activateIvan Khoronzhuk
2015-08-01linux-ks2: cls: make small static function to be inlineIvan Khoronzhuk
2015-08-01linux-ks2: shres: add shres_table_destroy()Ivan Khoronzhuk
2015-07-31linux-ks2: cls: use list_for_each_safe when disconnecting pmrsIvan Khoronzhuk
2015-07-31linux-ks2: cls: print debug while deleting pmr only if src is assignedIvan Khoronzhuk
2015-07-31linux-ks2: cls: delete default_cos flagIvan Khoronzhuk
2015-07-31linux-ks2: cls: mark dummy PMR for inq_default as defaultIvan Khoronzhuk
2015-07-31linux-ks2: cls: disconnect only source when disconnecting pmr listIvan Khoronzhuk
2015-07-31linux-ks2: cls: delete all dummy default PMRs for default CoS.Ivan Khoronzhuk
2015-07-31linux-ks2: cls; used flags for PMR like for CoSIvan Khoronzhuk
2015-07-31linux-ks2: cls: traverse all tree on deactivation path to get pktioIvan Khoronzhuk
2015-07-31linux-ks2: cls: use safe list iteration while disconnecting PMR listIvan Khoronzhuk
2015-07-31linux-ks2: cls: delete pmr from pktio list if pmr has pktioIvan Khoronzhuk
2015-07-31linux-ks2: cls: fix list copying while CoS replaceIvan Khoronzhuk
2015-07-25linux-ks2: cls: add ability to replace default CoSIvan Khoronzhuk
2015-07-25linux-ks2: cls: disconnect and deactivate tree while pktio destroyingIvan Khoronzhuk
2015-07-25linux-ks2: cls: disconnect all CoS PMRs from the tree when CoS is deletingIvan Khoronzhuk
2015-07-25linux-ks2: cls: pktio: remove "!!" when retIvan Khoronzhuk
2015-07-25linux-ks2: cls: delete dummy PMR of default CoS when destroy def CoSIvan Khoronzhuk
2015-07-25linux-ks2: cls: update default CoS flag when it's neededIvan Khoronzhuk
2015-07-25linux-ks2: cls: add default cos flag to cos entryIvan Khoronzhuk
2015-07-25linux-ks2: cls: print error if wrong input vars for pktio_pmr_cosIvan Khoronzhuk
2015-07-25linux-ks2: shres: replace spinlock on ticketlockIvan Khoronzhuk
2015-07-24linux-ks2: cls: get queue when set in CoSIvan Khoronzhuk
2015-07-24linux-ks2: cls: add queue get and improve get/put methodIvan Khoronzhuk
2015-07-24linux-ks2: cls: break activation/deactivation tree in case of errorIvan Khoronzhuk
2015-07-24linux-ks2: cls: emulate inq_def and in_pool as default CoSIvan Khoronzhuk
2015-07-24linux-ks2: cls: add activation/deactivation/creation/destroying dbg msgsIvan Khoronzhuk
2015-07-24linux-ks2: add missed '\n' to ODP_ERR and ODP_ABORTIvan Khoronzhuk
2015-07-24linux-ks2: cls: no need to delete links when delete CoSIvan Khoronzhuk
2015-07-24linux-ks2: pktio: no need to use lock inside functions with lockIvan Khoronzhuk
2015-07-24linux-ks2: cls: do invalid entry check only in odp APIIvan Khoronzhuk
2015-07-24linux-ks2: cls: add error message if incorrect pmr or pmr_set destroyedIvan Khoronzhuk
2015-07-24linux-ks2: pool: don't free pool if it's used in cls treeIvan Khoronzhuk
2015-07-24linux-ks2: cls: don't remove CoS from tree if deactivation failedIvan Khoronzhuk
2015-07-24linux-ks2: cls: add classification tree lockIvan Khoronzhuk
2015-07-24linux-ks2: cls: remove cls_lock from primitivesIvan Khoronzhuk
2015-07-24linux-ks2: cls: add missed initialization while PMR creationIvan Khoronzhuk
2015-07-24linux-ks2; cls: add missed initialization at PMR match set creationIvan Khoronzhuk
2015-07-24linux-ks2: cls: don't schedule fatal error if in data are incorrectIvan Khoronzhuk
2015-07-24linux-ks2: cls: fix l3 cascading to pktioIvan Khoronzhuk
2015-07-24linux-ks2: cls: return error if DMAC PMR connected in not promisc modeIvan Khoronzhuk
2015-07-24linux-ks2: cls: add layer var to pmr_entryIvan Khoronzhuk
2015-07-24linux-ks2: cls: add odp_pmr_match_set_destroyIvan Khoronzhuk
2015-07-24linux-ks2: cls: fix PMR free callbackIvan Khoronzhuk