aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-dpdk/odp_init.c
AgeCommit message (Expand)Author
2015-12-18linux-dpdk: init: pass only one core through -c parameterZoltan 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-09-08Port fbac05 "api: init: use const pointer types"Zoltan Kiss
2015-08-04linux-dpdk: init: init timersZoltan Kiss
2015-08-04linux-dpdk: support DPDK 2.1.0-rc3Zoltan Kiss
2015-08-03init: call init function of new driversZoltan 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-01linux-dpdk: update to enable compile on DPDK 1.8 through 2.0Bill Fischofer
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-05-14init: print help from EALMaxim Uvarov
2015-05-14linux-dpdk: init: add missing init/term routinesBill Fischofer
2015-05-07init: fix typos in odp_init_dpdkMaxim Uvarov
2015-05-05init: make sure GCC constuctors are linkedZoltan Kiss
2015-04-30dpdk: implement ODP_PLATFORM_PARAMS envMaxim Uvarov
2015-04-24init: implement termination functionsZoltan Kiss
2015-03-30linux-dpdk: init: add terminate functionsMike Holmes
2015-03-17ODP-DPDK: Fix code style changesZoltan Kiss
2015-03-17Fix undefined reference to odp_global_data variableVenkatesh Vivekanandan
2015-03-17dpdk: disabled timer for now from odp-dpdkVenkatesh Vivekanandan
2015-03-17pool: Rename odp_buffer_pool_init_global to odp_pool_init_globalVenkatesh Vivekanandan
2015-03-17api: cpu: odp_sys_core_count() is obsoleted. Getting cpu count using odp_cpu_...Venkatesh Vivekanandan
2015-03-04DPDK: Follow up the header renamings and movesZoltan Kiss
2015-02-27init: Trivial compile fixesVenkatesh Vivekanandan
2015-02-27api: move internal debug macrosZoltan Kiss
2015-02-27Add global_init paramsZoltan Kiss
2015-02-27Added process mode to example appZoltan Kiss
2015-01-19Add support for DPDK 1.7.1odp-0.2Venkatesh Vivekanandan
2014-11-11Running IPsec App on ODP-DPDKVenkatesh Vivekanandan
2014-10-06Revert "git split: delete dpdk"Venkatesh Vivekanandan
2014-10-01git split: delete dpdkMaxim Uvarov
2014-07-23Initial ODP-DPDK portVincent Hsu