misc: add vnet/pipeline.h example 84/20884/3
authorDave Barach <dbarach@cisco.com>
Fri, 26 Jul 2019 15:58:16 +0000 (11:58 -0400)
committerFlorin Coras <florin.coras@gmail.com>
Mon, 29 Jul 2019 22:35:19 +0000 (22:35 +0000)
commitd56550c2b669558aa38d93f44a9a3b31e0b9370f
treefc5c06b5b2586dbda4086bbec425d01e29984f04
parent2b5fed8696ce2a9b67e63cf5b5dbf49505172c9a
misc: add vnet/pipeline.h example

To the sample plugin. We should probably suggest that folks use the
pipeline.h coding model more often. It's really easy, and these days
the performance results are similar to quad-single loop coding.

Type: refactor

Change-Id: Ie2caa087972737e6d9c31c4ac79355f3d8ced282
Signed-off-by: Dave Barach <dave@barachs.net>
src/examples/sample-plugin/sample/node.c