All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [Qemu-devel] net: Adding netmap network backend
@ 2014-02-12 18:01 Michael Tokarev
  2014-02-14  9:52 ` Stefan Hajnoczi
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Tokarev @ 2014-02-12 18:01 UTC (permalink / raw)
  To: Vincenzo Maffione; +Cc: qemu-devel, Stefan Hajnoczi

After this patch, qemu fails to build on freebsd with the following
error message:

net/netmap.c: In function 'netmap_receive_iov':
net/netmap.c:307: error: 'NS_MOREFRAG' undeclared (first use in this function)
net/netmap.c:307: error: (Each undeclared identifier is reported only once
net/netmap.c:307: error: for each function it appears in.)
net/netmap.c: In function 'netmap_send':
net/netmap.c:356: error: 'NS_MOREFRAG' undeclared (first use in this function)
gmake: *** [net/netmap.o] Error 1

I didn't enable netmap support by default, configure enabled it
automatically.

Freebsd has /usr/include/net/netmap.h and netmap_user.h out of the box.
I've no idea what is inside and how compatible it is with whatever
qemu expects.

I had to explicitly use --disable-netmap for qemu to build on freebsd.

This is FreeBSD 9.1-RELEASE, FWIW.

Thanks,

/mjt

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-02-14 15:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-12 18:01 [Qemu-devel] net: Adding netmap network backend Michael Tokarev
2014-02-14  9:52 ` Stefan Hajnoczi
2014-02-14 10:20   ` Vincenzo Maffione
2014-02-14 10:24     ` Luigi Rizzo
2014-02-14 13:41       ` Vincenzo Maffione
2014-02-14 15:40         ` Stefan Hajnoczi
2014-02-14 15:43           ` Vincenzo Maffione

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.