On 16 Aug 2014, at 15:00 , Luigi Rizzo <lu...@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

_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to