examples/l2fwd-ivshmem: import sample application
authorBruce Richardson <bruce.richardson@intel.com>
Tue, 11 Feb 2014 11:31:03 +0000 (11:31 +0000)
committerDavid Marchand <david.marchand@6wind.com>
Wed, 26 Feb 2014 09:47:59 +0000 (10:47 +0100)
commit6aa497249172337378cfb6de616b1dfc63636379
treec2d77c4189eaf1c35127069ff10dc14472ea4524
parent4796ad63ba1f05de5a3c15d00339aea3b73931ae
examples/l2fwd-ivshmem: import sample application

This provides a new sample application which demonstrates how
the ivshmem library and EAL capabilities can be used to create
a zero-copy fast-path for packet communication between host
machine and guest vm.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
examples/l2fwd-ivshmem/Makefile [new file with mode: 0644]
examples/l2fwd-ivshmem/guest/Makefile [new file with mode: 0644]
examples/l2fwd-ivshmem/guest/guest.c [new file with mode: 0644]
examples/l2fwd-ivshmem/host/Makefile [new file with mode: 0644]
examples/l2fwd-ivshmem/host/host.c [new file with mode: 0644]
examples/l2fwd-ivshmem/include/common.h [new file with mode: 0644]