Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753443AbeAFOjj (ORCPT + 1 other); Sat, 6 Jan 2018 09:39:39 -0500 Received: from mail-wm0-f66.google.com ([74.125.82.66]:33014 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753261AbeAFOjh (ORCPT ); Sat, 6 Jan 2018 09:39:37 -0500 X-Google-Smtp-Source: ACJfBovu44n6pcQcxe7b0CCh3Tzff8iCsk0N2C8lciJdNI9x6qbBG6pqnuSs8gRDbPZRq9/McmxsQw== Date: Sat, 6 Jan 2018 15:39:50 +0100 From: Ahmed Abdelsalam To: David Miller Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [net-next v2] ipv6: sr: export some functions of seg6local Message-Id: <20180106153950.c971340500d17fdec576f252@gmail.com> In-Reply-To: <20180104.133733.1094002085622833427.davem@davemloft.net> References: <1514588912-1292-1-git-send-email-amsalam20@gmail.com> <20180104.133733.1094002085622833427.davem@davemloft.net> X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.21; x86_64-apple-darwin10.8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Thu, 04 Jan 2018 13:37:33 -0500 (EST) David Miller wrote: > From: Ahmed Abdelsalam > Date: Sat, 30 Dec 2017 00:08:32 +0100 > > > Some functions of seg6local are very useful to process SRv6 > > encapsulated packets > > > > This patch exports some functions of seg6local that are useful and > > can be re-used at different parts of the kernel. > > > > The set of exported functions are: > > (1) seg6_get_srh() > > (2) seg6_advance_nextseg() > > (3) seg6_lookup_nexthop > > > > Signed-off-by: Ahmed Abdelsalam > > There is no way I am applying this as-is. > > Until you can submit this alongside an in-tree user of these symbols, > these symbol exports are not going to happen. > > Thank you. I will submit the other patches once I'm done with the testing. Thanks -- Ahmed