public inbox for netdev@vger.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,
	leonro@nvidia•com
Subject: Re: [net-next v2 01/15] net/mlx5: Delete ipsec_fs header file as not used
Date: Sun, 03 Jul 2022 11:30:15 +0000	[thread overview]
Message-ID: <165684781576.480.1235802815190328077.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220702190213.80858-2-saeed@kernel.org>

Hello:

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

On Sat,  2 Jul 2022 12:01:59 -0700 you wrote:
> From: Leon Romanovsky <leonro@nvidia•com>
> 
> ipsec_fs.h is not used and can be safely deleted.
> 
> Signed-off-by: Leon Romanovsky <leonro@nvidia•com>
> Signed-off-by: Saeed Mahameed <saeedm@nvidia•com>
> 
> [...]

Here is the summary with links:
  - [net-next,v2,01/15] net/mlx5: Delete ipsec_fs header file as not used
    https://git.kernel.org/netdev/net-next/c/9de64ae8160d
  - [net-next,v2,02/15] net/mlx5: delete dead code in mlx5_esw_unlock()
    https://git.kernel.org/netdev/net-next/c/8e755f7a8cef
  - [net-next,v2,03/15] net/mlx5: E-switch, Introduce flag to indicate if vport acl namespace is created
    https://git.kernel.org/netdev/net-next/c/ea5872dd6b05
  - [net-next,v2,04/15] net/mlx5: E-switch, Introduce flag to indicate if fdb table is created
    https://git.kernel.org/netdev/net-next/c/fbd43b7259bc
  - [net-next,v2,05/15] net/mlx5: E-switch, Remove dependency between sriov and eswitch mode
    https://git.kernel.org/netdev/net-next/c/f019679ea5f2
  - [net-next,v2,06/15] net/mlx5: E-switch: Change eswitch mode only via devlink command
    https://git.kernel.org/netdev/net-next/c/b6f2846afc0c
  - [net-next,v2,07/15] net/mlx5: Add support to create SQ and CQ for ASO
    https://git.kernel.org/netdev/net-next/c/cdd04f4d4d71
  - [net-next,v2,08/15] net/mlx5: Implement interfaces to control ASO SQ and CQ
    https://git.kernel.org/netdev/net-next/c/c491ded04325
  - [net-next,v2,09/15] net/mlx5e: Prepare for flow meter offload if hardware supports it
    https://git.kernel.org/netdev/net-next/c/74e6b2a87433
  - [net-next,v2,10/15] net/mlx5e: Add support to modify hardware flow meter parameters
    https://git.kernel.org/netdev/net-next/c/6ddac26cf763
  - [net-next,v2,11/15] net/mlx5e: Get or put meter by the index of tc police action
    https://git.kernel.org/netdev/net-next/c/b8acfd4f21e2
  - [net-next,v2,12/15] net/mlx5e: Add generic macros to use metadata register mapping
    https://git.kernel.org/netdev/net-next/c/17c5da03879b
  - [net-next,v2,13/15] net/mlx5e: Add post meter table for flow metering
    https://git.kernel.org/netdev/net-next/c/06fe52a47659
  - [net-next,v2,14/15] net/mlx5e: Add flow_action to parse state
    https://git.kernel.org/netdev/net-next/c/03a92a938dc7
  - [net-next,v2,15/15] net/mlx5e: TC, Support offloading police action
    https://git.kernel.org/netdev/net-next/c/a8d52b024d6d

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



  reply	other threads:[~2022-07-03 11:30 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-02 19:01 [pull request][net-next v2 00/15] mlx5 updates 2022-06-29 Saeed Mahameed
2022-07-02 19:01 ` [net-next v2 01/15] net/mlx5: Delete ipsec_fs header file as not used Saeed Mahameed
2022-07-03 11:30   ` patchwork-bot+netdevbpf [this message]
2022-07-02 19:02 ` [net-next v2 02/15] net/mlx5: delete dead code in mlx5_esw_unlock() Saeed Mahameed
2022-07-02 19:02 ` [net-next v2 03/15] net/mlx5: E-switch, Introduce flag to indicate if vport acl namespace is created Saeed Mahameed
2022-07-02 19:02 ` [net-next v2 04/15] net/mlx5: E-switch, Introduce flag to indicate if fdb table " Saeed Mahameed
2022-07-02 19:02 ` [net-next v2 05/15] net/mlx5: E-switch, Remove dependency between sriov and eswitch mode Saeed Mahameed
2022-07-02 19:02 ` [net-next v2 06/15] net/mlx5: E-switch: Change eswitch mode only via devlink command Saeed Mahameed
2022-07-02 19:02 ` [net-next v2 07/15] net/mlx5: Add support to create SQ and CQ for ASO Saeed Mahameed
2022-07-02 19:02 ` [net-next v2 08/15] net/mlx5: Implement interfaces to control ASO SQ and CQ Saeed Mahameed
2022-07-02 19:02 ` [net-next v2 09/15] net/mlx5e: Prepare for flow meter offload if hardware supports it Saeed Mahameed
2022-07-02 19:02 ` [net-next v2 10/15] net/mlx5e: Add support to modify hardware flow meter parameters Saeed Mahameed
2022-07-05  3:03   ` Jakub Kicinski
2022-07-02 19:02 ` [net-next v2 11/15] net/mlx5e: Get or put meter by the index of tc police action Saeed Mahameed
2022-07-02 19:02 ` [net-next v2 12/15] net/mlx5e: Add generic macros to use metadata register mapping Saeed Mahameed
2022-07-02 19:02 ` [net-next v2 13/15] net/mlx5e: Add post meter table for flow metering Saeed Mahameed
2022-07-02 19:02 ` [net-next v2 14/15] net/mlx5e: Add flow_action to parse state Saeed Mahameed
2022-07-02 19:02 ` [net-next v2 15/15] net/mlx5e: TC, Support offloading police action 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=165684781576.480.1235802815190328077.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel$(echo .)org \
    --cc=davem@davemloft$(echo .)net \
    --cc=edumazet@google$(echo .)com \
    --cc=kuba@kernel$(echo .)org \
    --cc=leonro@nvidia$(echo .)com \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=pabeni@redhat$(echo .)com \
    --cc=saeed@kernel$(echo .)org \
    --cc=saeedm@nvidia$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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