From: Stephen Hemminger <stephen@networkplumber.org>
To: David Lebrun <david.lebrun@uclouvain.be>
Cc: <netdev@vger.kernel.org>
Subject: Re: [PATCH iproute2 1/3] sr: add header files for SR-IPv6
Date: Tue, 10 Jan 2017 10:33:28 -0800 [thread overview]
Message-ID: <20170110103328.726fc537@xeon-e3> (raw)
In-Reply-To: <1484066486-22152-2-git-send-email-david.lebrun@uclouvain.be>
On Tue, 10 Jan 2017 17:41:24 +0100
David Lebrun <david.lebrun@uclouvain.be> wrote:
> This patch add the necessary header files to interface with the SR-IPv6 kernel
> implementation.
>
> Signed-off-by: David Lebrun <david.lebrun@uclouvain.be>
> ---
> include/linux/seg6.h | 54 +++++++++++++++++++++++++++++++++++++++++++
> include/linux/seg6_genl.h | 32 +++++++++++++++++++++++++
> include/linux/seg6_hmac.h | 21 +++++++++++++++++
> include/linux/seg6_iptunnel.h | 38 ++++++++++++++++++++++++++++++
> 4 files changed, 145 insertions(+)
> create mode 100644 include/linux/seg6.h
> create mode 100644 include/linux/seg6_genl.h
> create mode 100644 include/linux/seg6_hmac.h
> create mode 100644 include/linux/seg6_iptunnel.h
I get all headers from santized kernel headers generated by
$ make headers_install
but the segmentation stuff is missing.
When you added segment routing headers you forgot to export them.
Please send a patch to include/uapi/linux/Kbuild, after that is merged
I will pick them up.
Also this patch is only for net-next.
next prev parent reply other threads:[~2017-01-10 18:33 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-10 16:41 [PATCH iproute2 0/3] add support for IPv6 Segment Routing David Lebrun
2017-01-10 16:41 ` [PATCH iproute2 1/3] sr: add header files for SR-IPv6 David Lebrun
2017-01-10 17:25 ` Tom Herbert
2017-01-10 18:33 ` Stephen Hemminger [this message]
2017-01-12 8:35 ` David Lebrun
2017-01-10 16:41 ` [PATCH iproute2 2/3] ip: add ip sr command to control SR-IPv6 internal structures David Lebrun
2017-01-10 17:25 ` Tom Herbert
2017-01-10 18:35 ` Stephen Hemminger
2017-01-10 16:41 ` [PATCH iproute2 3/3] iproute: add support for SR-IPv6 lwtunnel encapsulation David Lebrun
2017-01-10 17:26 ` Tom Herbert
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=20170110103328.726fc537@xeon-e3 \
--to=stephen@networkplumber.org \
--cc=david.lebrun@uclouvain.be \
--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;
as well as URLs for NNTP newsgroup(s).