aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-keystone2/odp_packet_io.c
AgeCommit message (Expand)Author
2016-01-12linux-ks2: packet_io: cls: add initial odp_pktio_skip_set()Ivan Khoronzhuk
2016-01-12linux-ks2: cls: fix deadlock while default cos deletionIvan Khoronzhuk
2016-01-04linux-ks2: pktio: add print function APIIvan 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-09-21linux-ks2: odp_packet_io: add stop/start call required by v1.3Ivan Khoronzhuk
2015-08-01linux-ks2: shres: add shres_table_destroy()Ivan 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: delete all dummy default PMRs for default CoS.Ivan Khoronzhuk
2015-07-31linux-ks2: pktio: remove redundant inq_default check while destroyingIvan Khoronzhuk
2015-07-31linux-ks2: pktio: set default queue after entries are createdIvan Khoronzhuk
2015-07-25linux-ks2: pktio: add ability to replace inq_defaultIvan 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: 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: pktio: get inq_default when set in pktioIvan Khoronzhuk
2015-07-24linux-ks2: queue: delete status from queue entryIvan Khoronzhuk
2015-07-24linux-ks2: cls: emulate inq_def and in_pool as default CoSIvan Khoronzhuk
2015-07-24linux-ks2: pktio: used def_cos flagIvan Khoronzhuk
2015-07-24linux-ks2: pktio: don't create inq_default if it's not setIvan Khoronzhuk
2015-07-24linux-ks2: cls: add activation/deactivation/creation/destroying dbg msgsIvan Khoronzhuk
2015-07-24linux-ks2: pktio: do input var checks only in API callsIvan Khoronzhuk
2015-07-24linux-ks2: add missed '\n' to ODP_ERR and ODP_ABORTIvan Khoronzhuk
2015-07-24linux-ks2: pktio: update mac entry only when inq_default is assignedIvan Khoronzhuk
2015-07-24linux-ks2: pktio: no need to use lock inside functions with lockIvan Khoronzhuk
2015-07-24linux-ks2: pool: don't free pool if it's used in cls treeIvan Khoronzhuk
2015-07-24linux-ks2: pktio: add primitives to lock/unlock/get/put pktioIvan Khoronzhuk
2015-07-24linux-ks2: pktio: remove unneeded function in chain of freeing pktioIvan Khoronzhuk
2015-07-24linux-ks2: cls: add error handling when remove shresIvan Khoronzhuk
2015-07-24linux-ks2: shres: add ability to return an error from free callbackIvan Khoronzhuk
2015-07-24linux-ks2: cls: add l2 PMR and default CoS activationIvan Khoronzhuk
2015-06-26linux-ks2: init: add global pktio termination functionIvan Khoronzhuk
2015-06-24linux-ks2: debug: rename ODP_ASSERT to ODP_AS_STRIvan Khoronzhuk
2015-06-24linux-ks2: pktio: don't assign default CoS when it's not setIvan Khoronzhuk
2015-05-16linux-ks2: cls: add initial implementationTaras Kondratiuk
2015-05-16linux-ks2: pktio: Schedule PKTIN queueTaras Kondratiuk
2015-05-16linux-ks2: pktio: use PA API directlyTaras Kondratiuk
2015-05-16linux-ks2: mcsdk: add CPPI Rx flow managementTaras Kondratiuk
2015-05-16linux-ks2: pktio: add deferred entry freeTaras Kondratiuk
2015-05-16linux-ks2: shres: make shres_table_t a direct typeTaras Kondratiuk
2015-05-16linux-ks2: schedule: Implement scheduling via OpenEMTaras Kondratiuk
2015-03-17linux-ks2: packet_io: update moduleTaras Kondratiuk
2014-10-27Merge remote-tracking branch 'linaro/master' into keystone2/masterTaras Kondratiuk
2014-10-03linux-keystone2: Remove pktio type awarenessTaras Kondratiuk
2014-10-03Revert "git split: delete keystone2"Taras Kondratiuk
2014-10-01git split: delete keystone2Maxim Uvarov
2014-09-23Use shm handle in linux-keystone2Petri Savolainen