All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: parameswaran.r7@gmail.com
Cc: netdev@vger.kernel.org, kleptog@svana.org, jchapman@katalix.com,
	nprachan@brocade.com, rshearma@brocade.com,
	stephen@networkplumber.org, sdietric@brocade.com,
	ciwillia@brocade.com, lboccass@brocade.com, dfawcus@brocade.com,
	bhong@brocade.com, jblunck@brocade.com,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next v4 1/2] New kernel function to get IP overhead on a socket.
Date: Thu, 23 Mar 2017 15:05:00 -0700 (PDT)	[thread overview]
Message-ID: <20170323.150500.1211908608737471263.davem@davemloft.net> (raw)
In-Reply-To: <alpine.DEB.2.11.1703221554000.9002@vera100.eng.brocade.com>

From: "R. Parameswaran" <parameswaran.r7@gmail.com>
Date: Wed, 22 Mar 2017 15:59:13 -0700 (PDT)

> A new function, kernel_sock_ip_overhead(), is provided
> to calculate the cumulative overhead imposed by the IP
> Header and IP options, if any, on a socket's payload.
> The new function returns an overhead of zero for sockets
> that do not belong to the IPv4 or IPv6 address families.
> 
> Signed-off-by: R. Parameswaran <rparames@brocade.com>

Just use the IPv4/IPv6 header size for now, just like the VXLAN
driver does.

Thanks.

  parent reply	other threads:[~2017-03-23 22:05 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-22 22:59 [PATCH net-next v4 1/2] New kernel function to get IP overhead on a socket R. Parameswaran
2017-03-22 23:03 ` Tom Herbert
2017-03-23 22:05 ` David Miller [this message]
2017-03-24  1:51   ` R. Parameswaran
2017-03-24 13:13     ` James Chapman
2017-04-03 20:28       ` R. Parameswaran
2017-04-03 20:30         ` David Miller
2017-04-04  2:12           ` R. Parameswaran
2017-04-04  2:19             ` David Miller
2017-03-24  1:04 ` kbuild test robot
2017-03-23  1:21 R. Parameswaran

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=20170323.150500.1211908608737471263.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=bhong@brocade.com \
    --cc=ciwillia@brocade.com \
    --cc=dfawcus@brocade.com \
    --cc=jblunck@brocade.com \
    --cc=jchapman@katalix.com \
    --cc=kleptog@svana.org \
    --cc=lboccass@brocade.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=nprachan@brocade.com \
    --cc=parameswaran.r7@gmail.com \
    --cc=rshearma@brocade.com \
    --cc=sdietric@brocade.com \
    --cc=stephen@networkplumber.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.