Re: [PATCH] Test netmap on FreeBSD

2019-10-08 Thread Vincenzo Maffione
This is an example command line for a qemu VM with a vtnet interface connected to a port of a VALE switch called 'vale1': qemu-system-x86_64 fbsd-head.qcow2 -smp 2 -m 2G -vga std -device e1000,netdev=mgmt,mac=00:AA:BB:CC:0a:99 -netdev user,id=mgmt,hostfwd=tcp::20010-:22 -device virtio-net-pci,netd

Re: [PATCH] Test netmap on FreeBSD

2019-10-08 Thread Vincenzo Maffione
Il giorno mar 8 ott 2019 alle ore 11:53 Li-Wen Hsu ha scritto: > On Tue, Oct 8, 2019 at 5:49 PM Stefano Garzarella > wrote: > > > > Hi Thomas, > > > > On Tue, Oct 8, 2019 at 10:49 AM Thomas Huth wrote: > > > > > > FreeBSD offers a package for "netmap", thus let's install it in our > > > FreeBSD

Re: [PATCH] Test netmap on FreeBSD

2019-10-08 Thread Thomas Huth
On 08/10/2019 11.48, Stefano Garzarella wrote: > Hi Thomas, > > On Tue, Oct 8, 2019 at 10:49 AM Thomas Huth wrote: >> >> FreeBSD offers a package for "netmap", thus let's install it in our >> FreeBSD tests to get some compile test coverage for net/netmap.c, too. >> >> Signed-off-by: Thomas Huth

Re: [PATCH] Test netmap on FreeBSD

2019-10-08 Thread Li-Wen Hsu
On Tue, Oct 8, 2019 at 5:49 PM Stefano Garzarella wrote: > > Hi Thomas, > > On Tue, Oct 8, 2019 at 10:49 AM Thomas Huth wrote: > > > > FreeBSD offers a package for "netmap", thus let's install it in our > > FreeBSD tests to get some compile test coverage for net/netmap.c, too. > > > > Signed-off-

Re: [PATCH] Test netmap on FreeBSD

2019-10-08 Thread Stefano Garzarella
Hi Thomas, On Tue, Oct 8, 2019 at 10:49 AM Thomas Huth wrote: > > FreeBSD offers a package for "netmap", thus let's install it in our > FreeBSD tests to get some compile test coverage for net/netmap.c, too. > > Signed-off-by: Thomas Huth > --- > .cirrus.yml | 2 +- > tests/vm/freebsd | 3 +

[PATCH] Test netmap on FreeBSD

2019-10-08 Thread Thomas Huth
FreeBSD offers a package for "netmap", thus let's install it in our FreeBSD tests to get some compile test coverage for net/netmap.c, too. Signed-off-by: Thomas Huth --- .cirrus.yml | 2 +- tests/vm/freebsd | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.cirrus.yml b