From owner-svn-src-all@FreeBSD.ORG Sat Feb 28 21:48:19 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BB274835; Sat, 28 Feb 2015 21:48:19 +0000 (UTC) Received: from mail-ie0-x236.google.com (mail-ie0-x236.google.com [IPv6:2607:f8b0:4001:c03::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 80C86CCA; Sat, 28 Feb 2015 21:48:19 +0000 (UTC) Received: by iecrp18 with SMTP id rp18so39238401iec.9; Sat, 28 Feb 2015 13:48:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=SowHrFwKAGlBHmbMwqogMiEDYPnd5h9vwiyt1T0owBY=; b=RmCG7ueOMwPDhHA7Tg1nKteWWUEQbyqBXlaXVZzwwQNL1bz00hzxioGeM6BvnZQ1EM lEmsg4jvuZTLL1iPYMOWgQHgur5Yj4EOcHCQAwGbzNA2mobiEwWoLBrQzhQYjjFcEuej g5aTjC9Gp29O+kn1Cf11aOM8VudSTLS8fTpL4rocJrlOyShNkiu/TEejoiuKLNU6uTs+ nifZZPORBmpaou/69QHtTiWBpna+FafwANPjbejI9cqM7oV5KI20i2W3bP+HbXfrRotA XCGALIpxOCRUvHwp6htBAKuiZO3zgDDdnYU3UOHiH2ZKVALsR3XnhwL/DDqVVaWnQvTd zVRA== MIME-Version: 1.0 X-Received: by 10.107.8.213 with SMTP id h82mr26316188ioi.89.1425160098859; Sat, 28 Feb 2015 13:48:18 -0800 (PST) Received: by 10.107.156.75 with HTTP; Sat, 28 Feb 2015 13:48:18 -0800 (PST) In-Reply-To: <201502281901.t1SJ1h3f028778@svn.freebsd.org> References: <201502281901.t1SJ1h3f028778@svn.freebsd.org> Date: Sat, 28 Feb 2015 16:48:18 -0500 Message-ID: Subject: Re: svn commit: r279398 - in head/sys: dev/sfxge modules/sfxge From: Ryan Stone To: Andrew Rybchenko Content-Type: text/plain; charset=UTF-8 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, 28 Feb 2015 21:48:19 -0000 On Sat, Feb 28, 2015 at 2:01 PM, Andrew Rybchenko wrote: > +#if defined(INET) || defined(INET6) > +#error LRO > +#define SFXGE_LRO 1 > +#endif Pretty sure you didn't mean the leave the #error in here