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

Jack Vogel jfvogel at gmail.com
Thu Aug 19 16:55:59 UTC 2010


On Thu, Aug 19, 2010 at 2:45 AM, pluknet <pluknet at gmail.com> wrote:

>
> By the way,
>
> Sometimes after boot I have to kldreload if_igb.ko several
> times until watchdog go to sleep, so traffic starts flowing.
>

Hmmm, the intention is that the VF always be single queue, but I
see the code I used to limit it is broken, so you are getting two
queues. For now near the top of if_igb.c set igb_num_queues = 1;

I believe that will get rid of the watchdogs.

Jack


More information about the freebsd-stable mailing list