commit | 98e821a2a927b6dc0f7adc4b64ad29bec1b6ff89 | [log] [tgz] |
---|---|---|
author | Willem de Bruijn <willemb@google.com> | Thu Mar 21 14:10:03 2013 -0400 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 21 14:31:36 2013 -0400 |
tree | 8844d59f60b08ba86bd60e7395e121d1b7e1385a | |
parent | eaaa31392690c7609f7afeec5ba38a79d009842d [diff] |
net: fix psock_fanout on sparc64 The packetsocket fanout test uses a packet ring. Use TPACKET_V2 instead of TPACKET_V1 to work around a known 32/64 bit issue in the older ring that manifests on sparc64. Signed-off-by: Willem de Bruijn <willemb@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>