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, pabeni@redhat.com,
	edumazet@google.com, saeedm@nvidia.com, netdev@vger.kernel.org,
	tariqt@nvidia.com, kliteyn@nvidia.com, valex@nvidia.com
Subject: Re: [net-next 01/15] net/mlx5: mlx5_ifc updates for MATCH_DEFINER general object
Date: Sat, 10 Dec 2022 03:50:21 +0000	[thread overview]
Message-ID: <167064422130.8448.9639606216199415128.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20221209001420.142794-2-saeed@kernel.org>

Hello:

This series was applied to netdev/net-next.git (master)
by Saeed Mahameed <saeedm@nvidia.com>:

On Thu,  8 Dec 2022 16:14:06 -0800 you wrote:
> From: Yevgeny Kliteynik <kliteyn@nvidia.com>
> 
> Update full structure of match definer and add an ID of
> the SELECT match definer type.
> 
> Signed-off-by: Yevgeny Kliteynik <kliteyn@nvidia.com>
> Reviewed-by: Alex Vesker <valex@nvidia.com>
> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
> 
> [...]

Here is the summary with links:
  - [net-next,01/15] net/mlx5: mlx5_ifc updates for MATCH_DEFINER general object
    https://git.kernel.org/netdev/net-next/c/f1543c7abab2
  - [net-next,02/15] net/mlx5: fs, add match on ranges API
    https://git.kernel.org/netdev/net-next/c/38bf24c38d19
  - [net-next,03/15] net/mlx5: DR, Add functions to create/destroy MATCH_DEFINER general object
    https://git.kernel.org/netdev/net-next/c/e046b86e2900
  - [net-next,04/15] net/mlx5: DR, Rework is_fw_table function
    https://git.kernel.org/netdev/net-next/c/0a8c20e23ff2
  - [net-next,05/15] net/mlx5: DR, Handle FT action in a separate function
    https://git.kernel.org/netdev/net-next/c/c72a57ad6e91
  - [net-next,06/15] net/mlx5: DR, Manage definers with refcounts
    https://git.kernel.org/netdev/net-next/c/1339678fdde1
  - [net-next,07/15] net/mlx5: DR, Some refactoring of miss address handling
    https://git.kernel.org/netdev/net-next/c/f31bda789f1d
  - [net-next,08/15] net/mlx5: DR, Add function that tells if STE miss addr has been initialized
    https://git.kernel.org/netdev/net-next/c/1207a772c09d
  - [net-next,09/15] net/mlx5: DR, Add support for range match action
    https://git.kernel.org/netdev/net-next/c/be6d5daeaa3b
  - [net-next,10/15] net/mlx5e: meter, refactor to allow multiple post meter tables
    https://git.kernel.org/netdev/net-next/c/fd6fa761466c
  - [net-next,11/15] net/mlx5e: meter, add mtu post meter tables
    https://git.kernel.org/netdev/net-next/c/d56713250a59
  - [net-next,12/15] net/mlx5e: TC, add support for meter mtu offload
    https://git.kernel.org/netdev/net-next/c/6fda078d5f75
  - [net-next,13/15] net/mlx5e: multipath, support routes with more than 2 nexthops
    https://git.kernel.org/netdev/net-next/c/7c33e73995e9
  - [net-next,14/15] net/mlx5: Refactor and expand rep vport stat group
    https://git.kernel.org/netdev/net-next/c/64b68e369649
  - [net-next,15/15] net/mlx5: Expose steering dropped packets counter
    https://git.kernel.org/netdev/net-next/c/4fe1b3a5f8fe

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



  reply	other threads:[~2022-12-10  3:50 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-09  0:14 [pull request][net-next 00/15] mlx5 updates 2022-12-08 Saeed Mahameed
2022-12-09  0:14 ` [net-next 01/15] net/mlx5: mlx5_ifc updates for MATCH_DEFINER general object Saeed Mahameed
2022-12-10  3:50   ` patchwork-bot+netdevbpf [this message]
2022-12-09  0:14 ` [net-next 02/15] net/mlx5: fs, add match on ranges API Saeed Mahameed
2022-12-09  0:14 ` [net-next 03/15] net/mlx5: DR, Add functions to create/destroy MATCH_DEFINER general object Saeed Mahameed
2022-12-09  0:14 ` [net-next 04/15] net/mlx5: DR, Rework is_fw_table function Saeed Mahameed
2022-12-09  0:14 ` [net-next 05/15] net/mlx5: DR, Handle FT action in a separate function Saeed Mahameed
2022-12-09  0:14 ` [net-next 06/15] net/mlx5: DR, Manage definers with refcounts Saeed Mahameed
2022-12-09  0:14 ` [net-next 07/15] net/mlx5: DR, Some refactoring of miss address handling Saeed Mahameed
2022-12-09  0:14 ` [net-next 08/15] net/mlx5: DR, Add function that tells if STE miss addr has been initialized Saeed Mahameed
2022-12-09  0:14 ` [net-next 09/15] net/mlx5: DR, Add support for range match action Saeed Mahameed
2022-12-09  0:14 ` [net-next 10/15] net/mlx5e: meter, refactor to allow multiple post meter tables Saeed Mahameed
2022-12-09  0:14 ` [net-next 11/15] net/mlx5e: meter, add mtu " Saeed Mahameed
2022-12-09  0:14 ` [net-next 12/15] net/mlx5e: TC, add support for meter mtu offload Saeed Mahameed
2022-12-09  0:14 ` [net-next 13/15] net/mlx5e: multipath, support routes with more than 2 nexthops Saeed Mahameed
2022-12-09  0:14 ` [net-next 14/15] net/mlx5: Refactor and expand rep vport stat group Saeed Mahameed
2022-12-09  0:14 ` [net-next 15/15] net/mlx5: Expose steering dropped packets counter Saeed Mahameed

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=167064422130.8448.9639606216199415128.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kliteyn@nvidia.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=saeed@kernel.org \
    --cc=saeedm@nvidia.com \
    --cc=tariqt@nvidia.com \
    --cc=valex@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.