Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Aug 2014 17:29:56 +0000
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        Luigi Rizzo <luigi@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: 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
Message-ID:  <C44E1106-56FE-477F-9F0F-EAB78F6155AA@FreeBSD.org>
In-Reply-To: <201408161500.s7GF01KC085529@svn.freebsd.org>
References:  <201408161500.s7GF01KC085529@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

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

> Author: luigi
> Date: Sat Aug 16 15:00:01 2014
> New Revision: 270063
> URL: http://svnweb.freebsd.org/changeset/base/270063
>=20
> 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.
>=20
>  Basically no user API changes (some bugfixes in =
sys/net/netmap_user.h).
> =85



>  MFC after:	3 days.
>=20

Or not=85


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/ne=
twork/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] =3D { ss, 0, 0, 2};
                                ^~~~~~~~~~~
                                {          }
3 errors generated.
--- if_vtnet.o ---
*** [if_vtnet.o] Error code 1



No idea what else; it=92s all still compiling.


=97=20
Bjoern A. Zeeb             "Come on. Learn, goddamn it.", WarGames, 1983




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C44E1106-56FE-477F-9F0F-EAB78F6155AA>