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, netdev@vger.kernel.org,
	tariqt@nvidia.com, ayal@nvidia.com, saeedm@nvidia.com
Subject: Re: [net-next 01/15] net/mlx5e: Fix lost changes during code movements
Date: Tue, 20 Apr 2021 23:30:11 +0000	[thread overview]
Message-ID: <161896141185.22203.6994210435596099737.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210420032018.58639-2-saeed@kernel.org>

Hello:

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

On Mon, 19 Apr 2021 20:20:04 -0700 you wrote:
> From: Tariq Toukan <tariqt@nvidia.com>
> 
> The changes done in commit [1] were missed by the code movements
> done in [2], as they were developed in ~parallel.
> Here we re-apply them.
> 
> [1] commit e4484d9df500 ("net/mlx5e: Enable striding RQ for Connect-X IPsec capable devices")
> [2] commit b3a131c2a160 ("net/mlx5e: Move params logic into its dedicated file")
> 
> [...]

Here is the summary with links:
  - [net-next,01/15] net/mlx5e: Fix lost changes during code movements
    https://git.kernel.org/netdev/net-next/c/d408c01caef4
  - [net-next,02/15] net/mlx5e: Fix possible non-initialized struct usage
    https://git.kernel.org/netdev/net-next/c/6a5689ba0259
  - [net-next,03/15] net/mlx5e: RX, Add checks for calculated Striding RQ attributes
    https://git.kernel.org/netdev/net-next/c/6980ffa0c5a8
  - [net-next,04/15] net/mlx5: DR, Rename an argument in dr_rdma_segments
    https://git.kernel.org/netdev/net-next/c/7d22ad732d15
  - [net-next,05/15] net/mlx5: DR, Fix SQ/RQ in doorbell bitmask
    https://git.kernel.org/netdev/net-next/c/ff1925bb0de4
  - [net-next,06/15] net/mlx5: E-Switch, Improve error messages in term table creation
    https://git.kernel.org/netdev/net-next/c/25cb31768042
  - [net-next,07/15] net/mlx5: mlx5_ifc updates for flex parser
    https://git.kernel.org/netdev/net-next/c/704cfecdd03d
  - [net-next,08/15] net/mlx5: DR, Remove protocol-specific flex_parser_3 definitions
    https://git.kernel.org/netdev/net-next/c/323b91acc189
  - [net-next,09/15] net/mlx5: DR, Add support for dynamic flex parser
    https://git.kernel.org/netdev/net-next/c/160e9cb37a84
  - [net-next,10/15] net/mlx5: DR, Set STEv0 ICMP flex parser dynamically
    https://git.kernel.org/netdev/net-next/c/4923938d2fb5
  - [net-next,11/15] net/mlx5: DR, Add support for matching on geneve TLV option
    https://git.kernel.org/netdev/net-next/c/3442e0335e70
  - [net-next,12/15] net/mlx5: DR, Set flex parser for TNL_MPLS dynamically
    https://git.kernel.org/netdev/net-next/c/35ba005d820b
  - [net-next,13/15] net/mlx5: DR, Add support for matching tunnel GTP-U
    https://git.kernel.org/netdev/net-next/c/df9dd15ae118
  - [net-next,14/15] net/mlx5: DR, Add support for force-loopback QP
    https://git.kernel.org/netdev/net-next/c/7304d603a57a
  - [net-next,15/15] net/mlx5: DR, Add support for isolate_vl_tc QP
    https://git.kernel.org/netdev/net-next/c/aeacb52a8de7

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



  reply	other threads:[~2021-04-20 23:30 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-20  3:20 [pull request][net-next 00/15] mlx5 updates 2021-04-19 Saeed Mahameed
2021-04-20  3:20 ` [net-next 01/15] net/mlx5e: Fix lost changes during code movements Saeed Mahameed
2021-04-20 23:30   ` patchwork-bot+netdevbpf [this message]
2021-04-20  3:20 ` [net-next 02/15] net/mlx5e: Fix possible non-initialized struct usage Saeed Mahameed
2021-04-20  3:20 ` [net-next 03/15] net/mlx5e: RX, Add checks for calculated Striding RQ attributes Saeed Mahameed
2021-04-20  3:20 ` [net-next 04/15] net/mlx5: DR, Rename an argument in dr_rdma_segments Saeed Mahameed
2021-04-20  3:20 ` [net-next 05/15] net/mlx5: DR, Fix SQ/RQ in doorbell bitmask Saeed Mahameed
2021-04-20  3:20 ` [net-next 06/15] net/mlx5: E-Switch, Improve error messages in term table creation Saeed Mahameed
2021-04-20  3:20 ` [net-next 07/15] net/mlx5: mlx5_ifc updates for flex parser Saeed Mahameed
2021-04-20  4:54   ` Samudrala, Sridhar
2021-04-20 17:07     ` Yevgeny Kliteynik
2021-04-21 15:08       ` Samudrala, Sridhar
2021-04-21 17:52         ` Yevgeny Kliteynik
2021-04-20  3:20 ` [net-next 08/15] net/mlx5: DR, Remove protocol-specific flex_parser_3 definitions Saeed Mahameed
2021-04-20  3:20 ` [net-next 09/15] net/mlx5: DR, Add support for dynamic flex parser Saeed Mahameed
2021-04-20  3:20 ` [net-next 10/15] net/mlx5: DR, Set STEv0 ICMP flex parser dynamically Saeed Mahameed
2021-04-20  3:20 ` [net-next 11/15] net/mlx5: DR, Add support for matching on geneve TLV option Saeed Mahameed
2021-04-20  3:20 ` [net-next 12/15] net/mlx5: DR, Set flex parser for TNL_MPLS dynamically Saeed Mahameed
2021-04-20  3:20 ` [net-next 13/15] net/mlx5: DR, Add support for matching tunnel GTP-U Saeed Mahameed
2021-04-20  3:20 ` [net-next 14/15] net/mlx5: DR, Add support for force-loopback QP Saeed Mahameed
2021-04-20  3:20 ` [net-next 15/15] net/mlx5: DR, Add support for isolate_vl_tc QP 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=161896141185.22203.6994210435596099737.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=ayal@nvidia.com \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --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).