From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH iproute 0/5] ila: additional configuratio support Date: Fri, 24 Nov 2017 09:26:32 -0800 Message-ID: <20171124092632.4987ab92@xeon-e3> References: <20171122200537.26703-1-tom@quantonium.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, rohit@quantonium.net To: Tom Herbert Return-path: Received: from mail-pg0-f51.google.com ([74.125.83.51]:41814 "EHLO mail-pg0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753829AbdKXR0k (ORCPT ); Fri, 24 Nov 2017 12:26:40 -0500 Received: by mail-pg0-f51.google.com with SMTP id q7so3109905pgr.8 for ; Fri, 24 Nov 2017 09:26:40 -0800 (PST) In-Reply-To: <20171122200537.26703-1-tom@quantonium.net> Sender: netdev-owner@vger.kernel.org List-ID: On Wed, 22 Nov 2017 12:05:32 -0800 Tom Herbert wrote: > Add configuration support for checksum neutral-map-auto, identifier > tyoes, and hook type (for LWT). > > Tom Herbert (5): > ila: Fix reporting of ILA locators and locator match > ila: added csum neutral support to ipila > ila: support to configure checksum neutral-map-auto > ila: support for configuring identifier and hook types > ila: create ila_common.h > > ip/ila_common.h | 105 ++++++++++++++++++++++++++++++++++++++++++++++++++ > ip/ipila.c | 57 +++++++++++++++++++++++++-- > ip/iproute_lwtunnel.c | 68 +++++++++++++++++++------------- > 3 files changed, 200 insertions(+), 30 deletions(-) > create mode 100644 ip/ila_common.h > Applied, thanks.