aboutsummaryrefslogtreecommitdiffstats
path: root/vlib/vlib/dpdk_buffer.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-24vlib: merge buffers.c and dpdk_buffer.cDamjan Marion1-1373/+0
2016-11-23dpdk: remove rte_mbuf modifications at many places in the codeDamjan Marion1-34/+0
2016-11-15buffer: clone free_list to each vlib_main on creationDamjan Marion1-0/+29
2016-10-26dpdk: remove support for dpdk 16.04Damjan Marion1-37/+0
2016-09-06VPP-346 More VPP doc fixesChris Luke1-0/+8
2016-08-12VPP-237: indent fixes in prep for checkstyleEd Warnicke1-62/+62
2016-08-03VPP-180 Clean up multi-socket / multi-chunk mempool discoveryDave Barach1-5/+73
2016-07-22Add DPDK 16.07 support (rc3 based)Damjan Marion1-0/+5
2016-07-08fd-io-styleify passDave Barach1-319/+388
2016-06-18Move pkt replication counter to the opaque2 cache lineDave Barach1-2/+4
2016-05-17dpdk/build - 32bits compilationChristophe Fontaine1-1/+1
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