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,
tariqt@nvidia.com, moshe@nvidia.com, mbloch@nvidia.com
Subject: Re: [net 01/12] net/mlx5: E-Switch, properly handle ingress tagged packets on VST
Date: Fri, 30 Dec 2022 07:40:18 +0000 [thread overview]
Message-ID: <167238601838.1408.541095940522692461.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20221228194331.70419-2-saeed@kernel.org>
Hello:
This series was applied to netdev/net.git (master)
by Saeed Mahameed <saeedm@nvidia.com>:
On Wed, 28 Dec 2022 11:43:20 -0800 you wrote:
> From: Moshe Shemesh <moshe@nvidia.com>
>
> Fix SRIOV VST mode behavior to insert cvlan when a guest tag is already
> present in the frame. Previous VST mode behavior was to drop packets or
> override existing tag, depending on the device version.
>
> In this patch we fix this behavior by correctly building the HW steering
> rule with a push vlan action, or for older devices we ask the FW to stack
> the vlan when a vlan is already present.
>
> [...]
Here is the summary with links:
- [net,01/12] net/mlx5: E-Switch, properly handle ingress tagged packets on VST
https://git.kernel.org/netdev/net/c/1f0ae22ab470
- [net,02/12] net/mlx5: Add forgotten cleanup calls into mlx5_init_once() error path
https://git.kernel.org/netdev/net/c/2a35b2c2e6a2
- [net,03/12] net/mlx5: Fix io_eq_size and event_eq_size params validation
https://git.kernel.org/netdev/net/c/44aee8ea15ac
- [net,04/12] net/mlx5: Avoid recovery in probe flows
https://git.kernel.org/netdev/net/c/9078e843efec
- [net,05/12] net/mlx5: Fix RoCE setting at HCA level
https://git.kernel.org/netdev/net/c/c4ad5f2bdad5
- [net,06/12] net/mlx5e: IPoIB, Don't allow CQE compression to be turned on by default
https://git.kernel.org/netdev/net/c/b12d581e83e3
- [net,07/12] net/mlx5e: Fix RX reporter for XSK RQs
https://git.kernel.org/netdev/net/c/f8c18a5749cf
- [net,08/12] net/mlx5e: CT: Fix ct debugfs folder name
https://git.kernel.org/netdev/net/c/849190e3e4cc
- [net,09/12] net/mlx5e: Always clear dest encap in neigh-update-del
https://git.kernel.org/netdev/net/c/2951b2e142ec
- [net,10/12] net/mlx5e: Fix hw mtu initializing at XDP SQ allocation
https://git.kernel.org/netdev/net/c/1e267ab88dc4
- [net,11/12] net/mlx5e: Set geneve_tlv_option_0_exist when matching on geneve option
https://git.kernel.org/netdev/net/c/e54638a8380b
- [net,12/12] net/mlx5: Lag, fix failure to cancel delayed bond work
https://git.kernel.org/netdev/net/c/4d1c1379d717
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:[~2022-12-30 7:40 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-28 19:43 [pull request][net 00/12] mlx5 fixes 2022-12-28 Saeed Mahameed
2022-12-28 19:43 ` [net 01/12] net/mlx5: E-Switch, properly handle ingress tagged packets on VST Saeed Mahameed
2022-12-30 7:40 ` patchwork-bot+netdevbpf [this message]
2022-12-28 19:43 ` [net 02/12] net/mlx5: Add forgotten cleanup calls into mlx5_init_once() error path Saeed Mahameed
2022-12-28 19:43 ` [net 03/12] net/mlx5: Fix io_eq_size and event_eq_size params validation Saeed Mahameed
2022-12-28 19:43 ` [net 04/12] net/mlx5: Avoid recovery in probe flows Saeed Mahameed
2022-12-29 6:33 ` Leon Romanovsky
2022-12-29 18:29 ` Saeed Mahameed
2023-01-01 6:52 ` Leon Romanovsky
2022-12-28 19:43 ` [net 05/12] net/mlx5: Fix RoCE setting at HCA level Saeed Mahameed
2022-12-28 19:43 ` [net 06/12] net/mlx5e: IPoIB, Don't allow CQE compression to be turned on by default Saeed Mahameed
2022-12-28 19:43 ` [net 07/12] net/mlx5e: Fix RX reporter for XSK RQs Saeed Mahameed
2022-12-28 19:43 ` [net 08/12] net/mlx5e: CT: Fix ct debugfs folder name Saeed Mahameed
2022-12-28 19:43 ` [net 09/12] net/mlx5e: Always clear dest encap in neigh-update-del Saeed Mahameed
2022-12-28 19:43 ` [net 10/12] net/mlx5e: Fix hw mtu initializing at XDP SQ allocation Saeed Mahameed
2022-12-28 19:43 ` [net 11/12] net/mlx5e: Set geneve_tlv_option_0_exist when matching on geneve option Saeed Mahameed
2022-12-28 19:43 ` [net 12/12] net/mlx5: Lag, fix failure to cancel delayed bond work 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=167238601838.1408.541095940522692461.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=kuba@kernel.org \
--cc=mbloch@nvidia.com \
--cc=moshe@nvidia.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--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.