aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-dpdk
AgeCommit message (Expand)Author
2016-01-25Port "67260075 linux-generic: init: handle local/global init/term cleanly"Zoltan Kiss
2016-01-25linux-dpdk: packet_io: delete file with old pktio implementationZoltan Kiss
2016-01-25linux-dpdk: packet_io: reuse linux-generic code and enable classificationZoltan Kiss
2016-01-25Port "e6216bc6 linux-generic: pktio: fill in L2 parse results by default"Zoltan Kiss
2016-01-25linux-dpdk: packet: remove frame_offset from packet header structZoltan Kiss
2016-01-14linux-dpdk: init: fix return value checkingZoltan Kiss
2016-01-14linux-dpdk: init: don't save optindZoltan Kiss
2016-01-14linux-dpdk: init: fix command line argumentsZoltan Kiss
2016-01-07linux-dpdk: init: remove getopt library resetZoltan Kiss
2016-01-06linux-dpdk: upgrade to DPDK 2.2.0Zoltan Kiss
2016-01-06linux-dpdk: README: testing moved to newer kernelv1.6.0.0_DPDK_2.2.0-rc1Zoltan Kiss
2016-01-05linux-dpdk: remove pktio_tap testZoltan Kiss
2016-01-05Port "41e79bb2 api: pktio: add odp_pktio_print() API"Zoltan Kiss
2016-01-05Port "6a598853 api: clib: added standard c library api"Zoltan Kiss
2016-01-05Port "10042384 api: rwlock_recursive: added recursive rwlock"Zoltan Kiss
2016-01-05Port "a0b30a27 api: spinlock_recursive: added recursive spinlock"Zoltan Kiss
2016-01-05Port "da9cde9a api: thread: added THREAD_COUNT_MAX define"Zoltan Kiss
2016-01-05Port "bbf9c099 api: hash: Added crc32 and crc32c hash functions"Zoltan Kiss
2016-01-05Port "linux-generic: thread: removed internal max threads define"Zoltan Kiss
2015-12-21linux-dpdk: remove clang warningsv1.5.0.0_DPDK_2.2.0-rc1Zoltan Kiss
2015-12-21linux-dpdk: define test wrapper script in Makefile.incZoltan Kiss
2015-12-18linux-dpdk: cpumask: go back to linux-generic cpumask implementationZoltan Kiss
2015-12-18linux-dpdk: init: pass only one core through -c parameterZoltan Kiss
2015-12-18linux-dpdk: pool: check returned number of workersZoltan Kiss
2015-12-15linux-dpdk: remove unused source fileZoltan Kiss
2015-12-10linux-dpdk: test: fix huge page info printZoltan Kiss
2015-12-10Port "8ecc8fa9 linux-generic: schedule pktin_poll: account pktio stop state"Zoltan Kiss
2015-12-10Port "10b79440 linux-generic: pktio: configuration functions check that inter...Zoltan Kiss
2015-12-10Port "ed10cea1 linux-generic: pktio: check interface mode is compatible befor...Zoltan Kiss
2015-12-10Port "7c7c3b8c api: packet_io: added odp_pktio_param_t"Zoltan Kiss
2015-12-09linux-dpdk: pktio: check for pktio_start when started and pktio_stop when sto...Zoltan Kiss
2015-12-07linux-dpdk: packet: implement odp_packet_alloc/free_multi() functionsZoltan Kiss
2015-12-07linux-dpdk: buffer: implement odp_buffer_alloc/free_multi() functionsZoltan Kiss
2015-12-03linux-dpdk: buffer: enforce pool type in odp_buffer_alloc()Zoltan Kiss
2015-12-03Port "44dde8a5 api: time: unbind CPU cycles from time API"Zoltan Kiss
2015-12-02Port "d7049e08 platform: move list of API files to Makefile.inc so it is comm...Zoltan Kiss
2015-12-01linux-dpdk: init: parse command line options using rte_strsplit()v1.4.0.0_DPDK_2.2.0-rc1Miroslav Kiradzhiyski
2015-11-24linux-dpdk: init: fix cpumask string allocationZoltan Kiss
2015-11-20linux-dpdk: init: allow passing DPDK cmd line through odp_global_init()Zoltan Kiss
2015-11-06linux-dpdk: move support target to DPDK 2.2.0-rc1Zoltan Kiss
2015-11-06linux-dpdk: test: detect hugepages mount error and prefer 1G pagesZoltan Kiss
2015-11-06linux-dpdk: README: fix compile instructionsZoltan Kiss
2015-11-06linux-dpdk: buffer: remove limitations due to DPDK 1.7.1 bugsZoltan Kiss
2015-11-04linux-dpdk: errno: use rte_errno instead of __odp_errnoZoltan Kiss
2015-11-04linux-dpdk: errno: create localy copy of linux-generic implementationZoltan Kiss
2015-11-04Port 52ca6f65 "linux-generic: cpu: implementation for cycle count API"Zoltan Kiss
2015-11-04Port a4903e1f "api: thread: added thread count max"Zoltan Kiss
2015-11-04Port 4e0c9052 "linux-generic: pktio: implement odp_pktio_param_init() API"Zoltan Kiss
2015-11-04Port 5126cc51 "linux-generic: cpu: created arch depedent cpu_cycles files"Zoltan Kiss
2015-11-04Port e51f4f01 "api: config: removed ODP_CONFIG_MAX_THREADS"Zoltan Kiss