netdev.vger.kernel.org archive mirror
 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, lkayal@nvidia.com
Subject: Re: [net-next 01/15] net/mlx5e: Introduce flow steering API
Date: Wed, 24 Aug 2022 12:30:20 +0000	[thread overview]
Message-ID: <166134422031.21889.11069861970906196921.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220823055533.334471-2-saeed@kernel.org>

Hello:

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

On Mon, 22 Aug 2022 22:55:19 -0700 you wrote:
> From: Lama Kayal <lkayal@nvidia.com>
> 
> Move mlx5e_flow_steering struct to fs_en.c to make it private.
> Introduce flow_steering API and let other files go through it.
> 
> Signed-off-by: Lama Kayal <lkayal@nvidia.com>
> Reviewed-by: Tariq Toukan <tariqt@nvidia.com>
> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
> 
> [...]

Here is the summary with links:
  - [net-next,01/15] net/mlx5e: Introduce flow steering API
    https://git.kernel.org/netdev/net-next/c/f52f2faee581
  - [net-next,02/15] net/mlx5e: Decouple fs_tt_redirect from en.h
    https://git.kernel.org/netdev/net-next/c/4e0ecc17a74e
  - [net-next,03/15] net/mlx5e: Decouple fs_tcp from en.h
    https://git.kernel.org/netdev/net-next/c/1be44b42b25c
  - [net-next,04/15] net/mlx5e: Drop priv argument of ptp function in en_fs
    https://git.kernel.org/netdev/net-next/c/81a0b241affe
  - [net-next,05/15] net/mlx5e: Convert ethtool_steering member of flow_steering struct to pointer
    https://git.kernel.org/netdev/net-next/c/c7eafc5ed068
  - [net-next,06/15] net/mlx5e: Directly get flow_steering struct as input when init/cleanup ethtool steering
    https://git.kernel.org/netdev/net-next/c/e8b5c4bcb554
  - [net-next,07/15] net/mlx5e: Separate ethtool_steering from fs.h and make private
    https://git.kernel.org/netdev/net-next/c/9c2c1c5e7fde
  - [net-next,08/15] net/mlx5e: Introduce flow steering debug macros
    https://git.kernel.org/netdev/net-next/c/93a07599ee0a
  - [net-next,09/15] net/mlx5e: Make flow steering arfs independent of priv
    https://git.kernel.org/netdev/net-next/c/45b83c6c6831
  - [net-next,10/15] net/mlx5e: Make all ttc functions of en_fs get fs struct as argument
    https://git.kernel.org/netdev/net-next/c/ca959d97d6bb
  - [net-next,11/15] net/mlx5e: Completely eliminate priv from fs.h
    https://git.kernel.org/netdev/net-next/c/d494dd2bb70c
  - [net-next,12/15] net/mlx5: E-Switch, Add default drop rule for unmatched packets
    https://git.kernel.org/netdev/net-next/c/8ea7bcf63218
  - [net-next,13/15] net/mlx5: E-Switch, Split creating fdb tables into smaller chunks
    https://git.kernel.org/netdev/net-next/c/4a561817064f
  - [net-next,14/15] net/mlx5: E-Switch, Move send to vport meta rule creation
    https://git.kernel.org/netdev/net-next/c/430e2d5e2a98
  - [net-next,15/15] net/mlx5: TC, Add support for SF tunnel offload
    https://git.kernel.org/netdev/net-next/c/72e0bcd15636

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



  reply	other threads:[~2022-08-24 12:30 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-23  5:55 [pull request][net-next 00/15] mlx5 updates 2022-08-22 Saeed Mahameed
2022-08-23  5:55 ` [net-next 01/15] net/mlx5e: Introduce flow steering API Saeed Mahameed
2022-08-24 12:30   ` patchwork-bot+netdevbpf [this message]
2022-08-23  5:55 ` [net-next 02/15] net/mlx5e: Decouple fs_tt_redirect from en.h Saeed Mahameed
2022-08-23  5:55 ` [net-next 03/15] net/mlx5e: Decouple fs_tcp " Saeed Mahameed
2022-08-23  5:55 ` [net-next 04/15] net/mlx5e: Drop priv argument of ptp function in en_fs Saeed Mahameed
2022-08-23  5:55 ` [net-next 05/15] net/mlx5e: Convert ethtool_steering member of flow_steering struct to pointer Saeed Mahameed
2022-08-23  5:55 ` [net-next 06/15] net/mlx5e: Directly get flow_steering struct as input when init/cleanup ethtool steering Saeed Mahameed
2022-08-23  5:55 ` [net-next 07/15] net/mlx5e: Separate ethtool_steering from fs.h and make private Saeed Mahameed
2022-08-23  5:55 ` [net-next 08/15] net/mlx5e: Introduce flow steering debug macros Saeed Mahameed
2022-08-23  5:55 ` [net-next 09/15] net/mlx5e: Make flow steering arfs independent of priv Saeed Mahameed
2022-08-23  5:55 ` [net-next 10/15] net/mlx5e: Make all ttc functions of en_fs get fs struct as argument Saeed Mahameed
2022-08-23  5:55 ` [net-next 11/15] net/mlx5e: Completely eliminate priv from fs.h Saeed Mahameed
2022-08-23  5:55 ` [net-next 12/15] net/mlx5: E-Switch, Add default drop rule for unmatched packets Saeed Mahameed
2022-08-23  5:55 ` [net-next 13/15] net/mlx5: E-Switch, Split creating fdb tables into smaller chunks Saeed Mahameed
2022-08-23  5:55 ` [net-next 14/15] net/mlx5: E-Switch, Move send to vport meta rule creation Saeed Mahameed
2022-08-24 14:43   ` Alexander Lobakin
2022-08-28  6:37     ` Roi Dayan
2022-08-23  5:55 ` [net-next 15/15] net/mlx5: TC, Add support for SF tunnel offload 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=166134422031.21889.11069861970906196921.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=lkayal@nvidia.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=saeed@kernel.org \
    --cc=saeedm@nvidia.com \
    --cc=tariqt@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 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).