Re: compiling failed with RSS enabled

2014-12-02 Thread Eric L. Camachat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 12/02/2014 07:30, Adrian Chadd wrote: > Ugh! > > please file a bug and I'll go take a look at the code soon. > > Thanks! > > > -a Someone already did: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195518 Eric -BEGIN PGP SIGNATURE

Re: compiling failed with RSS enabled

2014-12-02 Thread Adrian Chadd
Ugh! please file a bug and I'll go take a look at the code soon. Thanks! -a On 1 December 2014 at 22:21, Eric L. Camachat wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > current failed to compile due to queues uninitialized at line 2883 in > if_igb.c. > from the context I gues

compiling failed with RSS enabled

2014-12-01 Thread Eric L. Camachat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 current failed to compile due to queues uninitialized at line 2883 in if_igb.c. from the context I guess it should be n_queues instead of queues. Index: sys/dev/e1000/if_igb.c === - ---