aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-28packet: inline odp_packet_data() and odp_packet_seg_len()v1.1.0.0_DPDK_2.0.0Zoltan Kiss
2015-07-27linux-dpdk: pktio: remove unnecessary pktio id from poolCiprian Barbu
2015-07-27linux-dpdk: pktio: use packet input field for odp_packet_inputCiprian Barbu
2015-07-27configure.ac: fix default platformCiprian Barbu
2015-07-27linux-dpdk: packet_io: don't reset the offsets unnecessarilyZoltan Kiss
2015-07-27linux-dpdk: packet_io: scale down descriptor numbers when pool is smallZoltan Kiss
2015-07-27linux-dpdk: packet_io: use separate RX/TX locks and trylock for TX completionZoltan Kiss
2015-07-10linux-dpdk: pool: use intermediate cast to avoid alignment warningsBill Fischofer
2015-07-07pool: use the same default headroom as packetZoltan Kiss
2015-07-07packet: fix error check in odp_packet_reset()Zoltan Kiss
2015-07-07dpdk: include the correct type definitionsZoltan Kiss
2015-07-01linux-dpdk: update to enable compile on DPDK 1.8 through 2.0Bill Fischofer
2015-07-01thread: make a local copy of odp_thread.cZoltan Kiss
2015-06-23init: reset optind before calling DPDK initv1.1.0.0_DPDK_1.7.1Zoltan Kiss
2015-06-22init: omit return value of parse_dpdk_args() and refactor debug printZoltan Kiss
2015-06-22init: check memory alloc failures in parse_dpdk_argsZoltan Kiss
2015-06-22init: release DPDK argsZoltan Kiss
2015-06-22init: check rte_eal_init() return values more thoroughlyZoltan Kiss
2015-06-22dpdk: do not lock up on running threadsMaxim Uvarov
2015-06-11pktio: fix promisc settingZoltan Kiss
2015-06-11pool: fix cache_size calculationZoltan Kiss
2015-06-09dpdk: pktio implement promisc mode on vdevsMaxim Uvarov
2015-06-09dpdk: pktio: remove useless odp_pktio_open debug printMaxim Uvarov
2015-06-09dpdk: turn on jumbo framesMaxim Uvarov
2015-06-09dpdk: pktio: try get mtu with system call in dpdk failsMaxim Uvarov
2015-06-09dpdk: implement port closeMaxim Uvarov
2015-06-09dpdk: pktio: set missing handleMaxim Uvarov
2015-06-09Merge git://git.linaro.org/lng/odpZoltan Kiss
2015-06-09validation: pktio: do not dequeue from scheduled queueMaxim Uvarov
2015-06-05codespell: fix spellingMike Holmes
2015-06-04checkpatch: use codespell for odpMaxim Uvarov
2015-06-04checkpatch: add spelling.txtMaxim Uvarov
2015-06-04validation: queue: schedule parameters are not valid for poll type queueJerin Jacob
2015-06-04checkpatch: do not warn on Camel case for printf PRIx macroMaxim Uvarov
2015-06-04checkpatch: remove warning about updating MAINTAINERSStuart Haslam
2015-06-04scripts: add dist dependency to git_hash.shNicolas Morey-Chaisemartin
2015-06-04test: pktio_perf: add support for batch receptionNicolas Morey-Chaisemartin
2015-06-02linux-dpdk: packet: add support for packet segmentationBill Fischofer
2015-06-02linux-dpdk: packet: restructure metadata handlingBill Fischofer
2015-06-02packet_io: change default tx_free_threshZoltan Kiss
2015-06-02packet_io: change TX completionZoltan Kiss
2015-06-02validation: pktio: do not destroy poolMaxim Uvarov
2015-06-02validation: schedule: fix maybe-uninitialized warnings when odp_schedule() co...Jerin Jacob
2015-06-01linux-generic: pool: group and document pool statisticsBill Fischofer
2015-05-28example: classifier: remove extra local initPetri Savolainen
2015-05-27scripts: return proper error when build has failedZoltan Kiss
2015-05-27pool: handle if RTE_MEMPOOL_CACHE_MAX_SIZE == 0Zoltan Kiss
2015-05-27validation: init tests using common mainChristophe Milard
2015-05-27validation: init src files in single directoryChristophe Milard
2015-05-27test: helper: add process and thread testsMike Holmes