netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Saeed Mahameed <saeed@kernel.org>
Cc: kuba@kernel.org, davem@davemloft.net, netdev@vger.kernel.org,
	mbloch@nvidia.com, saeedm@nvidia.com
Subject: Re: [net-next V2 01/17] net/mlx5: E-Switch, Refactor setting source port
Date: Tue, 09 Feb 2021 00:20:10 +0000	[thread overview]
Message-ID: <161283001051.26681.5623565979716838336.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210206050240.48410-2-saeed@kernel.org>

Hello:

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

On Fri,  5 Feb 2021 21:02:24 -0800 you wrote:
> From: Mark Bloch <mbloch@nvidia.com>
> 
> Setting the source port requires only the E-Switch and vport number.
> Refactor the function to get those parameters instead of passing the full
> attribute.
> 
> Signed-off-by: Mark Bloch <mbloch@nvidia.com>
> Reviewed-by: Saeed Mahameed <saeedm@nvidia.com>
> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
> 
> [...]

Here is the summary with links:
  - [net-next,V2,01/17] net/mlx5: E-Switch, Refactor setting source port
    https://git.kernel.org/netdev/net-next/c/b055ecf5827d
  - [net-next,V2,02/17] net/mlx5e: E-Switch, Maintain vhca_id to vport_num mapping
    https://git.kernel.org/netdev/net-next/c/84ae9c1f29c0
  - [net-next,V2,03/17] net/mlx5e: Always set attr mdev pointer
    https://git.kernel.org/netdev/net-next/c/275c21d6cbe2
  - [net-next,V2,04/17] net/mlx5: E-Switch, Refactor rule offload forward action processing
    https://git.kernel.org/netdev/net-next/c/9e51c0a62492
  - [net-next,V2,05/17] net/mlx5e: VF tunnel TX traffic offloading
    https://git.kernel.org/netdev/net-next/c/10742efc20a4
  - [net-next,V2,06/17] net/mlx5e: Refactor tun routing helpers
    https://git.kernel.org/netdev/net-next/c/6717986e15a0
  - [net-next,V2,07/17] net/mlx5: E-Switch, Indirect table infrastructure
    https://git.kernel.org/netdev/net-next/c/34ca65352ddf
  - [net-next,V2,08/17] net/mlx5e: Remove redundant match on tunnel destination mac
    https://git.kernel.org/netdev/net-next/c/4ad9116c84ed
  - [net-next,V2,09/17] net/mlx5e: VF tunnel RX traffic offloading
    https://git.kernel.org/netdev/net-next/c/a508728a4c8b
  - [net-next,V2,10/17] net/mlx5e: Refactor reg_c1 usage
    https://git.kernel.org/netdev/net-next/c/48d216e5596a
  - [net-next,V2,11/17] net/mlx5e: Match recirculated packet miss in slow table using reg_c1
    https://git.kernel.org/netdev/net-next/c/8e404fefa58b
  - [net-next,V2,12/17] net/mlx5e: Extract tc tunnel encap/decap code to dedicated file
    https://git.kernel.org/netdev/net-next/c/0d9f96471493
  - [net-next,V2,13/17] net/mlx5e: Create route entry infrastructure
    https://git.kernel.org/netdev/net-next/c/777bb800c696
  - [net-next,V2,14/17] net/mlx5e: Refactor neigh update infrastructure
    https://git.kernel.org/netdev/net-next/c/2221d954d984
  - [net-next,V2,15/17] net/mlx5e: TC preparation refactoring for routing update event
    https://git.kernel.org/netdev/net-next/c/c7b9038d8af6
  - [net-next,V2,16/17] net/mlx5e: Rename some encap-specific API to generic names
    https://git.kernel.org/netdev/net-next/c/021905f8067d
  - [net-next,V2,17/17] net/mlx5e: Handle FIB events to update tunnel endpoint device
    https://git.kernel.org/netdev/net-next/c/8914add2c9e5

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



  parent reply	other threads:[~2021-02-09  0:20 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-06  5:02 [pull request][net-next V2 00/17] mlx5 updates 2021-02-04 Saeed Mahameed
2021-02-06  5:02 ` [net-next V2 01/17] net/mlx5: E-Switch, Refactor setting source port Saeed Mahameed
2021-02-06 18:13   ` Marcelo Ricardo Leitner
2021-02-08  8:21     ` Vlad Buslov
2021-02-08 13:25       ` Marcelo Ricardo Leitner
2021-02-08 13:31         ` Vlad Buslov
2021-02-08 13:42           ` Marcelo Ricardo Leitner
2021-02-08 20:22       ` Jakub Kicinski
2021-02-09 14:22         ` Vlad Buslov
2021-02-09 16:10           ` Or Gerlitz
2021-02-10 13:56             ` Marcelo Ricardo Leitner
2021-02-10 16:44               ` Vlad Buslov
2021-02-09 18:05           ` Jakub Kicinski
2021-02-09 19:17             ` Vlad Buslov
2021-02-09 19:50               ` Jakub Kicinski
2021-02-10 11:25                 ` Vlad Buslov
2021-02-10 19:43                   ` Jakub Kicinski
2021-02-09  0:20   ` patchwork-bot+netdevbpf [this message]
2021-02-06  5:02 ` [net-next V2 02/17] net/mlx5e: E-Switch, Maintain vhca_id to vport_num mapping Saeed Mahameed
2021-02-06  5:02 ` [net-next V2 03/17] net/mlx5e: Always set attr mdev pointer Saeed Mahameed
2021-02-06  5:02 ` [net-next V2 04/17] net/mlx5: E-Switch, Refactor rule offload forward action processing Saeed Mahameed
2021-02-06  5:02 ` [net-next V2 05/17] net/mlx5e: VF tunnel TX traffic offloading Saeed Mahameed
2021-02-06  5:02 ` [net-next V2 06/17] net/mlx5e: Refactor tun routing helpers Saeed Mahameed
2021-02-06  5:02 ` [net-next V2 07/17] net/mlx5: E-Switch, Indirect table infrastructure Saeed Mahameed
2021-02-06  5:02 ` [net-next V2 08/17] net/mlx5e: Remove redundant match on tunnel destination mac Saeed Mahameed
2021-02-06  5:02 ` [net-next V2 09/17] net/mlx5e: VF tunnel RX traffic offloading Saeed Mahameed
2021-02-06  5:02 ` [net-next V2 10/17] net/mlx5e: Refactor reg_c1 usage Saeed Mahameed
2021-02-06  5:02 ` [net-next V2 11/17] net/mlx5e: Match recirculated packet miss in slow table using reg_c1 Saeed Mahameed
2021-02-06  5:02 ` [net-next V2 12/17] net/mlx5e: Extract tc tunnel encap/decap code to dedicated file Saeed Mahameed
2021-02-09 20:35   ` Guenter Roeck
2021-02-06  5:02 ` [net-next V2 13/17] net/mlx5e: Create route entry infrastructure Saeed Mahameed
2021-02-06  5:02 ` [net-next V2 14/17] net/mlx5e: Refactor neigh update infrastructure Saeed Mahameed
2021-02-06  5:02 ` [net-next V2 15/17] net/mlx5e: TC preparation refactoring for routing update event Saeed Mahameed
2021-02-06  5:02 ` [net-next V2 16/17] net/mlx5e: Rename some encap-specific API to generic names Saeed Mahameed
2021-02-06  5:02 ` [net-next V2 17/17] net/mlx5e: Handle FIB events to update tunnel endpoint device Saeed Mahameed
2021-02-08 21:55 ` [pull request][net-next V2 00/17] mlx5 updates 2021-02-04 Or Gerlitz
2021-02-09  8:42 ` Or Gerlitz
2021-02-09  8:43   ` Or Gerlitz
2021-02-10 16:51   ` Vlad Buslov

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=161283001051.26681.5623565979716838336.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=mbloch@nvidia.com \
    --cc=netdev@vger.kernel.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).