On Feb 28, 2015, at 13:48, Ryan Stone wrote:
> On Sat, Feb 28, 2015 at 2:01 PM, Andrew Rybchenko
> wrote:
>> +#if defined(INET) || defined(INET6)
>> +#error LRO
>> +#defineSFXGE_LRO 1
>> +#endif
>
> Pretty sure you didn't mean the leave the #error in here
Fixed in r279411.
sig
On Sat, Feb 28, 2015 at 2:01 PM, Andrew Rybchenko wrote:
> +#if defined(INET) || defined(INET6)
> +#error LRO
> +#defineSFXGE_LRO 1
> +#endif
Pretty sure you didn't mean the leave the #error in here
___
svn-src-head@freebsd.org mailing lis
Author: arybchik
Date: Sat Feb 28 19:01:43 2015
New Revision: 279398
URL: https://svnweb.freebsd.org/changeset/base/279398
Log:
sfxge: compile out LRO if kernel is compiled without IPv4 and IPv6
Sponsored by: Solarflare Communications, Inc.
Approved by:gnn (mentor)
Modified:
head