]> git.karo-electronics.de Git - karo-tx-linux.git/commit
cxgb4vf: Ingress Queue Entry Size needs to be 64 bytes
authorCasey Leedom <leedom@chelsio.com>
Thu, 9 Dec 2010 09:38:24 +0000 (09:38 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 10 Dec 2010 23:49:33 +0000 (15:49 -0800)
commitc710245caa41060e983cc9cb5ffcc020e02ca45f
tree599ac4a137b72daa52f57bed97fd534eb6da87a1
parent377ecca9ba6d98f31517e2322075e94d1be94561
cxgb4vf: Ingress Queue Entry Size needs to be 64 bytes

Was using L1_CACHE_BYTES for the Ingress Queue Entry Size but it really
needs to be 64 bytes in order to support the largest message sizes.

Signed-off-by: Casey Leedom <leedom@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/cxgb4vf/cxgb4vf_main.c