[dpdk-dev] [PATCH v5 01/10] examples/tep_termination:initialize the VXLAN sample

2015-06-23 Thread Thomas Monjalon
2015-06-23 00:40, Jijiang Liu: > examples/Makefile |1 + > examples/tep_termination/Makefile | 55 ++ > examples/tep_termination/main.c | 1130 > + > examples/tep_termination/main.h | 123 > 4 files changed, 1309 insertions(+), 0

[dpdk-dev] [PATCH v5 01/10] examples/tep_termination:initialize the VXLAN sample

2015-06-23 Thread Jijiang Liu
This patch creates the virtio devices management mechanism. These functions are from the vHost example, which include: - virtio device creation. - virtio device destroying. - virtio device maintenance. Signed-off-by: Jijiang Liu --- examples/Makefile |1 + examples/