]> git.baikalelectronics.ru Git - kernel.git/commit
igb: move SRRCTL register configuration into ring specific config
authorAlexander Duyck <alexander.h.duyck@intel.com>
Tue, 27 Oct 2009 15:51:07 +0000 (15:51 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Oct 2009 08:20:22 +0000 (01:20 -0700)
commit287fd1faf81b6209796c249f890afd2804159a11
treeac3105cf65f864944731590f2c5ac3a69a48c786
parent6edd74df598eaa7f7d9e7b57d5007bad06a86d2a
igb: move SRRCTL register configuration into ring specific config

The SRRCTL register exists per ring.  Instead of configuring all of them in
the RCTL configuration which is meant to be global it makes more sense to move
this out into the ring specific configuration.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/igb/igb_main.c