aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-dpdk/include/odp_packet_internal.h
AgeCommit message (Expand)Author
2015-10-20linux-dpdk: packet_io: merge received packet handling loopsZoltan Kiss
2015-09-02linux-dpdk: support DPDK 2.1.0Zoltan Kiss
2015-07-28Port 3d85d5 "linux-generic: crypto: eliminate buffer type hack for completions"Zoltan Kiss
2015-07-27linux-dpdk: pktio: use packet input field for odp_packet_inputCiprian Barbu
2015-07-01linux-dpdk: update to enable compile on DPDK 1.8 through 2.0Bill Fischofer
2015-06-02linux-dpdk: packet: restructure metadata handlingBill Fischofer
2015-05-18packet: implement user metadataZoltan Kiss
2015-05-15linux-dpdk: packet: enable lazy parsingBill Fischofer
2015-05-15linux-dpdk: packet: restructure for lazy parsingBill Fischofer
2015-05-08dpdk: delete a bunch of stale codeZoltan Kiss
2015-04-29buffer: make sure we avoid scatter-gather related bugsZoltan Kiss
2015-04-23packet: implement odp_packet_copyZoltan Kiss
2015-04-23packet: make sure the packet buffer is aligned to cache lineZoltan Kiss
2015-04-23packet: sync up user metadata accessors to linux-genericZoltan Kiss
2015-04-23packet: check ODP head and tailroom config conforms with DPDKZoltan Kiss
2015-03-17ODP-DPDK: Fix code style changesZoltan Kiss
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: packet: Fix missing prototype of _odp_packet_copy_md_to_packetVenkatesh Vivekanandan
2015-03-04DPDK: Follow up the header renamings and movesZoltan Kiss
2015-02-27api: rename ODP_STATIC_ASSERT to _ODP_STATIC_ASSERTZoltan Kiss
2015-02-27api: packet: add segmentation and copy APIZoltan Kiss
2014-10-09linux-dpdk: Rework buffer managementCiprian Barbu
2014-10-06Revert "git split: delete dpdk"Venkatesh Vivekanandan
2014-10-01git split: delete dpdkMaxim Uvarov
2014-09-18dpdk: add generic cryptoMaxim Uvarov
2014-07-24DPDK ODP_ASSERT compilation fixVenkatesh Vivekanandan
2014-07-23Initial ODP-DPDK portVincent Hsu