svn commit: r270063 - in head: sys/conf sys/dev/cxgbe sys/dev/e1000 sys/dev/ixgbe sys/dev/netmap sys/dev/virtio/network sys/net tools/tools/netmap

Bjoern A. Zeeb bz at FreeBSD.org
Sat Aug 16 17:30:14 UTC 2014


On 16 Aug 2014, at 15:00 , Luigi Rizzo <luigi at FreeBSD.org> wrote:

> Author: luigi
> Date: Sat Aug 16 15:00:01 2014
> New Revision: 270063
> URL: http://svnweb.freebsd.org/changeset/base/270063
> 
> Log:
>  Update to the current version of netmap.
>  Mostly bugfixes or features developed in the past 6 months,
>  so this is a 10.1 candidate.
> 
>  Basically no user API changes (some bugfixes in sys/net/netmap_user.h).
>


>  MFC after:	3 days.
> 

Or not…


Sparc64:

netmap.c:(.text+0x2a74): undefined reference to `netmap_get_monitor_na'


i386.LINT and amd64.LINT and related:


In file included from /scratch/tmp/bz/head.svn/sys/modules/virtio/network/../../../dev/virtio/network/if_vtnet.c:293:
@/dev/netmap/if_vtnet_netmap.h:46:1: error: no previous prototype for function 'vtnet_netmap_free_bufs' [-Werror,-Wmissing-prototypes]
vtnet_netmap_free_bufs(struct SOFTC_T* sc)
^
@/dev/netmap/if_vtnet_netmap.h:84:1: error: no previous prototype for function 'vtnet_netmap_reg' [-Werror,-Wmissing-prototypes]
vtnet_netmap_reg(struct netmap_adapter *na, int onoff)
^
@/dev/netmap/if_vtnet_netmap.h:240:26: error: suggest braces around initialization of subobject [-Werror,-Wmissing-braces]
        struct sglist sg[1] = { ss, 0, 0, 2};
                                ^~~~~~~~~~~
                                {          }
3 errors generated.
--- if_vtnet.o ---
*** [if_vtnet.o] Error code 1



No idea what else; it’s all still compiling.


— 
Bjoern A. Zeeb             "Come on. Learn, goddamn it.", WarGames, 1983



More information about the svn-src-all mailing list