[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20130120.230642.705097270069078563.davem@davemloft.net>
Date: Sun, 20 Jan 2013 23:06:42 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: therbert@...gle.com
Cc: netdev@...r.kernel.org, netdev@...kandruth.co.uk,
eric.dumazet@...il.com
Subject: Re: [PATCH 1/5 v2] soreuseport: infrastructure
From: Tom Herbert <therbert@...gle.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.
--
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