All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Paul Blakey <paulb@nvidia.com>
Cc: netdev@vger.kernel.org, saeedm@nvidia.com, pabeni@redhat.com,
	kuba@kernel.org, edumazet@google.com, jhs@mojatatu.com,
	xiyou.wangcong@gmail.com, davem@davemloft.net,
	marcelo.leitner@gmail.com, ozsh@nvidia.com, jiri@nvidia.com,
	roid@nvidia.com, vladbu@nvidia.com, idosch@nvidia.com
Subject: Re: [PATCH net-next v13 0/8] net/sched: cls_api: Support hardware miss to tc action
Date: Tue, 21 Feb 2023 01:00:22 +0000	[thread overview]
Message-ID: <167694122274.14671.17012256659035609111.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230217223620.28508-1-paulb@nvidia.com>

Hello:

This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Sat, 18 Feb 2023 00:36:12 +0200 you wrote:
> Hi,
> 
> This series adds support for hardware miss to instruct tc to continue execution
> in a specific tc action instance on a filter's action list. The mlx5 driver patch
> (besides the refactors) shows its usage instead of using just chain restore.
> 
> Currently a filter's action list must be executed all together or
> not at all as driver are only able to tell tc to continue executing from a
> specific tc chain, and not a specific filter/action.
> 
> [...]

Here is the summary with links:
  - [net-next,v13,1/8] net/sched: Rename user cookie and act cookie
    https://git.kernel.org/netdev/net-next/c/db4b49025c0c
  - [net-next,v13,2/8] net/sched: cls_api: Support hardware miss to tc action
    https://git.kernel.org/netdev/net-next/c/80cd22c35c90
  - [net-next,v13,3/8] net/sched: flower: Move filter handle initialization earlier
    https://git.kernel.org/netdev/net-next/c/08a0063df3ae
  - [net-next,v13,4/8] net/sched: flower: Support hardware miss to tc action
    https://git.kernel.org/netdev/net-next/c/606c7c43d08c
  - [net-next,v13,5/8] net/mlx5: Kconfig: Make tc offload depend on tc skb extension
    https://git.kernel.org/netdev/net-next/c/03a283cdc8c8
  - [net-next,v13,6/8] net/mlx5: Refactor tc miss handling to a single function
    https://git.kernel.org/netdev/net-next/c/93a1ab2c545b
  - [net-next,v13,7/8] net/mlx5e: Rename CHAIN_TO_REG to MAPPED_OBJ_TO_REG
    https://git.kernel.org/netdev/net-next/c/235ff07da7ec
  - [net-next,v13,8/8] net/mlx5e: TC, Set CT miss to the specific ct action instance
    https://git.kernel.org/netdev/net-next/c/6702782845a5

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



      parent reply	other threads:[~2023-02-21  1:00 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-17 22:36 [PATCH net-next v13 0/8] net/sched: cls_api: Support hardware miss to tc action Paul Blakey
2023-02-17 22:36 ` [PATCH net-next v13 1/8] net/sched: Rename user cookie and act cookie Paul Blakey
2023-02-17 22:36 ` [PATCH net-next v13 2/8] net/sched: cls_api: Support hardware miss to tc action Paul Blakey
2023-02-17 22:36 ` [PATCH net-next v13 3/8] net/sched: flower: Move filter handle initialization earlier Paul Blakey
2023-02-23 10:24   ` Eric Dumazet
2023-02-25  7:53     ` Paul Blakey
2023-02-25  8:14       ` Eric Dumazet
2023-02-25 18:10         ` Paul Blakey
2023-02-17 22:36 ` [PATCH net-next v13 4/8] net/sched: flower: Support hardware miss to tc action Paul Blakey
2023-02-17 22:36 ` [PATCH net-next v13 5/8] net/mlx5: Kconfig: Make tc offload depend on tc skb extension Paul Blakey
2023-02-17 22:36 ` [PATCH net-next v13 6/8] net/mlx5: Refactor tc miss handling to a single function Paul Blakey
2023-02-17 22:36 ` [PATCH net-next v13 7/8] net/mlx5e: Rename CHAIN_TO_REG to MAPPED_OBJ_TO_REG Paul Blakey
2023-02-17 22:36 ` [PATCH net-next v13 8/8] net/mlx5e: TC, Set CT miss to the specific ct action instance Paul Blakey
2023-02-21  1:00 ` patchwork-bot+netdevbpf [this message]

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=167694122274.14671.17012256659035609111.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=idosch@nvidia.com \
    --cc=jhs@mojatatu.com \
    --cc=jiri@nvidia.com \
    --cc=kuba@kernel.org \
    --cc=marcelo.leitner@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=ozsh@nvidia.com \
    --cc=pabeni@redhat.com \
    --cc=paulb@nvidia.com \
    --cc=roid@nvidia.com \
    --cc=saeedm@nvidia.com \
    --cc=vladbu@nvidia.com \
    --cc=xiyou.wangcong@gmail.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.