From: David Miller <davem@davemloft.net>
To: therbert@google.com
Cc: netdev@vger.kernel.org, sridharr@google.com
Subject: Re: [PATCH] xmit_compl_seq: information to reclaim vmsplice buffers
Date: Sun, 19 Sep 2010 17:35:34 -0700 (PDT) [thread overview]
Message-ID: <20100919.173534.70176148.davem@davemloft.net> (raw)
In-Reply-To: <alpine.DEB.1.00.1009191451090.5120@pokey.mtv.corp.google.com>
From: Tom Herbert <therbert@google.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!
next prev parent reply other threads:[~2010-09-20 0:35 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-19 21:55 [PATCH] xmit_compl_seq: information to reclaim vmsplice buffers Tom Herbert
2010-09-20 0:35 ` David Miller [this message]
2010-09-20 3:22 ` Changli Gao
2010-09-20 17:50 ` Tom Herbert
2010-09-21 0:14 ` Changli Gao
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=20100919.173534.70176148.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
--cc=sridharr@google.com \
--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).