netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: willemb@google.com
Cc: dborkman@redhat.com, netdev@vger.kernel.org
Subject: Re: [PATCH net-next] net: fix psock_fanout selftest hash collision
Date: Thu, 21 Mar 2013 13:49:14 -0400 (EDT)	[thread overview]
Message-ID: <20130321.134914.231367983776200354.davem@davemloft.net> (raw)
In-Reply-To: <CA+FuTSfkxkbZ8N1Vr2NVmT-8Obd2sGAo2a_Wwv=U-4KPvnLPPA@mail.gmail.com>

From: Willem de Bruijn <willemb@google.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.

  parent reply	other threads:[~2013-03-21 17:49 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-19 20:18 [PATCH net-next v3] packet: packet fanout rollover during socket overload Willem de Bruijn
2013-03-19 20:37 ` Eric Dumazet
2013-03-19 21:16   ` David Miller
2013-03-19 21:34     ` Willem de Bruijn
2013-03-20  6:37       ` Willem de Bruijn
2013-03-20  6:42         ` [PATCH net-next] net: fix psock_fanout selftest hash collision Willem de Bruijn
2013-03-20 16:33           ` David Miller
2013-03-20 17:59             ` David Miller
2013-03-21  0:07               ` Willem de Bruijn
2013-03-21  1:16                 ` David Miller
2013-03-21  6:31                 ` Daniel Borkmann
2013-03-21 17:27                   ` Willem de Bruijn
2013-03-21 17:46                     ` David Miller
2013-03-21 17:47                     ` Daniel Borkmann
2013-03-21 18:00                       ` Willem de Bruijn
2013-03-21 17:49                     ` David Miller [this message]
2013-03-21 17:56                       ` David Miller
2013-03-21 18:01                         ` Willem de Bruijn
2013-03-21 18:10                           ` [PATCH net-next] net: fix psock_fanout on sparc64 Willem de Bruijn
2013-03-21 18:31                             ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130321.134914.231367983776200354.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=dborkman@redhat.com \
    --cc=netdev@vger.kernel.org \
    --cc=willemb@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).