commit | 0dad9e94bdb1e424c4feeed715dff2fe51528289 | [log] [tgz] |
---|---|---|
author | Vipul Pandya <vipul@chelsio.com> | Wed Nov 07 03:45:46 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 07 19:02:19 2012 -0500 |
tree | 502cb3ea0a9d3f6c93763720c257adaeb504fb34 | |
parent | 7fd78edc470d968daacfb472226bc021081196bd [diff] |
cxgb4: Fix initialization of SGE_CONTROL register INGPADBOUNDARY_MASK is already shifted. No need to shift it again. On reloading a driver it was resulting in a bad SGE FL MTU sizes [1536, 9088] error. This only causes an issue on systems that have L1 cache size of 32B, 128B, 512B, 2048B or 4096B. Signed-off-by: Jay Hernandez <jay@chelsio.com> Signed-off-by: Vipul Pandya <vipul@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>