From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakub Kicinski Subject: Re: [PATCH net-next 0/4] net: Geneve options support for TC act_tunnel_key Date: Thu, 28 Jun 2018 09:39:06 -0700 Message-ID: <20180628093906.213b4140@cakuba.netronome.com> References: <20180626185308.3605-1-jakub.kicinski@netronome.com> <20180628.161731.139875870006991636.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: jbenc@redhat.com, roopa@cumulusnetworks.com, jiri@resnulli.us, jhs@mojatatu.com, xiyou.wangcong@gmail.com, daniel@iogearbox.net, oss-drivers@netronome.com, netdev@vger.kernel.org To: David Miller Return-path: Received: from mail-qk0-f196.google.com ([209.85.220.196]:36304 "EHLO mail-qk0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933200AbeF1QjK (ORCPT ); Thu, 28 Jun 2018 12:39:10 -0400 Received: by mail-qk0-f196.google.com with SMTP id a132-v6so3338807qkg.3 for ; Thu, 28 Jun 2018 09:39:10 -0700 (PDT) In-Reply-To: <20180628.161731.139875870006991636.davem@davemloft.net> Sender: netdev-owner@vger.kernel.org List-ID: On Thu, 28 Jun 2018 16:17:31 +0900 (KST), David Miller wrote: > From: Jakub Kicinski > Date: Tue, 26 Jun 2018 11:53:04 -0700 > > > Hi, > > > > Simon & Pieter say: > > > > This set adds Geneve Options support to the TC tunnel key action. > > It provides the plumbing required to configure Geneve variable length > > options. The options can be configured in the form CLASS:TYPE:DATA, > > where CLASS is represented as a 16bit hexadecimal value, TYPE as an 8bit > > hexadecimal value and DATA as a variable length hexadecimal value. > > Additionally multiple options may be listed using a comma delimiter. > > Looks like there are some sparse endianness warnings to fix up as > per kbuild robot. Sorry about that!