commit | b3003be36a3c9215cd17182349981581de269048 | [log] [tgz] |
---|---|---|
author | Casey Leedom <leedom@chelsio.com> | Tue Jun 29 12:54:12 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 30 13:57:12 2010 -0700 |
tree | 73ea04abe84b2452ffe47a327008ecd8313cd4cc | |
parent | 64bb336c8f4de8b281d0d44f2ec2c900b9b28466 [diff] |
cxgb4vf: Use correct shift factor for extracting the SGE DMA Ingress Padding Boundary Use correct shift factor for extracting the SGE DMA Ingress Padding Boundary. Was accidentally using the register field's shift which was close enough (4 instead of the propper value of 5) that it actually sort of worked for various packet sizes ... Signed-off-by: Casey Leedom <leedom@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>