All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Saeed Mahameed <saeed@kernel.org>
Cc: davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org,
	kliteyn@nvidia.com, vladbu@nvidia.com, jianbol@nvidia.com,
	saeedm@nvidia.com
Subject: Re: [net-next 01/16] net/mlx5: mlx5_ifc support for header insert/remove
Date: Thu, 10 Jun 2021 20:40:07 +0000	[thread overview]
Message-ID: <162335760744.27474.17880453653334060115.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210610025814.274607-2-saeed@kernel.org>

Hello:

This series was applied to netdev/net-next.git (refs/heads/master):

On Wed,  9 Jun 2021 19:57:59 -0700 you wrote:
> From: Yevgeny Kliteynik <kliteyn@nvidia.com>
> 
> Add support for HCA caps 2 that contains capabilities for the new
> insert/remove header actions.
> 
> Added the required definitions for supporting the new reformat type:
> added packet reformat parameters, reformat anchors and definitions
> to allow copy/set into the inserted EMD (Embedded MetaData) tag.
> 
> [...]

Here is the summary with links:
  - [net-next,01/16] net/mlx5: mlx5_ifc support for header insert/remove
    https://git.kernel.org/netdev/net-next/c/67133eaa93e8
  - [net-next,02/16] net/mlx5: DR, Split reformat state to Encap and Decap
    https://git.kernel.org/netdev/net-next/c/28de41a4ba7b
  - [net-next,03/16] net/mlx5: DR, Allow encap action for RX for supporting devices
    https://git.kernel.org/netdev/net-next/c/d7418b4efa3b
  - [net-next,04/16] net/mlx5: Added new parameters to reformat context
    https://git.kernel.org/netdev/net-next/c/3f3f05ab8872
  - [net-next,05/16] net/mlx5: DR, Added support for INSERT_HEADER reformat type
    https://git.kernel.org/netdev/net-next/c/7ea9b39852fa
  - [net-next,06/16] net/mlx5: DR, Support EMD tag in modify header for STEv1
    https://git.kernel.org/netdev/net-next/c/ded6a877a3fc
  - [net-next,07/16] net/mlx5: Create TC-miss priority and table
    https://git.kernel.org/netdev/net-next/c/ec3be8873df3
  - [net-next,08/16] net/mlx5e: Refactor mlx5e_eswitch_{*}rep() helpers
    https://git.kernel.org/netdev/net-next/c/0781015288ec
  - [net-next,09/16] net/mlx5: Bridge, add offload infrastructure
    https://git.kernel.org/netdev/net-next/c/19e9bfa044f3
  - [net-next,10/16] net/mlx5: Bridge, handle FDB events
    https://git.kernel.org/netdev/net-next/c/7cd6a54a8285
  - [net-next,11/16] net/mlx5: Bridge, dynamic entry ageing
    https://git.kernel.org/netdev/net-next/c/c636a0f0f3f0
  - [net-next,12/16] net/mlx5: Bridge, implement infrastructure for vlans
    https://git.kernel.org/netdev/net-next/c/d75b9e804858
  - [net-next,13/16] net/mlx5: Bridge, match FDB entry vlan tag
    https://git.kernel.org/netdev/net-next/c/ffc89ee5e5e8
  - [net-next,14/16] net/mlx5: Bridge, support pvid and untagged vlan configurations
    https://git.kernel.org/netdev/net-next/c/36e55079e549
  - [net-next,15/16] net/mlx5: Bridge, filter tagged packets that didn't match tagged fg
    https://git.kernel.org/netdev/net-next/c/cc2987c44be5
  - [net-next,16/16] net/mlx5: Bridge, add tracepoints
    https://git.kernel.org/netdev/net-next/c/9724fd5d9c2a

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



  reply	other threads:[~2021-06-10 20:40 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-10  2:57 [pull request][net-next 00/16] mlx5 updates 2021-06-09 Saeed Mahameed
2021-06-10  2:57 ` [net-next 01/16] net/mlx5: mlx5_ifc support for header insert/remove Saeed Mahameed
2021-06-10 20:40   ` patchwork-bot+netdevbpf [this message]
2021-06-10  2:58 ` [net-next 02/16] net/mlx5: DR, Split reformat state to Encap and Decap Saeed Mahameed
2021-06-10  2:58 ` [net-next 03/16] net/mlx5: DR, Allow encap action for RX for supporting devices Saeed Mahameed
2021-06-10  2:58 ` [net-next 04/16] net/mlx5: Added new parameters to reformat context Saeed Mahameed
2021-06-10  2:58 ` [net-next 05/16] net/mlx5: DR, Added support for INSERT_HEADER reformat type Saeed Mahameed
2021-06-10  2:58 ` [net-next 06/16] net/mlx5: DR, Support EMD tag in modify header for STEv1 Saeed Mahameed
2021-06-10  2:58 ` [net-next 07/16] net/mlx5: Create TC-miss priority and table Saeed Mahameed
2021-06-10  2:58 ` [net-next 08/16] net/mlx5e: Refactor mlx5e_eswitch_{*}rep() helpers Saeed Mahameed
2021-06-10  2:58 ` [net-next 09/16] net/mlx5: Bridge, add offload infrastructure Saeed Mahameed
2021-06-10  2:58 ` [net-next 10/16] net/mlx5: Bridge, handle FDB events Saeed Mahameed
2021-06-10  2:58 ` [net-next 11/16] net/mlx5: Bridge, dynamic entry ageing Saeed Mahameed
2021-06-10  2:58 ` [net-next 12/16] net/mlx5: Bridge, implement infrastructure for vlans Saeed Mahameed
2021-06-10  2:58 ` [net-next 13/16] net/mlx5: Bridge, match FDB entry vlan tag Saeed Mahameed
2021-06-10  2:58 ` [net-next 14/16] net/mlx5: Bridge, support pvid and untagged vlan configurations Saeed Mahameed
2021-06-10  2:58 ` [net-next 15/16] net/mlx5: Bridge, filter tagged packets that didn't match tagged fg Saeed Mahameed
2021-06-10  2:58 ` [net-next 16/16] net/mlx5: Bridge, add tracepoints Saeed Mahameed
2021-06-10 22:36 ` [pull request][net-next 00/16] mlx5 updates 2021-06-09 Jakub Kicinski

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=162335760744.27474.17880453653334060115.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=jianbol@nvidia.com \
    --cc=kliteyn@nvidia.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=saeed@kernel.org \
    --cc=saeedm@nvidia.com \
    --cc=vladbu@nvidia.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.