aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/pipeline.h
AgeCommit message (Collapse)AuthorFilesLines
2018-07-23Update pipeline.h: use vlib_get_buffersDave Barach1-317/+209
It's not clear that fine-graind pipelining will ever produce optimal performance. That having been written, it's an easier coding model for folks interesting in decent results without having to manually implement 2 or 4 way fine-grained parallelism. Change-Id: Ida877292832eaf759ffbb6d2e16012f8fbd427e5 Signed-off-by: Dave Barach <dave@barachs.net>
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+456
Change-Id: I7b51f88292e057c6443b12224486f2d0c9f8ae23 Signed-off-by: Damjan Marion <damarion@cisco.com>