aboutsummaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)Author
2017-06-22linux-gen: socket: remove limits for maximum RX/TX burst sizeMatias Elo
2016-08-01api: traffic_mngr: Add pktio interface to odp_tm_egress_t structBalasubramanian Manoharan
2016-08-01linux-generic: internal cache line sizeBrian Brooks
2016-07-19linux-gen: scope ipc shared memory for packet pools onlyMaxim Uvarov
2016-07-15example: remove reference from linux-generic internal envsMaxim Uvarov
2016-07-14linux-generic: pktio: remove doxygen for unused socket_id parameterBill Fischofer
2016-07-14linux-generic: tm: Add pthread_join call when destroyingBarry Spinney
2016-07-14linux-generic: tm: resolve todo in odp_name_table.cBarry Spinney
2016-07-05linux-gen: remove all dependencies to helperYi He
2016-07-05linux-gen: std_types: remove extra c headersPetri Savolainen
2016-07-05linux-gen: byteorder: remove dependency to linux headersPetri Savolainen
2016-07-05linux-gen: cpumask: remove dependency to sched.hPetri Savolainen
2016-07-05linux-generic: schedule: simplify wait logic to avoid clang issuesBill Fischofer
2016-06-30linux-generic: packet: copy user area as part of odp_packet_copy()Bill Fischofer
2016-06-30linux-generic: ticketlock: remove odp_sync_stores for octeonRizwan Ansari
2016-06-23test: queue: add capability testPetri Savolainen
2016-06-23linux-gen: move platform tests into test suiteYi He
2016-06-22linux-gen: tm: use directly ODP_PACKET_INVALIDPetri Savolainen
2016-06-22linux-gen: sched: remove dummy pool from SP schedulerPetri Savolainen
2016-06-22linux-gen: tm: correct invalid packet handle definitionsPetri Savolainen
2016-06-16linux-gen: pktio loop: improve classifying segmented packetsMatias Elo
2016-06-16linux-gen: packet: use packet_parser_t type argument with parser functionsMatias Elo
2016-06-16linux-gen: packet: add packet parser structureMatias Elo
2016-06-16linux-gen: sched: add pktio_stop_finalize to scheduler interfacePetri Savolainen
2016-06-16linux-gen: sched: use pktio index in scheduler interfacePetri Savolainen
2016-06-16linux-gen: sched: call pktio_start only oncePetri Savolainen
2016-06-16linux-gen: pktio: simplify state handlingPetri Savolainen
2016-06-15linux-generic: timer: correct definition of ODP_TIMEOUT_INVALIDBill Fischofer
2016-06-15linux-gen: sched: SP scheduler implementationPetri Savolainen
2016-06-15linux-gen: pktio: added debug printsPetri Savolainen
2016-06-15linux-gen: sched: add sched_cb_queue_empty callPetri Savolainen
2016-06-15linux-gen: sched: add ordered enq to schedule_fn_tPetri Savolainen
2016-06-14linux-generic: classification: use proper accessor to set packet lengthZoltan Kiss
2016-06-10linux-gen: pktio: fix variable overwrite in pktin_recv_bufMatias Elo
2016-06-07linux-generic: sched: bind default scheduler api callsPetri Savolainen
2016-06-07linux-generic: sched: add skeleton for strict priorityPetri Savolainen
2016-06-07linux-generic: sched: add sched params to queue initPetri Savolainen
2016-06-07linux-generic: sched: add api interface structPetri Savolainen
2016-06-07linux-generic: sched: add init functions to interfacePetri Savolainen
2016-06-06linux-generic: tm: fix memory leaksBarry Spinney
2016-06-06linux-generic: tm: fix an off by one errorBarry Spinney
2016-06-06linux-generic: tm: completed implementing _odp_timer_wheel_destroyBarry Spinney
2016-06-06linux-generic: tm: fix compile error on 32-bit platformsBarry Spinney
2016-06-03linux-generic: dpdk: remove unnecessary rte_pktmbuf_reset callMatias Elo
2016-06-02linux-gen: pktio: don't allocate new packets in classifierMatias Elo
2016-06-02linux-gen: pktio: remove old single queue recv and send functionsMatias Elo
2016-06-02linux-gen: packet: increase input flags bit field size to 64 bitsMatias Elo
2016-06-02linux-gen: netmap: handle modified _odp_packet_cls_enq() return values correctlyMatias Elo
2016-06-02linux-generic: pktio: ring: add _ring_destroy()Yi He
2016-06-02linux-generic: pktio: ipc: _ring_tailq_init() at global initYi He