From: Stephan Gatzka <stephan.gatzka@gmail.com>
To: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Cc: netdev@vger.kernel.org
Subject: Re: [Patch RFC] ndisc: Fix skb allocation size for link layer options.
Date: Sat, 29 Dec 2012 17:37:45 +0100 [thread overview]
Message-ID: <50DF1C59.1040902@gmail.com> (raw)
In-Reply-To: <50DF0C4A.5020401@linux-ipv6.org>
>
> Disagree. NDISC_OPT_SPACE() takes care size of nd option header.
Agree. I misunderstood this, my fault.
Maybe it's better to write:
#define NDISC_OPT_SPACE(len) (((len)+sizeof(nd_opt_hdr)+7)&~7)
Regards,
Stephan
prev parent reply other threads:[~2012-12-29 16:37 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-28 13:46 [Patch RFC] ndisc: Fix skb allocation size for link layer options Stephan Gatzka
2012-12-29 15:29 ` YOSHIFUJI Hideaki
2012-12-29 15:32 ` YOSHIFUJI Hideaki
2012-12-29 16:37 ` Stephan Gatzka [this message]
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=50DF1C59.1040902@gmail.com \
--to=stephan.gatzka@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=yoshfuji@linux-ipv6.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.