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, netdev@vger.kernel.org,
	cmi@nvidia.com, ozsh@nvidia.com, mbloch@nvidia.com,
	saeedm@nvidia.com
Subject: Re: [net-next 01/13] net/mlx5: E-switch, Move vport table functions to a new file
Date: Wed, 07 Apr 2021 21:50:10 +0000	[thread overview]
Message-ID: <161783221066.30231.12083412945072924908.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210407045421.148987-2-saeed@kernel.org>

Hello:

This series was applied to netdev/net-next.git (refs/heads/master):

On Tue,  6 Apr 2021 21:54:09 -0700 you wrote:
> From: Chris Mi <cmi@nvidia.com>
> 
> Currently, the vport table functions are in common eswitch offload
> file. This file is too big. Move the vport table create, delete and
> lookup functions to a separate file. Put the file in esw directory.
> 
> Pre-step for generalizing its functionality for serving both the
> mirroring and the sample features.
> 
> [...]

Here is the summary with links:
  - [net-next,01/13] net/mlx5: E-switch, Move vport table functions to a new file
    https://git.kernel.org/netdev/net-next/c/4c7f40287aa5
  - [net-next,02/13] net/mlx5: E-switch, Rename functions to follow naming convention.
    https://git.kernel.org/netdev/net-next/c/0a9e2307870b
  - [net-next,03/13] net/mlx5: E-switch, Generalize per vport table API
    https://git.kernel.org/netdev/net-next/c/c796bb7cd230
  - [net-next,04/13] net/mlx5: E-switch, Set per vport table default group number
    https://git.kernel.org/netdev/net-next/c/c1904360dde8
  - [net-next,05/13] net/mlx5: Map register values to restore objects
    https://git.kernel.org/netdev/net-next/c/a91d98a0a2b8
  - [net-next,06/13] net/mlx5: Instantiate separate mapping objects for FDB and NIC tables
    https://git.kernel.org/netdev/net-next/c/c935568271b5
  - [net-next,07/13] net/mlx5e: TC, Parse sample action
    https://git.kernel.org/netdev/net-next/c/41c2fd949803
  - [net-next,08/13] net/mlx5e: TC, Add sampler termination table API
    https://git.kernel.org/netdev/net-next/c/2a9ab10a5689
  - [net-next,09/13] net/mlx5e: TC, Add sampler object API
    https://git.kernel.org/netdev/net-next/c/11ecd6c60b4e
  - [net-next,10/13] net/mlx5e: TC, Add sampler restore handle API
    https://git.kernel.org/netdev/net-next/c/36a3196256bf
  - [net-next,11/13] net/mlx5e: TC, Refactor tc update skb function
    https://git.kernel.org/netdev/net-next/c/7319a1cc3ca9
  - [net-next,12/13] net/mlx5e: TC, Handle sampled packets
    https://git.kernel.org/netdev/net-next/c/be9dc0047450
  - [net-next,13/13] net/mlx5e: TC, Add support to offload sample action
    https://git.kernel.org/netdev/net-next/c/f94d6389f6a8

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



  reply	other threads:[~2021-04-07 21:50 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-07  4:54 [pull request][net-next 00/13] mlx5 updates 2021-04-06 Saeed Mahameed
2021-04-07  4:54 ` [net-next 01/13] net/mlx5: E-switch, Move vport table functions to a new file Saeed Mahameed
2021-04-07 21:50   ` patchwork-bot+netdevbpf [this message]
2021-04-07  4:54 ` [net-next 02/13] net/mlx5: E-switch, Rename functions to follow naming convention Saeed Mahameed
2021-04-07  4:54 ` [net-next 03/13] net/mlx5: E-switch, Generalize per vport table API Saeed Mahameed
2021-04-07  4:54 ` [net-next 04/13] net/mlx5: E-switch, Set per vport table default group number Saeed Mahameed
2021-04-07  4:54 ` [net-next 05/13] net/mlx5: Map register values to restore objects Saeed Mahameed
2021-04-07  4:54 ` [net-next 06/13] net/mlx5: Instantiate separate mapping objects for FDB and NIC tables Saeed Mahameed
2021-04-07  4:54 ` [net-next 07/13] net/mlx5e: TC, Parse sample action Saeed Mahameed
2021-04-07  4:54 ` [net-next 08/13] net/mlx5e: TC, Add sampler termination table API Saeed Mahameed
2021-04-07  4:54 ` [net-next 09/13] net/mlx5e: TC, Add sampler object API Saeed Mahameed
2021-04-07  4:54 ` [net-next 10/13] net/mlx5e: TC, Add sampler restore handle API Saeed Mahameed
2021-04-07  4:54 ` [net-next 11/13] net/mlx5e: TC, Refactor tc update skb function Saeed Mahameed
2021-04-07  4:54 ` [net-next 12/13] net/mlx5e: TC, Handle sampled packets Saeed Mahameed
2021-04-07  4:54 ` [net-next 13/13] net/mlx5e: TC, Add support to offload sample action 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=161783221066.30231.12083412945072924908.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=cmi@nvidia.com \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=mbloch@nvidia.com \
    --cc=netdev@vger.kernel.org \
    --cc=ozsh@nvidia.com \
    --cc=saeed@kernel.org \
    --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.