aboutsummaryrefslogtreecommitdiffstats
path: root/vlib/vlib/dpdk_buffer.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-22Add clib_memcpy macro based on DPDK rte_memcpy implementationDamjan Marion1-5/+4
2016-03-25Use rte_mempool private data for storing vlib_buffer_tDamjan Marion1-23/+28
2016-03-02TAP: Jumbo-frame support.Ole Troan1-0/+19
2016-02-18Add jumbo frames support to non-dpdk vhost interfaces.Pierre Pfister1-0/+28
2016-02-04dpdk_buffer.c: Honor clone_count even when there isn't a freelist handlerKevin Paul Herbert1-4/+7
2016-01-27dpdk_buffer.c: Ensure that the mbuf reference count is as expectedKevin Paul Herbert1-0/+3
2015-12-18Fix warnings/errors reported by clangDamjan Marion1-1/+1
2015-12-08Initial commit of vpp code.v1.0.0Ed Warnicke1-0/+1206