From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [PATCH iproute2-next v3] ip-xfrm: Add support for OUTPUT_MARK Date: Wed, 20 Jun 2018 11:18:24 -0600 Message-ID: References: <1529116375-7578-1-git-send-email-subashab@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Subash Abhinov Kasiviswanathan , lorenzo@google.com, netdev@vger.kernel.org, stephen@networkplumber.org, steffen.klassert@secunet.com Return-path: Received: from mail-pg0-f66.google.com ([74.125.83.66]:36399 "EHLO mail-pg0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754506AbeFTRS0 (ORCPT ); Wed, 20 Jun 2018 13:18:26 -0400 Received: by mail-pg0-f66.google.com with SMTP id m5-v6so121507pgd.3 for ; Wed, 20 Jun 2018 10:18:26 -0700 (PDT) In-Reply-To: <1529116375-7578-1-git-send-email-subashab@codeaurora.org> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 6/15/18 8:32 PM, Subash Abhinov Kasiviswanathan wrote: > This patch adds support for OUTPUT_MARK in xfrm state to exercise the > functionality added by kernel commit 077fbac405bf > ("net: xfrm: support setting an output mark."). > ... > v1->v2: Moved the XFRMA_OUTPUT_MARK print after XFRMA_MARK in > xfrm_xfrma_print() as mentioned by Lorenzo > > v2->v3: Fix one help formatting error as mentioned by Lorenzo. > Keep mark and output-mark on the same line and add man page info as > mentioned by David. > > Signed-off-by: Subash Abhinov Kasiviswanathan > --- > ip/ipxfrm.c | 17 ++++++++++++++++- > ip/xfrm_state.c | 9 +++++++++ > man/man8/ip-xfrm.8 | 11 +++++++++++ > 3 files changed, 36 insertions(+), 1 deletion(-) > applied to iproute2-next. Thanks