From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH iproute2 1/3] sr: add header files for SR-IPv6 Date: Tue, 10 Jan 2017 10:33:28 -0800 Message-ID: <20170110103328.726fc537@xeon-e3> References: <1484066486-22152-1-git-send-email-david.lebrun@uclouvain.be> <1484066486-22152-2-git-send-email-david.lebrun@uclouvain.be> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: To: David Lebrun Return-path: Received: from mail-pf0-f179.google.com ([209.85.192.179]:34362 "EHLO mail-pf0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754260AbdAJSdg (ORCPT ); Tue, 10 Jan 2017 13:33:36 -0500 Received: by mail-pf0-f179.google.com with SMTP id 127so50989443pfg.1 for ; Tue, 10 Jan 2017 10:33:35 -0800 (PST) In-Reply-To: <1484066486-22152-2-git-send-email-david.lebrun@uclouvain.be> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, 10 Jan 2017 17:41:24 +0100 David Lebrun wrote: > This patch add the necessary header files to interface with the SR-IPv6 kernel > implementation. > > Signed-off-by: David Lebrun > --- > 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.