aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-04dpdk: set dpdk env for make checkMaxim Uvarov
2015-08-04dpdk: remove not used test/pktio_envMaxim Uvarov
2015-08-03README: document ODP_PLATFORM_PARAMSZoltan Kiss
2015-08-03init: call init function of new driversZoltan Kiss
2015-08-03README: Add symlink for ODP-DPDK readme from root dirZoltan Kiss
2015-08-03packet: check in compile time if DPDK ABI changedZoltan Kiss
2015-08-03packet: fix odp_packet_seg_len() castingZoltan Kiss
2015-08-03dpdk: pool: set event_type during pool createZoltan Kiss
2015-07-30linux-dpdk: fix odp_cpumask_def_workerCiprian Barbu
2015-07-30dpdk: implement pktio_runMaxim Uvarov
2015-07-30dpdk: symlink pktio_env and local copy of pktio_runMaxim Uvarov
2015-07-30dpdk: implement odp_cpumask_def_workerMaxim Uvarov
2015-07-29dpdk: use a local copy of odp_cpumask.cMaxim Uvarov
2015-07-29test: add test wrapper scriptZoltan Kiss
2015-07-29test: fix local Makefile.amZoltan Kiss
2015-07-28Port 0ebee2 "linux-generic: thread: implemented thrmask_worker and control"Zoltan Kiss
2015-07-28Port 3f1a1c "linux-generic: thread: implemented odp_thread_type"Zoltan Kiss
2015-07-28Port 3ef51b "api: thrmask: added thread mask"Zoltan Kiss
2015-07-28Port 3d85d5 "linux-generic: crypto: eliminate buffer type hack for completions"Zoltan Kiss
2015-07-28Port 5be42d "api: pool: remove shm paramter from odp_pool_create()"Zoltan Kiss
2015-07-28Port 8b6c0c "linux-generic: thread: updated thread mask handling"Zoltan Kiss
2015-07-28Port 3501ae "api: init: added thread type to local init"Zoltan Kiss
2015-07-28Port 270af8 "api: helper: deleted odph_linux_cpumask_default"Zoltan Kiss
2015-07-28Port 46a041 "configure: use stricter warnings"Zoltan Kiss
2015-07-28Port 5ab800 "validation: moving pktio plt specific to platform"Zoltan Kiss
2015-07-28Merge git://git.linaro.org/lng/odpZoltan Kiss
2015-07-28linux-generic: fix logic for calling pktio init and term functionsMaxim Uvarov
2015-07-28linux-generic: pktio: add global init and term function for pktiosNicolas Morey-Chaisemartin
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-27validation: packet: do not account for head or tail room in packet length com...Nicolas Morey-Chaisemartin
2015-07-27example: ipsec: fix copy/paste error in READMEStuart Haslam
2015-07-27m4: pthread: fix warning with WextraNicolas Morey-Chaisemartin
2015-07-27helper: test: chksum: catch errors in scan_ipMike Holmes
2015-07-27helper: linux: catch possible undefinedMike Holmes
2015-07-24debian changelog: fix wrongly updated changelog datev1.2.0.0Maxim Uvarov
2015-07-24update version number from v1.1.0.0 to v1.2Maxim Uvarov
2015-07-24example: classifier: fix string overflowBala Manoharan
2015-07-24validation: scheduler: use number of workersMaxim Uvarov
2015-07-24linux-generic: pktio: remove _pkt suffix for open, close, recv and send pktio...Nicolas Morey-Chaisemartin
2015-07-24gitignore: add ar-libMaxim Uvarov
2015-07-24remove unwanted gitignore fileStuart Haslam
2015-07-24example:ipsec: Fix for Polled queuesNikhil Agarwal
2015-07-24validation: common: fix VPATH buildsStuart Haslam
2015-07-23validation: thrmask: test worker and control APIsStuart Haslam