All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Dumazet <eric.dumazet@gmail.com>
To: Craig Gallek <kraigatgoog@gmail.com>
Cc: netdev@vger.kernel.org, David Miller <davem@davemloft.net>
Subject: Re: [PATCH net-next 3/7] tcp: __tcp_hdrlen() helper
Date: Thu, 04 Feb 2016 21:35:18 -0800	[thread overview]
Message-ID: <1454650518.7627.300.camel@edumazet-glaptop2.roam.corp.google.com> (raw)
In-Reply-To: <1454600118-30152-4-git-send-email-kraigatgoog@gmail.com>

On Thu, 2016-02-04 at 10:35 -0500, Craig Gallek wrote:
> From: Craig Gallek <kraig@google.com>
> 
> tcp_hdrlen is wasteful if you already have a pointer to struct tcphdr.
> This splits the size calculation into a helper function that can be
> used if a struct tcphdr is already available.
> 
> Signed-off-by: Craig Gallek <kraig@google.com>

Acked-by: Eric Dumazet <edumazet@google.com>

  reply	other threads:[~2016-02-05  5:35 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-04 15:35 [PATCH net-next 0/7] Faster SO_REUSEPORT for TCP Craig Gallek
2016-02-04 15:35 ` [PATCH net-next 1/7] sock: struct proto hash function may error Craig Gallek
2016-02-05  5:34   ` Eric Dumazet
2016-02-09 23:44   ` Craig Gallek
2016-02-04 15:35 ` [PATCH net-next 2/7] inet: create IPv6-equivalent inet_hash function Craig Gallek
2016-02-05  5:34   ` Eric Dumazet
2016-02-04 15:35 ` [PATCH net-next 3/7] tcp: __tcp_hdrlen() helper Craig Gallek
2016-02-05  5:35   ` Eric Dumazet [this message]
2016-02-04 15:35 ` [PATCH net-next 4/7] inet: refactor inet[6]_lookup functions to take skb Craig Gallek
2016-02-05  5:36   ` Eric Dumazet
2016-02-04 15:35 ` [PATCH net-next 5/7] soreuseport: Prep for fast reuseport TCP socket selection Craig Gallek
2016-02-05  5:37   ` Eric Dumazet
2016-02-04 15:35 ` [PATCH net-next 6/7] soreuseport: " Craig Gallek
2016-02-05  5:38   ` Eric Dumazet
2016-02-04 15:35 ` [PATCH net-next 7/7] soreuseport: BPF selection functional test for TCP Craig Gallek
2016-02-05  5:40   ` Eric Dumazet
2016-02-06  2:59   ` Alexei Starovoitov
2016-02-09 23:39 [PATCH net-next 0/7] Faster SO_REUSEPORT " Craig Gallek
2016-02-09 23:39 ` [PATCH net-next 3/7] tcp: __tcp_hdrlen() helper Craig Gallek

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=1454650518.7627.300.camel@edumazet-glaptop2.roam.corp.google.com \
    --to=eric.dumazet@gmail.com \
    --cc=davem@davemloft.net \
    --cc=kraigatgoog@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.