aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-dpdk/odp_packet_io.c
AgeCommit message (Expand)Author
2016-01-25linux-dpdk: packet_io: delete file with old pktio implementationZoltan Kiss
2016-01-05Port "41e79bb2 api: pktio: add odp_pktio_print() API"Zoltan 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-11-04linux-dpdk: errno: use rte_errno instead of __odp_errnoZoltan Kiss
2015-11-04Port 4e0c9052 "linux-generic: pktio: implement odp_pktio_param_init() API"Zoltan Kiss
2015-11-03linux-dpdk: packet_io: implement start and stop for pktiov1.3.0.0_DPDK_2.1.0Zoltan Kiss
2015-10-20linux-dpdk: packet_io: merge received packet handling loopsZoltan Kiss
2015-09-10Port 5176d3 "linux-generic: add pktio_start and pktio_stop"Zoltan Kiss
2015-09-08Port 7c7c3b "api: packet_io: added odp_pktio_param_tZoltan Kiss
2015-09-08Port a4d3bc "linux-generic: queue: implement ordered queues"Zoltan Kiss
2015-07-27linux-dpdk: pktio: remove unnecessary pktio id from poolCiprian Barbu
2015-07-27linux-dpdk: packet_io: don't reset the offsets unnecessarilyZoltan Kiss
2015-07-27linux-dpdk: packet_io: use separate RX/TX locks and trylock for TX completionZoltan 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: pktio: try get mtu with system call in dpdk failsMaxim Uvarov
2015-06-09dpdk: pktio: set missing handleMaxim Uvarov
2015-06-02packet_io: change TX completionZoltan Kiss
2015-05-22pktio: further syncup with linux-genericZoltan Kiss
2015-05-22pktio: implement loopback send/recvZoltan Kiss
2015-05-21dpdk: do not open pktio without poolMaxim Uvarov
2015-05-19dpdk: make some pktio tests passMaxim Uvarov
2015-05-15linux-dpdk: pktio: adjustments to work with latest linux-generic codeBill Fischofer
2015-05-14linux-dpdk: init: add missing init/term routinesBill Fischofer
2015-04-23pktio: remove send_pkt_dpdk()Zoltan Kiss
2015-04-23packet: fix up L2/L3/L4 offset handlingZoltan Kiss
2015-04-23packet: implement odp_packet_pool() and odp_packet_input()Zoltan Kiss
2015-03-17Fix undefined reference to odp_pktio_lookupVenkatesh Vivekanandan
2015-03-17api: odp_packet_io.h: use int for size of pkt_tablesVenkatesh Vivekanandan
2015-03-17Fix compilation error in odp_packet_io.cVenkatesh Vivekanandan
2015-03-17pktio: add strong typing supportVenkatesh Vivekanandan
2015-03-17packet: renamed odp_packet_to_buffer to _odp_packet_to_bufferVenkatesh Vivekanandan
2015-03-17packet: renamed odp_packet_from_buffer to _odp_packet_from_bufferVenkatesh Vivekanandan
2015-03-17api: pool: Rename odp_buffer_pool_ to odp_pool_Venkatesh Vivekanandan
2015-03-04DPDK: Follow up the header renamings and movesZoltan Kiss
2015-03-02packet_io: Implement odp_pktio_mtuodp-0.6.1WIPVenkatesh Vivekanandan
2015-02-27DPDK: Add required headers and remove some stale includesZoltan Kiss
2015-02-27API: promisc mode manipulation functionsVenkatesh Vivekanandan
2015-02-27pktio: add MTU manipulation functionsZoltan Kiss
2015-02-27API: pktio: mac addr get functionZoltan Kiss
2015-02-27api: pktio: remove odp_pktio_get_input() and odp_pktio_set_input()Zoltan Kiss
2015-02-27api: move internal debug macrosZoltan Kiss
2015-02-27linux-dpdk: remove odp_packet_netmap.hZoltan Kiss
2015-02-27Rename buffer_from_packet functionZoltan Kiss
2015-02-27Removed unnecessary pktio type include filesZoltan Kiss
2015-02-27Remove pktio type awarenessZoltan Kiss