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, netdev@vger.kernel.org,
	tariqt@nvidia.com, maximmi@nvidia.com, saeedm@nvidia.com
Subject: Re: [net-next 01/15] net/mlx5e: Specify SQ stats struct for mlx5e_open_txqsq()
Date: Tue, 05 Oct 2021 10:50:09 +0000	[thread overview]
Message-ID: <163343100980.17486.14062772041812932187.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20211005011302.41793-2-saeed@kernel.org>

Hello:

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

On Mon,  4 Oct 2021 18:12:48 -0700 you wrote:
> From: Tariq Toukan <tariqt@nvidia.com>
> 
> Let the caller of mlx5e_open_txqsq() directly pass the SQ stats
> structure pointer.
> This replaces logic involving the qos_queue_group_id parameter,
> and helps generalizing its role in the next patch.
> 
> [...]

Here is the summary with links:
  - [net-next,01/15] net/mlx5e: Specify SQ stats struct for mlx5e_open_txqsq()
    https://git.kernel.org/netdev/net-next/c/e0ee6891174c
  - [net-next,02/15] net/mlx5e: Add TX max rate support for MQPRIO channel mode
    https://git.kernel.org/netdev/net-next/c/80743c4f8d34
  - [net-next,03/15] net/mlx5e: TC, Refactor sample offload error flow
    https://git.kernel.org/netdev/net-next/c/61c6f0d19084
  - [net-next,04/15] net/mlx5e: Move mod hdr allocation to a single place
    https://git.kernel.org/netdev/net-next/c/d9581e2fa73f
  - [net-next,05/15] net/mlx5e: Split actions_match_supported() into a sub function
    https://git.kernel.org/netdev/net-next/c/9c1d3511a2c2
  - [net-next,06/15] net/mlx5e: Move parse fdb check into actions_match_supported_fdb()
    https://git.kernel.org/netdev/net-next/c/d4f401d9ab18
  - [net-next,07/15] net/mlx5e: Reserve a value from TC tunnel options mapping
    https://git.kernel.org/netdev/net-next/c/3222efd4b3a3
  - [net-next,08/15] net/mlx5e: Specify out ifindex when looking up encap route
    https://git.kernel.org/netdev/net-next/c/2f8ec867b6c3
  - [net-next,09/15] net/mlx5e: Support accept action
    https://git.kernel.org/netdev/net-next/c/6ba2e2b33df8
  - [net-next,10/15] net/mlx5: Bridge, refactor eswitch instance usage
    https://git.kernel.org/netdev/net-next/c/a1a6e7217eac
  - [net-next,11/15] net/mlx5: Bridge, extract VLAN pop code to dedicated functions
    https://git.kernel.org/netdev/net-next/c/64fc4b358941
  - [net-next,12/15] net/mlx5: Bridge, mark reg_c1 when pushing VLAN
    https://git.kernel.org/netdev/net-next/c/5249001d69a2
  - [net-next,13/15] net/mlx5: Bridge, pop VLAN on egress table miss
    https://git.kernel.org/netdev/net-next/c/575baa92fd46
  - [net-next,14/15] net/mlx5: Shift control IRQ to the last index
    https://git.kernel.org/netdev/net-next/c/3663ad34bc70
  - [net-next,15/15] net/mlx5: Enable single IRQ for PCI Function
    https://git.kernel.org/netdev/net-next/c/f891b7cdbdcd

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



  reply	other threads:[~2021-10-05 10:50 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-05  1:12 [pull request][net-next 00/15] mlx5 updates 2021-10-04 Saeed Mahameed
2021-10-05  1:12 ` [net-next 01/15] net/mlx5e: Specify SQ stats struct for mlx5e_open_txqsq() Saeed Mahameed
2021-10-05 10:50   ` patchwork-bot+netdevbpf [this message]
2021-10-05  1:12 ` [net-next 02/15] net/mlx5e: Add TX max rate support for MQPRIO channel mode Saeed Mahameed
2021-10-05  1:12 ` [net-next 03/15] net/mlx5e: TC, Refactor sample offload error flow Saeed Mahameed
2021-10-05  1:12 ` [net-next 04/15] net/mlx5e: Move mod hdr allocation to a single place Saeed Mahameed
2021-10-05  1:12 ` [net-next 05/15] net/mlx5e: Split actions_match_supported() into a sub function Saeed Mahameed
2021-10-05  1:12 ` [net-next 06/15] net/mlx5e: Move parse fdb check into actions_match_supported_fdb() Saeed Mahameed
2021-10-05  1:12 ` [net-next 07/15] net/mlx5e: Reserve a value from TC tunnel options mapping Saeed Mahameed
2021-10-05  1:12 ` [net-next 08/15] net/mlx5e: Specify out ifindex when looking up encap route Saeed Mahameed
2021-10-05  1:12 ` [net-next 09/15] net/mlx5e: Support accept action Saeed Mahameed
2021-10-05  1:12 ` [net-next 10/15] net/mlx5: Bridge, refactor eswitch instance usage Saeed Mahameed
2021-10-05  1:12 ` [net-next 11/15] net/mlx5: Bridge, extract VLAN pop code to dedicated functions Saeed Mahameed
2021-10-05  1:12 ` [net-next 12/15] net/mlx5: Bridge, mark reg_c1 when pushing VLAN Saeed Mahameed
2021-10-05  1:13 ` [net-next 13/15] net/mlx5: Bridge, pop VLAN on egress table miss Saeed Mahameed
2021-10-05  1:13 ` [net-next 14/15] net/mlx5: Shift control IRQ to the last index Saeed Mahameed
2021-10-05  1:13 ` [net-next 15/15] net/mlx5: Enable single IRQ for PCI Function 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=163343100980.17486.14062772041812932187.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=maximmi@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 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.