From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Herbert Subject: [PATCH iproute 0/5] ila: additional configuratio support Date: Wed, 22 Nov 2017 12:05:32 -0800 Message-ID: <20171122200537.26703-1-tom@quantonium.net> Cc: netdev@vger.kernel.org, rohit@quantonium.net, Tom Herbert To: stephen@networkplumber.org Return-path: Received: from mail-pl0-f44.google.com ([209.85.160.44]:42274 "EHLO mail-pl0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751260AbdKVUGI (ORCPT ); Wed, 22 Nov 2017 15:06:08 -0500 Received: by mail-pl0-f44.google.com with SMTP id z3so1343295plh.9 for ; Wed, 22 Nov 2017 12:06:08 -0800 (PST) Sender: netdev-owner@vger.kernel.org List-ID: 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 -- 2.11.0