Re: svn commit: r279398 - in head/sys: dev/sfxge modules/sfxge

2015-02-28 Thread Garrett Cooper
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

Re: svn commit: r279398 - in head/sys: dev/sfxge modules/sfxge

2015-02-28 Thread Ryan Stone
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

svn commit: r279398 - in head/sys: dev/sfxge modules/sfxge

2015-02-28 Thread Andrew Rybchenko
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