public inbox for netdev@vger.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,
	roid@nvidia•com, ozsh@nvidia•com, saeedm@nvidia•com
Subject: Re: [net-next RESEND 01/17] net/mlx5e: Move code chunk setting encap dests into its own function
Date: Fri, 28 Jan 2022 03:20:14 +0000	[thread overview]
Message-ID: <164334001411.1685.13356722940879696600.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220127204007.146300-2-saeed@kernel.org>

Hello:

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

On Thu, 27 Jan 2022 12:39:51 -0800 you wrote:
> From: Roi Dayan <roid@nvidia•com>
> 
> Split setting encap dests code chunk out of mlx5e_tc_add_fdb_flow()
> to make the function smaller for maintainability and reuse.
> For symmetry do the same for mlx5e_tc_del_fdb_flow().
> While at it refactor cleanup to first check for encap flag like
> done when setting encap dests.
> 
> [...]

Here is the summary with links:
  - [net-next,RESEND,01/17] net/mlx5e: Move code chunk setting encap dests into its own function
    https://git.kernel.org/netdev/net-next/c/39542e234b52
  - [net-next,RESEND,02/17] net/mlx5e: Pass attr arg for attaching/detaching encaps
    https://git.kernel.org/netdev/net-next/c/c118ebc98233
  - [net-next,RESEND,03/17] net/mlx5e: Move counter creation call to alloc_flow_attr_counter()
    https://git.kernel.org/netdev/net-next/c/df67ad625b9e
  - [net-next,RESEND,04/17] net/mlx5e: TC, Move pedit_headers_action to parse_attr
    https://git.kernel.org/netdev/net-next/c/09bf97923224
  - [net-next,RESEND,05/17] net/mlx5e: TC, Split pedit offloads verify from alloc_tc_pedit_action()
    https://git.kernel.org/netdev/net-next/c/918ed7bf7626
  - [net-next,RESEND,06/17] net/mlx5e: TC, Pass attr to tc_act can_offload()
    https://git.kernel.org/netdev/net-next/c/8be9686d2479
  - [net-next,RESEND,07/17] net/mlx5e: TC, Refactor mlx5e_tc_add_flow_mod_hdr() to get flow attr
    https://git.kernel.org/netdev/net-next/c/ff9931670079
  - [net-next,RESEND,08/17] net/mlx5e: TC, Reject rules with multiple CT actions
    https://git.kernel.org/netdev/net-next/c/3b49a7edec1d
  - [net-next,RESEND,09/17] net/mlx5e: TC, Hold sample_attr on stack instead of pointer
    https://git.kernel.org/netdev/net-next/c/eeed226ed110
  - [net-next,RESEND,10/17] net/mlx5e: CT, Don't set flow flag CT for ct clear flow
    https://git.kernel.org/netdev/net-next/c/efe6f961cd2e
  - [net-next,RESEND,11/17] net/mlx5e: Refactor eswitch attr flags to just attr flags
    https://git.kernel.org/netdev/net-next/c/e5d4e1da6556
  - [net-next,RESEND,12/17] net/mlx5e: Test CT and SAMPLE on flow attr
    https://git.kernel.org/netdev/net-next/c/84ba8062e383
  - [net-next,RESEND,13/17] net/mlx5e: TC, Store mapped tunnel id on flow attr
    https://git.kernel.org/netdev/net-next/c/73a3f1bcab1e
  - [net-next,RESEND,14/17] net/mlx5e: CT, Remove redundant flow args from tc ct calls
    https://git.kernel.org/netdev/net-next/c/a572c0a748e6
  - [net-next,RESEND,15/17] net/mlx5: Remove unused TIR modify bitmask enums
    https://git.kernel.org/netdev/net-next/c/9059b04b4108
  - [net-next,RESEND,16/17] net/mlx5: Introduce software defined steering capabilities
    https://git.kernel.org/netdev/net-next/c/8348b71ccd92
  - [net-next,RESEND,17/17] net/mlx5: VLAN push on RX, pop on TX
    https://git.kernel.org/netdev/net-next/c/60dc0ef674ec

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



  reply	other threads:[~2022-01-28  3:20 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-27 20:39 [pull request][net-next RESEND 00/17] mlx5 updates 2022-01-27 Saeed Mahameed
2022-01-27 20:39 ` [net-next RESEND 01/17] net/mlx5e: Move code chunk setting encap dests into its own function Saeed Mahameed
2022-01-28  3:20   ` patchwork-bot+netdevbpf [this message]
2022-01-27 20:39 ` [net-next RESEND 02/17] net/mlx5e: Pass attr arg for attaching/detaching encaps Saeed Mahameed
2022-01-27 20:39 ` [net-next RESEND 03/17] net/mlx5e: Move counter creation call to alloc_flow_attr_counter() Saeed Mahameed
2022-01-27 20:39 ` [net-next RESEND 04/17] net/mlx5e: TC, Move pedit_headers_action to parse_attr Saeed Mahameed
2022-01-27 20:39 ` [net-next RESEND 05/17] net/mlx5e: TC, Split pedit offloads verify from alloc_tc_pedit_action() Saeed Mahameed
2022-01-27 20:39 ` [net-next RESEND 06/17] net/mlx5e: TC, Pass attr to tc_act can_offload() Saeed Mahameed
2022-01-27 20:39 ` [net-next RESEND 07/17] net/mlx5e: TC, Refactor mlx5e_tc_add_flow_mod_hdr() to get flow attr Saeed Mahameed
2022-01-27 20:39 ` [net-next RESEND 08/17] net/mlx5e: TC, Reject rules with multiple CT actions Saeed Mahameed
2022-01-27 20:39 ` [net-next RESEND 09/17] net/mlx5e: TC, Hold sample_attr on stack instead of pointer Saeed Mahameed
2022-01-27 20:40 ` [net-next RESEND 10/17] net/mlx5e: CT, Don't set flow flag CT for ct clear flow Saeed Mahameed
2022-01-27 20:40 ` [net-next RESEND 11/17] net/mlx5e: Refactor eswitch attr flags to just attr flags Saeed Mahameed
2022-01-27 20:40 ` [net-next RESEND 12/17] net/mlx5e: Test CT and SAMPLE on flow attr Saeed Mahameed
2022-01-27 20:40 ` [net-next RESEND 13/17] net/mlx5e: TC, Store mapped tunnel id " Saeed Mahameed
2022-01-27 20:40 ` [net-next RESEND 14/17] net/mlx5e: CT, Remove redundant flow args from tc ct calls Saeed Mahameed
2022-01-27 20:40 ` [net-next RESEND 15/17] net/mlx5: Remove unused TIR modify bitmask enums Saeed Mahameed
2022-01-27 20:40 ` [net-next RESEND 16/17] net/mlx5: Introduce software defined steering capabilities Saeed Mahameed
2022-01-27 20:40 ` [net-next RESEND 17/17] net/mlx5: VLAN push on RX, pop on TX 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=164334001411.1685.13356722940879696600.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel$(echo .)org \
    --cc=davem@davemloft$(echo .)net \
    --cc=kuba@kernel$(echo .)org \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=ozsh@nvidia$(echo .)com \
    --cc=roid@nvidia$(echo .)com \
    --cc=saeed@kernel$(echo .)org \
    --cc=saeedm@nvidia$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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