[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20100919.173534.70176148.davem@davemloft.net>
Date: Sun, 19 Sep 2010 17:35:34 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: therbert@...gle.com
Cc: netdev@...r.kernel.org, sridharr@...gle.com
Subject: Re: [PATCH] xmit_compl_seq: information to reclaim vmsplice buffers
From: Tom Herbert <therbert@...gle.com>
Date: Sun, 19 Sep 2010 14:55:40 -0700 (PDT)
> diff --git a/include/asm-generic/socket.h b/include/asm-generic/socket.h
> index 9a6115e..6dc1ed8 100644
> --- a/include/asm-generic/socket.h
> +++ b/include/asm-generic/socket.h
> @@ -64,4 +64,7 @@
> #define SO_DOMAIN 39
>
> #define SO_RXQ_OVFL 40
> +
> +#define SO_XMIT_COMPL_SEQ 41
> +#define SCM_XMIT_COMPL_SEQ SO_XMIT_COMPL_SEQ
> #endif /* __ASM_GENERIC_SOCKET_H */
Tom, I just noticed that you're going to have to update all of
the arch specific arch/*/include/asm/socket.h files that don't
make use of asm-generic/socket.h before I can apply this.
Please fix this up and resubmit, 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