From: Stephen Hemminger <stephen@networkplumber.org>
To: Alex Gartrell <agartrell@fb.com>
Cc: <jasonwang@redhat.com>, <davem@davemloft.net>,
<netdev@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<mst@redhat.com>, <herbert@gondor.apena.org.au>,
<kernel-team@fb.com>
Subject: Re: [RFC PATCH net-next] tun: support retrieving multiple packets in a single read with IFF_MULTI_READ
Date: Tue, 9 Dec 2014 14:19:31 -0800 [thread overview]
Message-ID: <20141209141931.68386652@urahara> (raw)
In-Reply-To: <1417752000-27171-1-git-send-email-agartrell@fb.com>
On Thu, 4 Dec 2014 20:00:00 -0800
Alex Gartrell <agartrell@fb.com> wrote:
>
> +static inline size_t tun_calc_max_put_len(const struct tun_struct *tun)
> +{
> + size_t len = 0;
No need for inline with local static function. Let compiler decide.
next prev parent reply other threads:[~2014-12-09 22:19 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-05 4:00 [RFC PATCH net-next] tun: support retrieving multiple packets in a single read with IFF_MULTI_READ Alex Gartrell
2014-12-09 22:19 ` Stephen Hemminger [this message]
2014-12-22 12:09 ` Herbert Xu
2014-12-22 20:18 ` Alex Gartrell
2014-12-22 20:51 ` Dave Taht
2014-12-22 22:34 ` Herbert Xu
2014-12-22 23:39 ` Alex Gartrell
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=20141209141931.68386652@urahara \
--to=stephen@networkplumber.org \
--cc=agartrell@fb.com \
--cc=davem@davemloft.net \
--cc=herbert@gondor.apena.org.au \
--cc=jasonwang@redhat.com \
--cc=kernel-team@fb.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mst@redhat.com \
--cc=netdev@vger.kernel.org \
/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