summaryrefslogtreecommitdiffstats
path: root/vnet/vnet/pg
AgeCommit message (Expand)AuthorFilesLines
2016-12-05Fix vpp crash when generating jumbo packetsJuraj Sloboda2-2/+4
2016-11-23dpdk: remove rte_mbuf modifications at many places in the codeDamjan Marion1-52/+0
2016-11-19pg: avoid possible buffer leakDamjan Marion1-1/+1
2016-11-15buffer: clone free_list to each vlib_main on creationDamjan Marion1-7/+2
2016-11-09devices: create dummy device-input node to keep nexts in syncDamjan Marion2-3/+4
2016-11-08pg: maintain per-worker bitmap of enabled streamsDamjan Marion3-10/+13
2016-11-08pg: support for packet generator on different worker threadsDamjan Marion7-33/+70
2016-11-07pg: add device-input feature arc support on pg interfacesDamjan Marion1-2/+34
2016-10-14FIB2.0: Adjacency complete pull model (VPP-487)Neale Ranns1-11/+11
2016-09-21A Protocol Independent Hierarchical FIB (VPP-352)Neale Ranns1-0/+6
2016-08-22VPP-267: Style cleanup for vnet/vnet/pgCalvin8-643/+682
2016-07-21Add API calls for packet generatorPavel Kotucek2-33/+68
2016-07-12packet-generator: various fixesDamjan Marion1-7/+15
2016-07-09packet-generator: fix pcap stream supportDamjan Marion2-4/+18
2016-07-06Add support for capturing packets on packet generator interfacesDamjan Marion5-51/+210
2016-04-22Add clib_memcpy macro based on DPDK rte_memcpy implementationDamjan Marion2-12/+12
2016-03-25Use rte_mempool private data for storing vlib_buffer_tDamjan Marion1-3/+3
2015-12-08Initial commit of vpp code.v1.0.0Ed Warnicke9-0/+3463