commit | 2ec030144f648a6dd208f95f55ece212f1b72771 | [log] [tgz] |
---|---|---|
author | Andrew Rybchenko <Andrew.Rybchenko@oktetlabs.ru> | Sat Nov 16 11:02:27 2013 +0400 |
committer | Ben Hutchings <bhutchings@solarflare.com> | Fri Dec 06 22:27:52 2013 +0000 |
tree | 8652b022a834b23589069b53881f089765a34ae6 | |
parent | cd6fe65e923175e4f2e9fb585b1d78c6bf580fc6 [diff] |
sfc: RX buffer allocation takes prefix size into account in IP header alignment rx_prefix_size is 4-bytes aligned on Falcon/Siena (16 bytes), but it is equal to 14 on EF10. So, it should be taken into account if arch requires IP header to be 4-bytes aligned (via NET_IP_ALIGN). Fixes: 8127d661e77f ('sfc: Add support for Solarflare SFC9100 family') Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>