aboutsummaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)Author
2015-03-02packet_dpdk: Fixing up setup_pkt_dpdkZoltan Kiss
2015-03-02packet_dpdk: Adjust default port config for OVS-DPDKZoltan Kiss
2015-03-02packet: Implement odp_packet_push_tailZoltan Kiss
2015-03-02packet: check offset in odp_packet_l2_offset_setZoltan Kiss
2015-03-02buffer_pool: Fix buffer pool functionsZoltan Kiss
2015-03-02buffer: fix buffer helper functionsZoltan Kiss
2015-03-02packet_dpdk: Increase MAX_PKT_BURSTZoltan Kiss
2015-02-27Changes to compile odp-dpdkodp-0.6WIPVenkatesh Vivekanandan
2015-02-27packet: Add skeletons with ODP_UNIMPLEMENTEDZoltan Kiss
2015-02-27DPDK: Add required headers and remove some stale includesZoltan Kiss
2015-02-27packet: Trivial compile fixes plus remove SCTPZoltan Kiss
2015-02-27linux: Error check in odph_linux_pthread_createVenkatesh Vivekanandan
2015-02-27init: Trivial compile fixesVenkatesh Vivekanandan
2015-02-27buffer: Fix logging and variable access in odp_buffer_snprintVenkatesh Vivekanandan
2015-02-27Makefile: Prevent the linux-generic odp_buffer_inlines.h to be includedZoltan Kiss
2015-02-27api: Use our own platform type definitionsZoltan Kiss
2015-02-27api: Make odp_packet_len inlineZoltan Kiss
2015-02-27api: Sync up odp_packet.h with linux-generic 0.6Zoltan Kiss
2015-02-27DPDK API: Delete duplicate API header files and add new files from linux-genericZoltan Kiss
2015-02-27API: promisc mode manipulation functionsVenkatesh Vivekanandan
2015-02-27Makefile misses icmp and ipsec helper filesZoltan Kiss
2015-02-27pktio: add MTU manipulation functionsZoltan Kiss
2015-02-27API: pktio: mac addr get functionZoltan Kiss
2015-02-27Added process mode to example appZoltan Kiss
2015-02-27api: buffer: add pool info queryZoltan Kiss
2015-02-27api: rename ODP_STATIC_ASSERT to _ODP_STATIC_ASSERTZoltan Kiss
2015-02-27api: pktio: remove odp_pktio_get_input() and odp_pktio_set_input()Zoltan Kiss
2015-02-27api: packet: add segmentation and copy APIZoltan Kiss
2015-02-27api: packet: add head/tail room manipulationZoltan Kiss
2015-02-27api: packet: user contextZoltan Kiss
2015-02-27api: packet: change layer offset/pointer APIZoltan Kiss
2015-02-27api: packet: change alloc/freeZoltan Kiss
2015-02-27api: packet: move helper functions to public APIZoltan Kiss
2015-02-27api: rename ODP_STATIC_ASSERT to _ODP_STATIC_ASSERTZoltan Kiss
2015-02-27api: buffer: change pool createZoltan Kiss
2015-02-27api: buffer/shm: prevent circular dependenciesZoltan Kiss
2015-02-27api: odp_debug.h: move macros internallyZoltan Kiss
2015-02-27odp_debug.h: backward compatible _Static_assertZoltan Kiss
2015-02-27api: move internal debug macrosZoltan Kiss
2015-02-27api: odp_align: move internal macrosZoltan Kiss
2015-02-27api: odp_time.h: rename odp_time_get_cycles() to odp_time_cycles()Zoltan Kiss
2015-02-27Factor ODP types into a common include fileZoltan Kiss
2015-02-27linux-dpdk: remove odp_packet_netmap.hZoltan Kiss
2015-02-27Rename buffer_from_packet functionZoltan Kiss
2015-02-27Add global_init paramsZoltan Kiss
2015-02-27Rename packet start functionZoltan Kiss
2015-02-27Rename packet buffer address functionZoltan Kiss
2015-02-27Added process mode to example appZoltan Kiss
2015-02-27Removed unnecessary pktio type include filesZoltan Kiss
2015-02-27Remove pktio type awarenessZoltan Kiss