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,
	meirl@nvidia.com, gal@nvidia.com, tariqt@nvidia.com,
	saeedm@nvidia.com
Subject: Re: [v2 net 01/19] net/mlx5: Update the list of the PCI supported devices
Date: Thu, 24 Feb 2022 04:40:14 +0000	[thread overview]
Message-ID: <164567761497.18817.13199817664246956659.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220224001123.365265-2-saeed@kernel.org>

Hello:

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

On Wed, 23 Feb 2022 16:11:05 -0800 you wrote:
> From: Meir Lichtinger <meirl@nvidia.com>
> 
> Add the upcoming BlueField-4 and ConnectX-8 device IDs.
> 
> Fixes: 2e9d3e83ab82 ("net/mlx5: Update the list of the PCI supported devices")
> Signed-off-by: Meir Lichtinger <meirl@nvidia.com>
> Reviewed-by: Gal Pressman <gal@nvidia.com>
> Reviewed-by: Tariq Toukan <tariqt@nvidia.com>
> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
> 
> [...]

Here is the summary with links:
  - [v2,net,01/19] net/mlx5: Update the list of the PCI supported devices
    https://git.kernel.org/netdev/net/c/f908a35b2218
  - [v2,net,02/19] net/mlx5: DR, Cache STE shadow memory
    https://git.kernel.org/netdev/net/c/e5b2bc30c211
  - [v2,net,03/19] net/mlx5: DR, Fix slab-out-of-bounds in mlx5_cmd_dr_create_fte
    https://git.kernel.org/netdev/net/c/0aec12d97b20
  - [v2,net,04/19] net/mlx5: DR, Don't allow match on IP w/o matching on full ethertype/ip_version
    https://git.kernel.org/netdev/net/c/ffb0753b9547
  - [v2,net,05/19] net/mlx5: DR, Fix the threshold that defines when pool sync is initiated
    https://git.kernel.org/netdev/net/c/ecd9c5cd46e0
  - [v2,net,06/19] net/mlx5: Update log_max_qp value to be 17 at most
    https://git.kernel.org/netdev/net/c/7f839965b2d7
  - [v2,net,07/19] net/mlx5: Fix wrong limitation of metadata match on ecpf
    https://git.kernel.org/netdev/net/c/07666c75ad17
  - [v2,net,08/19] net/mlx5: Fix tc max supported prio for nic mode
    https://git.kernel.org/netdev/net/c/be7f4b0ab149
  - [v2,net,09/19] net/mlx5: Fix possible deadlock on rule deletion
    https://git.kernel.org/netdev/net/c/b645e57debca
  - [v2,net,10/19] net/mlx5e: Fix wrong return value on ioctl EEPROM query failure
    https://git.kernel.org/netdev/net/c/0b8942972235
  - [v2,net,11/19] net/mlx5e: kTLS, Use CHECKSUM_UNNECESSARY for device-offloaded packets
    https://git.kernel.org/netdev/net/c/7eaf1f37b881
  - [v2,net,12/19] net/mlx5e: TC, Reject rules with drop and modify hdr action
    https://git.kernel.org/netdev/net/c/23216d387c40
  - [v2,net,13/19] net/mlx5e: TC, Reject rules with forward and drop actions
    https://git.kernel.org/netdev/net/c/3d65492a86d4
  - [v2,net,14/19] net/mlx5e: TC, Skip redundant ct clear actions
    https://git.kernel.org/netdev/net/c/fb7e76ea3f3b
  - [v2,net,15/19] net/mlx5e: Add feature check for set fec counters
    https://git.kernel.org/netdev/net/c/7fac05290380
  - [v2,net,16/19] net/mlx5e: Fix MPLSoUDP encap to use MPLS action information
    https://git.kernel.org/netdev/net/c/c63741b426e1
  - [v2,net,17/19] net/mlx5e: MPLSoUDP decap, fix check for unsupported matches
    https://git.kernel.org/netdev/net/c/fdc18e4e4bde
  - [v2,net,18/19] net/mlx5e: Add missing increment of count
    https://git.kernel.org/netdev/net/c/5ee02b7a8006
  - [v2,net,19/19] net/mlx5e: Fix VF min/max rate parameters interchange mistake
    https://git.kernel.org/netdev/net/c/ca49df96f9f5

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



  reply	other threads:[~2022-02-24  4:40 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-24  0:11 [pull request][v2 net 00/19] mlx5 fixes 2022-02-22 Saeed Mahameed
2022-02-24  0:11 ` [v2 net 01/19] net/mlx5: Update the list of the PCI supported devices Saeed Mahameed
2022-02-24  4:40   ` patchwork-bot+netdevbpf [this message]
2022-02-24  0:11 ` [v2 net 02/19] net/mlx5: DR, Cache STE shadow memory Saeed Mahameed
2022-02-24  0:11 ` [v2 net 03/19] net/mlx5: DR, Fix slab-out-of-bounds in mlx5_cmd_dr_create_fte Saeed Mahameed
2022-02-24  0:11 ` [v2 net 04/19] net/mlx5: DR, Don't allow match on IP w/o matching on full ethertype/ip_version Saeed Mahameed
2022-02-24  0:11 ` [v2 net 05/19] net/mlx5: DR, Fix the threshold that defines when pool sync is initiated Saeed Mahameed
2022-02-24  0:11 ` [v2 net 06/19] net/mlx5: Update log_max_qp value to be 17 at most Saeed Mahameed
2022-02-24  0:11 ` [v2 net 07/19] net/mlx5: Fix wrong limitation of metadata match on ecpf Saeed Mahameed
2022-02-24  0:11 ` [v2 net 08/19] net/mlx5: Fix tc max supported prio for nic mode Saeed Mahameed
2022-02-24  0:11 ` [v2 net 09/19] net/mlx5: Fix possible deadlock on rule deletion Saeed Mahameed
2022-02-24  0:11 ` [v2 net 10/19] net/mlx5e: Fix wrong return value on ioctl EEPROM query failure Saeed Mahameed
2022-02-24  0:11 ` [v2 net 11/19] net/mlx5e: kTLS, Use CHECKSUM_UNNECESSARY for device-offloaded packets Saeed Mahameed
2022-02-24  0:11 ` [v2 net 12/19] net/mlx5e: TC, Reject rules with drop and modify hdr action Saeed Mahameed
2022-02-24  0:11 ` [v2 net 13/19] net/mlx5e: TC, Reject rules with forward and drop actions Saeed Mahameed
2022-02-24  0:11 ` [v2 net 14/19] net/mlx5e: TC, Skip redundant ct clear actions Saeed Mahameed
2022-02-24  0:11 ` [v2 net 15/19] net/mlx5e: Add feature check for set fec counters Saeed Mahameed
2022-02-24  0:11 ` [v2 net 16/19] net/mlx5e: Fix MPLSoUDP encap to use MPLS action information Saeed Mahameed
2022-02-24  0:11 ` [v2 net 17/19] net/mlx5e: MPLSoUDP decap, fix check for unsupported matches Saeed Mahameed
2022-02-24  0:11 ` [v2 net 18/19] net/mlx5e: Add missing increment of count Saeed Mahameed
2022-02-24  0:11 ` [v2 net 19/19] net/mlx5e: Fix VF min/max rate parameters interchange mistake 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=164567761497.18817.13199817664246956659.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=gal@nvidia.com \
    --cc=kuba@kernel.org \
    --cc=meirl@nvidia.com \
    --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).