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, pabeni@redhat.com,
	edumazet@google.com, saeedm@nvidia.com, netdev@vger.kernel.org,
	tariqt@nvidia.com, paulb@nvidia.com, roid@nvidia.com
Subject: Re: [net-next 01/15] net/mlx5e: Set default can_offload action
Date: Fri, 07 Apr 2023 02:20:20 +0000	[thread overview]
Message-ID: <168083402029.18528.11718147215850947886.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230406020232.83844-2-saeed@kernel.org>

Hello:

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

On Wed,  5 Apr 2023 19:02:18 -0700 you wrote:
> From: Paul Blakey <paulb@nvidia.com>
> 
> Many parsers of tc actions just return true on their can_offload()
> implementation, without checking the input flow/action.
> Set the default can_offload action to true (allow), and avoid
> having many can_offload implementations that do just that.
> 
> [...]

Here is the summary with links:
  - [net-next,01/15] net/mlx5e: Set default can_offload action
    https://git.kernel.org/netdev/net-next/c/0840c9f7d80b
  - [net-next,02/15] net/mlx5e: TC, Remove unused vf_tun variable
    https://git.kernel.org/netdev/net-next/c/7195d9a0c8df
  - [net-next,03/15] net/mlx5e: TC, Move main flow attribute cleanup to helper func
    https://git.kernel.org/netdev/net-next/c/a830ec485e83
  - [net-next,04/15] net/mlx5e: CT: Use per action stats
    https://git.kernel.org/netdev/net-next/c/13aca17b450e
  - [net-next,05/15] net/mlx5e: TC, Remove CT action reordering
    https://git.kernel.org/netdev/net-next/c/67efaf45930d
  - [net-next,06/15] net/mlx5e: TC, Remove special handling of CT action
    https://git.kernel.org/netdev/net-next/c/08fe94ec5f77
  - [net-next,07/15] net/mlx5e: TC, Remove multiple ct actions limitation
    https://git.kernel.org/netdev/net-next/c/d0cc0853640d
  - [net-next,08/15] net/mlx5e: TC, Remove tuple rewrite and ct limitation
    https://git.kernel.org/netdev/net-next/c/5d7cb06eb91a
  - [net-next,09/15] net/mlx5e: TC, Remove mirror and ct limitation
    https://git.kernel.org/netdev/net-next/c/dc614025e228
  - [net-next,10/15] net/mlx5e: TC, Remove sample and ct limitation
    https://git.kernel.org/netdev/net-next/c/35c8de16d846
  - [net-next,11/15] net/mlx5e: Remove redundant macsec code
    https://git.kernel.org/netdev/net-next/c/1a62ffcaaabf
  - [net-next,12/15] net/mlx5: Update cyclecounter shift value to improve ptp free running mode precision
    https://git.kernel.org/netdev/net-next/c/6a4010927562
  - [net-next,13/15] net/mlx5e: Rename misleading skb_pc/cc references in ptp code
    https://git.kernel.org/netdev/net-next/c/cf1cccae7983
  - [net-next,14/15] net/mlx5e: Fix RQ SW state layout in RQ devlink health diagnostics
    https://git.kernel.org/netdev/net-next/c/6bd0f349ae70
  - [net-next,15/15] net/mlx5e: Fix SQ SW state layout in SQ devlink health diagnostics
    https://git.kernel.org/netdev/net-next/c/b0d87ed27be7

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



  reply	other threads:[~2023-04-07  2:20 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-06  2:02 [pull request][net-next 00/15] mlx5 updates 2023-04-05 Saeed Mahameed
2023-04-06  2:02 ` [net-next 01/15] net/mlx5e: Set default can_offload action Saeed Mahameed
2023-04-07  2:20   ` patchwork-bot+netdevbpf [this message]
2023-04-06  2:02 ` [net-next 02/15] net/mlx5e: TC, Remove unused vf_tun variable Saeed Mahameed
2023-04-06  2:02 ` [net-next 03/15] net/mlx5e: TC, Move main flow attribute cleanup to helper func Saeed Mahameed
2023-04-06  2:02 ` [net-next 04/15] net/mlx5e: CT: Use per action stats Saeed Mahameed
2023-04-06  2:02 ` [net-next 05/15] net/mlx5e: TC, Remove CT action reordering Saeed Mahameed
2023-04-06  2:02 ` [net-next 06/15] net/mlx5e: TC, Remove special handling of CT action Saeed Mahameed
2023-04-06  2:02 ` [net-next 07/15] net/mlx5e: TC, Remove multiple ct actions limitation Saeed Mahameed
2023-04-06  2:02 ` [net-next 08/15] net/mlx5e: TC, Remove tuple rewrite and ct limitation Saeed Mahameed
2023-04-06  2:02 ` [net-next 09/15] net/mlx5e: TC, Remove mirror " Saeed Mahameed
2023-04-06  2:02 ` [net-next 10/15] net/mlx5e: TC, Remove sample " Saeed Mahameed
2023-04-06  2:02 ` [net-next 11/15] net/mlx5e: Remove redundant macsec code Saeed Mahameed
2023-04-06  2:02 ` [net-next 12/15] net/mlx5: Update cyclecounter shift value to improve ptp free running mode precision Saeed Mahameed
2023-04-06  2:02 ` [net-next 13/15] net/mlx5e: Rename misleading skb_pc/cc references in ptp code Saeed Mahameed
2023-04-06  2:02 ` [net-next 14/15] net/mlx5e: Fix RQ SW state layout in RQ devlink health diagnostics Saeed Mahameed
2023-04-06  2:02 ` [net-next 15/15] net/mlx5e: Fix SQ SW state layout in SQ " 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=168083402029.18528.11718147215850947886.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=paulb@nvidia.com \
    --cc=roid@nvidia.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.