commit | c634700f7eec3c0da46e299cd0a0ae8b594f9b55 | [log] [tgz] |
---|---|---|
author | Edward Cree <ecree@solarflare.com> | Fri Jan 13 21:20:29 2017 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 16 14:00:46 2017 -0500 |
tree | 626daecfa450bfadaa774807c78fcc0d74cd1077 | |
parent | de1deff994286f464d5cad152d97830a5155f9ba [diff] |
sfc: get PIO buffer size from the NIC The 8000 series SFC NICs have 4K PIO buffers, rather than the 2K of the 7000 series. Rather than having a hard-coded PIO buffer size (ER_DZ_TX_PIOBUF_SIZE), read it from the GET_CAPABILITIES_V2 MCDI response. Signed-off-by: Edward Cree <ecree@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>