From: Matthew Vick Date: Thu, 12 Jul 2012 00:02:42 +0000 (+0000) Subject: e1000e: Program the correct register for ITR when using MSI-X. X-Git-Tag: v3.6-rc1~125^2~153^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22a4cca2f4c2d60c703cdc42158c907570f508e6;p=pandora-kernel.git e1000e: Program the correct register for ITR when using MSI-X. When configuring interrupt throttling on 82574 in MSI-X mode, we need to be programming the EITR registers instead of the ITR register. -rc2: Renamed e1000_write_itr() to e1000e_write_itr(), fixed whitespace issues, and removed unnecessary !! operation. -rc3: Reduced the scope of the loop variable in e1000e_write_itr(). Signed-off-by: Matthew Vick Acked-by: Bruce Allan Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed