From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [PATCH iproute2/next 0/2] set/match the tos/ttl fields of TC based IP tunnels Date: Fri, 20 Jul 2018 10:01:15 -0600 Message-ID: References: <1531998135-13395-1-git-send-email-ogerlitz@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: Or Gerlitz Return-path: Received: from mail-pl0-f66.google.com ([209.85.160.66]:35771 "EHLO mail-pl0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728409AbeGTQuO (ORCPT ); Fri, 20 Jul 2018 12:50:14 -0400 Received: by mail-pl0-f66.google.com with SMTP id w3-v6so5378520plq.2 for ; Fri, 20 Jul 2018 09:01:19 -0700 (PDT) In-Reply-To: <1531998135-13395-1-git-send-email-ogerlitz@mellanox.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 7/19/18 5:02 AM, Or Gerlitz wrote: > Hi Dave, > > This series comes to address the case to set (encap) and match (decap) > also the tos and ttl fields of TC based IP tunnels. > > Example command lines in the change log of each patch. > > The kernel bits are under review [1], sending this out in parallel. > > Or. > > [1] https://patchwork.ozlabs.org/cover/945216/ > > Or Gerlitz (2): > tc/act_tunnel_key: Enable setup of tos and ttl > tc/flower: Add match on encapsulating tos/ttl > > include/uapi/linux/pkt_cls.h | 5 +++ > include/uapi/linux/tc_act/tc_tunnel_key.h | 2 + > man/man8/tc-flower.8 | 14 +++++++- > man/man8/tc-tunnel_key.8 | 8 ++++ > tc/f_flower.c | 27 +++++++++++++++ > tc/m_tunnel_key.c | 53 +++++++++++++++++++++++++++++ > 6 files changed, 108 insertions(+), 1 deletions(-) > applied to iproute2-next. Thanks