commit | e35ec126507529ce407136c6b9e36747d89891f9 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Thu May 21 13:07:12 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu May 21 17:19:10 2009 -0700 |
tree | 35eea146ce5494c67bd4a320bec5b7d6a0c99f4c | |
parent | 7e0e99ef43b1fab8caf0348e31704c7d15060ce0 [diff] |
ixgbe: only register DCA requester once The current driver tries to re-register the DCA requester after reset and this is not correct. This change makes it so all we are doing is resetting the DCA registers after reset and not re-adding the requester. 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>