aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pipe.py
AgeCommit message (Collapse)AuthorFilesLines
2018-07-17VOM: support for pipesNeale Ranns1-6/+4
Change-Id: I5c381dfe2f926f94a34ee8ed8f1b9ec6038d5fe2 Signed-off-by: Neale Ranns <neale.ranns@cisco.com>
2018-07-07PipesNeale Ranns1-0/+255
A pipe resembles a unix pipe. Each end of the pipe is a full VPP interface. pipes can be used for e.g. packet recirculation, inter-BD, etc. Change-Id: I185bb9fb43dd233ff45da63ac1b85ae2e1ceca16 Signed-off-by: Neale Ranns <neale.ranns@cisco.com>