From owner-svn-src-head@freebsd.org Wed Jun 24 23:40:01 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B0BD91662B; Wed, 24 Jun 2015 23:40:01 +0000 (UTC) (envelope-from bz@FreeBSD.org) 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 EC1891985; Wed, 24 Jun 2015 23:40:00 +0000 (UTC) (envelope-from bz@FreeBSD.org) 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 0102325D3A42; Wed, 24 Jun 2015 23:39:57 +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 A5FF4C77033; Wed, 24 Jun 2015 23:39:56 +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 WyH21jENjH94; Wed, 24 Jun 2015 23:39:55 +0000 (UTC) Received: from [IPv6:fde9:577b:c1a9:4410:f8f1:aa44:4e42:e15] (unknown [IPv6:fde9:577b:c1a9:4410:f8f1:aa44:4e42:e15]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 854A8C76FD8; Wed, 24 Jun 2015 23:39:54 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Subject: Re: svn commit: r284746 - in head/sys/dev/hyperv: include netvsc From: "Bjoern A. Zeeb" In-Reply-To: <201506240601.t5O61U7r033541@svn.freebsd.org> Date: Wed, 24 Jun 2015 23:39:21 +0000 Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <201506240601.t5O61U7r033541@svn.freebsd.org> To: Wei Hu X-Mailer: Apple Mail (2.2098) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jun 2015 23:40:01 -0000 > On 24 Jun 2015, at 06:01 , Wei Hu wrote: >=20 > Author: whu > Date: Wed Jun 24 06:01:29 2015 > New Revision: 284746 > URL: https://svnweb.freebsd.org/changeset/base/284746 >=20 > Log: > TSO and checksum offloading support for Netvsc driver on Hyper-V. >=20 > Submitted by: whu > Reviewed by: royger > Approved by: royger > MFC after: 1 week > Relnotes: yes > Sponsored by: Microsoft OSTC > Differential Revision: https://reviews.freebsd.org/D2517 This breaks LINT-NOIP and LINT-NOINET6 kernels. I started looking at adding appropriate #ifdefs and #including = opt_inet.h and opt_inet6.h but properly untangling this in the middle = of the night isn=E2=80=99t possible anymore for me (and I can=E2=80=99t = test it). Can you please have a look and fix this? make -j16 tinderbox = TARGETS=3D=E2=80=9Camd64=E2=80=9D (or i386) should do the trick and = leave you with log files; one error is: = /scratch/tmp/bz/head.svn/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c:(.t= ext+0x13cd): undefined reference to `in6_cksum_pseudo=E2=80=99 Thanks, /bz=