Re: svn commit: r268028 - head/sys/dev/e1000

2014-06-30 Thread Luigi Rizzo
I am getting the following error while compiling with gcc: cc1: warnings being treated as errors /usr/home/luigi/FreeBSD/head/sys/dev/e1000/if_igb.c: In function 'igb_attach': /usr/home/luigi/FreeBSD/head/sys/dev/e1000/if_igb.c:2461: warning: 'cpu_id' may be used uninitialized in this function

Re: svn commit: r268028 - head/sys/dev/e1000

2014-06-30 Thread Luigi Rizzo
On Mon, Jun 30, 2014 at 04:56:01PM +0200, Luigi Rizzo wrote: I am getting the following error while compiling with gcc: cc1: warnings being treated as errors /usr/home/luigi/FreeBSD/head/sys/dev/e1000/if_igb.c: In function 'igb_attach':

Re: svn commit: r268028 - head/sys/dev/e1000

2014-06-30 Thread Adrian Chadd
Fixed in both! thanks! -a On 30 June 2014 08:06, Luigi Rizzo ri...@iet.unipi.it wrote: On Mon, Jun 30, 2014 at 04:56:01PM +0200, Luigi Rizzo wrote: I am getting the following error while compiling with gcc: cc1: warnings being treated as errors

svn commit: r268028 - head/sys/dev/e1000

2014-06-29 Thread Adrian Chadd
Author: adrian Date: Mon Jun 30 04:34:59 2014 New Revision: 268028 URL: http://svnweb.freebsd.org/changeset/base/268028 Log: Add initial RSS awareness to the igb(4) driver. The igb(4) hardware is capable of RSS hashing RX packets and doing RSS queue selection for up to 8 queues. (I

Re: svn commit: r268028 - head/sys/dev/e1000

2014-06-29 Thread Adrian Chadd
Reviewed by: jfv, gnn On 29 June 2014 21:34, Adrian Chadd adr...@freebsd.org wrote: Author: adrian Date: Mon Jun 30 04:34:59 2014 New Revision: 268028 URL: http://svnweb.freebsd.org/changeset/base/268028 Log: Add initial RSS awareness to the igb(4) driver. The igb(4) hardware is