netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: therbert@google.com
Cc: netdev@vger.kernel.org, netdev@markandruth.co.uk, eric.dumazet@gmail.com
Subject: Re: [PATCH 1/5 v2] soreuseport: infrastructure
Date: Sun, 20 Jan 2013 23:06:42 -0500 (EST)	[thread overview]
Message-ID: <20130120.230642.705097270069078563.davem@davemloft.net> (raw)
In-Reply-To: <alpine.DEB.2.00.1301201542520.924@pokey.mtv.corp.google.com>

From: Tom Herbert <therbert@google.com>
Date: Sun, 20 Jan 2013 16:07:22 -0800 (PST)

> diff --git a/include/uapi/asm-generic/socket.h b/include/uapi/asm-generic/socket.h
> index 3f6a992..4ef3acb 100644
> --- a/include/uapi/asm-generic/socket.h
> +++ b/include/uapi/asm-generic/socket.h
> @@ -22,8 +22,7 @@
>  #define SO_PRIORITY	12
>  #define SO_LINGER	13
>  #define SO_BSDCOMPAT	14
> -/* To add :#define SO_REUSEPORT 15 */
> -
> +#define SO_REUSEPORT	15
>  #ifndef SO_PASSCRED /* powerpc only differs in these */
>  #define SO_PASSCRED	16
>  #define SO_PEERCRED	17

A new value needs to be added for every architecture, rather than just
the ones that happen to use this asm-generic/socket.h file.

      reply	other threads:[~2013-01-21  4:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-21  0:07 [PATCH 1/5 v2] soreuseport: infrastructure Tom Herbert
2013-01-21  4:06 ` David Miller [this message]

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=20130120.230642.705097270069078563.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=eric.dumazet@gmail.com \
    --cc=netdev@markandruth.co.uk \
    --cc=netdev@vger.kernel.org \
    --cc=therbert@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).