examples/tep_term: initialize VXLAN sample
authorJijiang Liu <jijiang.liu@intel.com>
Mon, 22 Jun 2015 16:40:56 +0000 (00:40 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 23 Jun 2015 09:30:15 +0000 (11:30 +0200)
commita50245ede72a3dd342519324b0790b0c83309396
tree1989b0158aa783e6a5153b1676a892df17ce1e1e
parentaa61307afcbd5df7b960dec18b321181680a4232
examples/tep_term: initialize VXLAN sample

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 <jijiang.liu@intel.com>
[Thomas: remove unused function validate_nb_devices()]
[Thomas: add maintainers section]
MAINTAINERS
examples/Makefile
examples/tep_termination/Makefile [new file with mode: 0644]
examples/tep_termination/main.c [new file with mode: 0644]
examples/tep_termination/main.h [new file with mode: 0644]