All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Saeed Mahameed <saeedm@nvidia.com>
Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
	netdev@vger.kernel.org, lariel@nvidia.com, maord@nvidia.com
Subject: Re: [net 01/15] net/mlx5e: Fix wrong source vport matching on tunnel rule
Date: Wed, 04 May 2022 10:10:14 +0000	[thread overview]
Message-ID: <165165901413.16679.17484307707741961429.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220504070256.694458-2-saeedm@nvidia.com>

Hello:

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

On Wed,  4 May 2022 00:02:42 -0700 you wrote:
> From: Ariel Levkovich <lariel@nvidia.com>
> 
> When OVS internal port is the vtep device, the first decap
> rule is matching on the internal port's vport metadata value
> and then changes the metadata to be the uplink's value.
> 
> Therefore, following rules on the tunnel, in chain > 0, should
> avoid matching on internal port metadata and use the uplink
> vport metadata instead.
> 
> [...]

Here is the summary with links:
  - [net,01/15] net/mlx5e: Fix wrong source vport matching on tunnel rule
    https://git.kernel.org/netdev/net/c/cb0d54cbf948
  - [net,02/15] net/mlx5: Fix slab-out-of-bounds while reading resource dump menu
    https://git.kernel.org/netdev/net/c/7ba2d9d8de96
  - [net,03/15] net/mlx5e: Don't match double-vlan packets if cvlan is not set
    https://git.kernel.org/netdev/net/c/ada09af92e62
  - [net,04/15] net/mlx5e: Fix the calling of update_buffer_lossy() API
    https://git.kernel.org/netdev/net/c/c4d963a588a6
  - [net,05/15] net/mlx5e: Lag, Fix use-after-free in fib event handler
    https://git.kernel.org/netdev/net/c/27b0420fd959
  - [net,06/15] net/mlx5e: Lag, Fix fib_info pointer assignment
    https://git.kernel.org/netdev/net/c/a6589155ec98
  - [net,07/15] net/mlx5e: Lag, Don't skip fib events on current dst
    https://git.kernel.org/netdev/net/c/4a2a664ed879
  - [net,08/15] net/mlx5e: TC, Fix ct_clear overwriting ct action metadata
    https://git.kernel.org/netdev/net/c/087032ee7021
  - [net,09/15] net/mlx5e: TC, fix decap fallback to uplink when int port not supported
    https://git.kernel.org/netdev/net/c/e3fdc71bcb6f
  - [net,10/15] net/mlx5e: CT: Fix queued up restore put() executing after relevant ft release
    https://git.kernel.org/netdev/net/c/b069e14fff46
  - [net,11/15] net/mlx5e: Avoid checking offload capability in post_parse action
    https://git.kernel.org/netdev/net/c/0e322efd64d2
  - [net,12/15] net/mlx5e: Fix trust state reset in reload
    https://git.kernel.org/netdev/net/c/b781bff882d1
  - [net,13/15] net/mlx5: Fix deadlock in sync reset flow
    https://git.kernel.org/netdev/net/c/cb7786a76ea3
  - [net,14/15] net/mlx5: Avoid double clear or set of sync reset requested
    https://git.kernel.org/netdev/net/c/fc3d3db07b35
  - [net,15/15] net/mlx5: Fix matching on inner TTC
    https://git.kernel.org/netdev/net/c/a042d7f5bb68

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



  reply	other threads:[~2022-05-04 10:10 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-04  7:02 [pull request][net 00/15] mlx5 fixes 2022-05-03 Saeed Mahameed
2022-05-04  7:02 ` [net 01/15] net/mlx5e: Fix wrong source vport matching on tunnel rule Saeed Mahameed
2022-05-04 10:10   ` patchwork-bot+netdevbpf [this message]
2022-05-04  7:02 ` [net 02/15] net/mlx5: Fix slab-out-of-bounds while reading resource dump menu Saeed Mahameed
2022-05-04  7:02 ` [net 03/15] net/mlx5e: Don't match double-vlan packets if cvlan is not set Saeed Mahameed
2022-05-04  7:02 ` [net 04/15] net/mlx5e: Fix the calling of update_buffer_lossy() API Saeed Mahameed
2022-05-04  7:02 ` [net 05/15] net/mlx5e: Lag, Fix use-after-free in fib event handler Saeed Mahameed
2022-05-04  7:02 ` [net 06/15] net/mlx5e: Lag, Fix fib_info pointer assignment Saeed Mahameed
2022-05-04  7:02 ` [net 07/15] net/mlx5e: Lag, Don't skip fib events on current dst Saeed Mahameed
2022-05-04  7:02 ` [net 08/15] net/mlx5e: TC, Fix ct_clear overwriting ct action metadata Saeed Mahameed
2022-05-04  7:02 ` [net 09/15] net/mlx5e: TC, fix decap fallback to uplink when int port not supported Saeed Mahameed
2022-05-04  7:02 ` [net 10/15] net/mlx5e: CT: Fix queued up restore put() executing after relevant ft release Saeed Mahameed
2022-05-04  7:02 ` [net 11/15] net/mlx5e: Avoid checking offload capability in post_parse action Saeed Mahameed
2022-05-04  7:02 ` [net 12/15] net/mlx5e: Fix trust state reset in reload Saeed Mahameed
2022-05-04  7:02 ` [net 13/15] net/mlx5: Fix deadlock in sync reset flow Saeed Mahameed
2022-05-04  7:02 ` [net 14/15] net/mlx5: Avoid double clear or set of sync reset requested Saeed Mahameed
2022-05-04  7:02 ` [net 15/15] net/mlx5: Fix matching on inner TTC 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=165165901413.16679.17484307707741961429.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=lariel@nvidia.com \
    --cc=maord@nvidia.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=saeedm@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.