From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 0/4] net: Geneve options support for TC act_tunnel_key Date: Thu, 28 Jun 2018 16:17:31 +0900 (KST) Message-ID: <20180628.161731.139875870006991636.davem@davemloft.net> References: <20180626185308.3605-1-jakub.kicinski@netronome.com> 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: jakub.kicinski@netronome.com Return-path: Received: from shards.monkeyblae.net ([23.128.96.9]:47002 "EHLO shards.monkeyblade.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S933521AbeF1HRi (ORCPT ); Thu, 28 Jun 2018 03:17:38 -0400 In-Reply-To: <20180626185308.3605-1-jakub.kicinski@netronome.com> Sender: netdev-owner@vger.kernel.org List-ID: 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.