From owner-svn-src-all@FreeBSD.ORG Sat Aug 16 17:30:14 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BFFC3352; Sat, 16 Aug 2014 17:30:14 +0000 (UTC) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:130:3ffc::401:25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 76BDC229B; Sat, 16 Aug 2014 17:30:14 +0000 (UTC) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id AA22525D3A98; Sat, 16 Aug 2014 17:30:02 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id CEDA1C26EAC; Sat, 16 Aug 2014 17:30:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id 4YXS1lMFqVaE; Sat, 16 Aug 2014 17:30:00 +0000 (UTC) Received: from [IPv6:fde9:577b:c1a9:4420:cabc:c8ff:fe8b:4fe6] (unknown [IPv6:fde9:577b:c1a9:4420:cabc:c8ff:fe8b:4fe6]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 9E6EEC26EA8; Sat, 16 Aug 2014 17:29:58 +0000 (UTC) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) 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 From: "Bjoern A. Zeeb" In-Reply-To: <201408161500.s7GF01KC085529@svn.freebsd.org> Date: Sat, 16 Aug 2014 17:29:56 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201408161500.s7GF01KC085529@svn.freebsd.org> To: Luigi Rizzo X-Mailer: Apple Mail (2.1878.6) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Aug 2014 17:30:14 -0000 On 16 Aug 2014, at 15:00 , Luigi Rizzo 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