Re: [PATCH V5 net-next 1/2] net: introduce socket family constants

2015-09-11 Thread David Miller
From: Ursula Braun Date: Fri, 11 Sep 2015 14:09:09 +0200 > @@ -0,0 +1,13 @@ > +/* > + * SMC Definitions for the SMC protocol. > + * > + * Author: Ursula Braun > + */ > +#ifndef _SMC_H > +#define _SMC_H > + > +/* SMC socket

[PATCH V5 net-next 1/2] net: introduce socket family constants

2015-09-11 Thread Ursula Braun
From: Ursula Braun The new socket family is assigned the next available address / protocol family constant 41. Signed-off-by: Ursula Braun --- include/linux/socket.h | 4 +++- include/net/smc.h | 13 + 2 files changed, 16