[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20130321.135641.1239176040549971599.davem@davemloft.net>
Date: Thu, 21 Mar 2013 13:56:41 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: willemb@...gle.com
Cc: dborkman@...hat.com, netdev@...r.kernel.org
Subject: Re: [PATCH net-next] net: fix psock_fanout selftest hash collision
From: David Miller <davem@...emloft.net>
Date: Thu, 21 Mar 2013 13:49:14 -0400 (EDT)
> From: Willem de Bruijn <willemb@...gle.com>
> Date: Thu, 21 Mar 2013 13:27:51 -0400
>
>> @@ -182,7 +182,13 @@ static char *sock_fanout_open_ring(int fd)
>> .tp_frame_nr = RING_NUM_FRAMES,
>> };
>> char *ring;
>> + int val = TPACKET_V2;
>>
>> + if (setsockopt(fd, SOL_PACKET, PACKET_VERSION, (void *) &val,
>
> This whole patch is whitespace damaged.
I hand applied this patch and it makes the test pass on sparc64.
Please submit this formally, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists