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, lariel@nvidia.com, saeedm@nvidia.com
Subject: Re: [net-next 01/16] net/mlx5: CT: Add support for matching on ct_state inv and rel flags
Date: Sun, 04 Apr 2021 08:50:11 +0000 [thread overview]
Message-ID: <161752621145.8645.13570276514334555985.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210404041954.146958-2-saeed@kernel.org>
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Sat, 3 Apr 2021 21:19:39 -0700 you wrote:
> From: Ariel Levkovich <lariel@nvidia.com>
>
> Add support for matching on ct_state inv and rel flags.
>
> Currently the support is only for match on -inv and -rel.
> Matching on +inv and +rel will be rejected.
>
> [...]
Here is the summary with links:
- [net-next,01/16] net/mlx5: CT: Add support for matching on ct_state inv and rel flags
https://git.kernel.org/netdev/net-next/c/116c76c51035
- [net-next,02/16] net/mlx5: E-Switch, cut down mlx5_vport_info structure size by 8 bytes
https://git.kernel.org/netdev/net-next/c/cadb129ffdfe
- [net-next,03/16] net/mlx5: E-Switch, move QoS specific fields to existing qos struct
https://git.kernel.org/netdev/net-next/c/e591605f801e
- [net-next,04/16] net/mlx5: Use unsigned int for free_count
https://git.kernel.org/netdev/net-next/c/c6baac47d9e6
- [net-next,05/16] net/mlx5: Pack mlx5_rl_entry structure
https://git.kernel.org/netdev/net-next/c/4c4c0a89abd5
- [net-next,06/16] net/mlx5: Do not hold mutex while reading table constants
https://git.kernel.org/netdev/net-next/c/16e74672a21b
- [net-next,07/16] net/mlx5: Use helpers to allocate and free rl table entries
https://git.kernel.org/netdev/net-next/c/51ccc9f5f106
- [net-next,08/16] net/mlx5: Use helper to increment, decrement rate entry refcount
https://git.kernel.org/netdev/net-next/c/97d85aba2543
- [net-next,09/16] net/mlx5: Allocate rate limit table when rate is configured
https://git.kernel.org/netdev/net-next/c/6b30b6d4d36c
- [net-next,10/16] net/mlx5: Pair mutex_destory with mutex_init for rate limit table
https://git.kernel.org/netdev/net-next/c/19779f28c96d
- [net-next,11/16] net/mlx5: E-Switch, cut down mlx5_vport_info structure size by 8 bytes
https://git.kernel.org/netdev/net-next/c/b47e1056257c
- [net-next,12/16] net/mlx5: E-Switch, move QoS specific fields to existing qos struct
https://git.kernel.org/netdev/net-next/c/233dd7d6565e
- [net-next,13/16] net/mlx5: Use ida_alloc_range() instead of ida_simple_alloc()
https://git.kernel.org/netdev/net-next/c/8802b8a44ef8
- [net-next,14/16] net/mlx5e: Reject tc rules which redirect from a VF to itself
https://git.kernel.org/netdev/net-next/c/bb5696570b0b
- [net-next,15/16] net/mlx5e: Dynamic alloc arfs table for netdev when needed
https://git.kernel.org/netdev/net-next/c/f6755b80d693
- [net-next,16/16] net/mlx5e: Dynamic alloc vlan table for netdev when needed
https://git.kernel.org/netdev/net-next/c/6783f0a21a3c
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2021-04-04 8:50 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-04 4:19 [pull request][net-next 00/16] mlx5 updates 2021-04-02 Saeed Mahameed
2021-04-04 4:19 ` [net-next 01/16] net/mlx5: CT: Add support for matching on ct_state inv and rel flags Saeed Mahameed
2021-04-04 8:50 ` patchwork-bot+netdevbpf [this message]
2021-04-04 4:19 ` [net-next 02/16] net/mlx5: E-Switch, cut down mlx5_vport_info structure size by 8 bytes Saeed Mahameed
2021-04-04 4:19 ` [net-next 03/16] net/mlx5: E-Switch, move QoS specific fields to existing qos struct Saeed Mahameed
2021-04-04 4:19 ` [net-next 04/16] net/mlx5: Use unsigned int for free_count Saeed Mahameed
2021-04-04 4:19 ` [net-next 05/16] net/mlx5: Pack mlx5_rl_entry structure Saeed Mahameed
2021-04-04 4:19 ` [net-next 06/16] net/mlx5: Do not hold mutex while reading table constants Saeed Mahameed
2021-04-04 4:19 ` [net-next 07/16] net/mlx5: Use helpers to allocate and free rl table entries Saeed Mahameed
2021-04-04 4:19 ` [net-next 08/16] net/mlx5: Use helper to increment, decrement rate entry refcount Saeed Mahameed
2021-04-04 4:19 ` [net-next 09/16] net/mlx5: Allocate rate limit table when rate is configured Saeed Mahameed
2021-04-04 4:19 ` [net-next 10/16] net/mlx5: Pair mutex_destory with mutex_init for rate limit table Saeed Mahameed
2021-04-04 4:19 ` [net-next 11/16] net/mlx5: E-Switch, cut down mlx5_vport_info structure size by 8 bytes Saeed Mahameed
2021-04-04 4:19 ` [net-next 12/16] net/mlx5: E-Switch, move QoS specific fields to existing qos struct Saeed Mahameed
2021-04-04 4:19 ` [net-next 13/16] net/mlx5: Use ida_alloc_range() instead of ida_simple_alloc() Saeed Mahameed
2021-04-04 4:19 ` [net-next 14/16] net/mlx5e: Reject tc rules which redirect from a VF to itself Saeed Mahameed
2021-04-04 4:19 ` [net-next 15/16] net/mlx5e: Dynamic alloc arfs table for netdev when needed Saeed Mahameed
2021-04-04 4:19 ` [net-next 16/16] net/mlx5e: Dynamic alloc vlan " 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=161752621145.8645.13570276514334555985.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=kuba@kernel.org \
--cc=lariel@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).