netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Ahern <dsahern@gmail.com>
To: Ratheesh Kannoth <rkannoth@marvell.com>,
	"stephen@networkplumber.org" <stephen@networkplumber.org>
Cc: "netdev@vger.kernel.org" <netdev@vger.kernel.org>,
	"davem@davemloft.net" <davem@davemloft.net>,
	"kuba@kernel.org" <kuba@kernel.org>,
	Leon Romanovsky <leon@kernel.org>,
	"edumazet@google.com" <edumazet@google.com>,
	"pabeni@redhat.com" <pabeni@redhat.com>
Subject: Re: [PATCH iproute2-next] tc: Classifier support for SPI field
Date: Mon, 31 Jul 2023 20:35:39 -0600	[thread overview]
Message-ID: <5222d4e2-dd19-fc77-23f0-ce96684e9470@gmail.com> (raw)
In-Reply-To: <MWHPR1801MB19182545B1FEB05CAC9F7371D30AA@MWHPR1801MB1918.namprd18.prod.outlook.com>

On 7/31/23 7:53 PM, Ratheesh Kannoth wrote:
>> From: Ratheesh Kannoth <rkannoth@marvell.com>
>> Sent: Tuesday, July 25, 2023 9:20 AM
>> To: dsahern@gmail.com; stephen@networkplumber.org
>> Cc: netdev@vger.kernel.org; Ratheesh Kannoth <rkannoth@marvell.com>
>> Subject: [PATCH iproute2-next] tc: Classifier support for SPI field
>>
>> tc flower support for SPI field in ESP and AH packets.
>>
>> Signed-off-by: Ratheesh Kannoth <rkannoth@marvell.com>
>> ---
>>  include/uapi/linux/pkt_cls.h |  5 +++-
>>  tc/f_flower.c                | 55 ++++++++++++++++++++++++++++++++++--
>>  2 files changed, 57 insertions(+), 3 deletions(-)
>>
>> diff --git a/include/uapi/linux/pkt_cls.h b/include/uapi/linux/pkt_cls.h index
>> 7865f5a9..fce639a6 100644
>> --- a/include/uapi/linux/pkt_cls.h
>> +++ b/include/uapi/linux/pkt_cls.h
>> @@ -594,6 +594,9 @@ enum {
>>
>>  	TCA_FLOWER_KEY_L2TPV3_SID,	/* be32 */
>>
>> +	TCA_FLOWER_KEY_SPI,		/* be32 */
>> +	TCA_FLOWER_KEY_SPI_MASK,	/* be32 */
>> +
>>  	TCA_FLOWER_L2_MISS,		/* u8 */
>>
>>  	TCA_FLOWER_KEY_CFM,		/* nested */
> 
> As per https://lore.kernel.org/netdev/20230731120254.GB87829@unreal/T/#u  ,  I will move these fields to  end in the enum.  
> Could you please discard https://patchwork.kernel.org/project/netdevbpf/patch/20230725035016.505386-1-rkannoth@marvell.com/  this  from netdev patchwork ?

you do not need to include uapi changes in an iproute2 patch; headers
are sync'ed from the kernel.


  reply	other threads:[~2023-08-01  2:35 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-25  3:50 [PATCH iproute2-next] tc: Classifier support for SPI field Ratheesh Kannoth
2023-08-01  1:53 ` Ratheesh Kannoth
2023-08-01  2:35   ` David Ahern [this message]
2023-08-01  2:43     ` Ratheesh Kannoth
2023-08-01  2:45       ` David Ahern
2023-08-01  2:49         ` Ratheesh Kannoth
2023-08-02  9:30           ` Ratheesh Kannoth
2023-08-02 15:30             ` David Ahern
2023-08-02 15:54               ` Ratheesh Kannoth

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5222d4e2-dd19-fc77-23f0-ce96684e9470@gmail.com \
    --to=dsahern@gmail.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=leon@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=rkannoth@marvell.com \
    --cc=stephen@networkplumber.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).