From: patchwork-bot+netdevbpf@kernel.org
To: Saeed Mahameed <saeed@kernel.org>
Cc: davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org,
arnd@arndb.de, saeedm@nvidia.com
Subject: Re: [net-next v0 01/14] mlx5: fix psample_sample_packet link error
Date: Fri, 03 Dec 2021 03:20:11 +0000 [thread overview]
Message-ID: <163850161177.31717.8006639067892103879.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20211203005622.183325-2-saeed@kernel.org>
Hello:
This series was applied to netdev/net-next.git (master)
by Saeed Mahameed <saeedm@nvidia.com>:
On Thu, 2 Dec 2021 16:56:09 -0800 you wrote:
> From: Arnd Bergmann <arnd@arndb.de>
>
> When PSAMPLE is a loadable module, built-in drivers cannot use it:
>
> aarch64-linux-ld: drivers/net/ethernet/mellanox/mlx5/core/en/tc/sample.o: in function `mlx5e_tc_sample_skb':
> sample.c:(.text+0xd68): undefined reference to `psample_sample_packet'
>
> [...]
Here is the summary with links:
- [net-next,v0,01/14] mlx5: fix psample_sample_packet link error
https://git.kernel.org/netdev/net-next/c/7a7dd5114f53
- [net-next,v0,02/14] mlx5: fix mlx5i_grp_sw_update_stats() stack usage
https://git.kernel.org/netdev/net-next/c/d2b8c7ba3c79
- [net-next,v0,03/14] net/mlx5: Fix error return code in esw_qos_create()
https://git.kernel.org/netdev/net-next/c/baf5c001300e
- [net-next,v0,04/14] net/mlx5: Fix some error handling paths in 'mlx5e_tc_add_fdb_flow()'
https://git.kernel.org/netdev/net-next/c/31108d142f36
- [net-next,v0,05/14] net/mlx5: SF, silence an uninitialized variable warning
https://git.kernel.org/netdev/net-next/c/c64d01b3ceba
- [net-next,v0,06/14] net/mlx5: Print more info on pci error handlers
https://git.kernel.org/netdev/net-next/c/fad1783a6d66
- [net-next,v0,07/14] net/mlx5e: SHAMPO, clean MLX5E_MAX_KLM_PER_WQE macro
https://git.kernel.org/netdev/net-next/c/3ef1f8e795ba
- [net-next,v0,08/14] net/mlx5e: Hide function mlx5e_num_channels_changed
https://git.kernel.org/netdev/net-next/c/e9542221c4f5
- [net-next,v0,09/14] net/mlx5e: TC, Remove redundant action stack var
https://git.kernel.org/netdev/net-next/c/9745dbe03669
- [net-next,v0,10/14] net/mlx5e: Remove redundant actions arg from validate_goto_chain()
https://git.kernel.org/netdev/net-next/c/3cc78411f3f4
- [net-next,v0,11/14] net/mlx5e: Remove redundant actions arg from vlan push/pop funcs
https://git.kernel.org/netdev/net-next/c/70a140ea6f79
- [net-next,v0,12/14] net/mlx5e: TC, Move common flow_action checks into function
https://git.kernel.org/netdev/net-next/c/df990477242f
- [net-next,v0,13/14] net/mlx5e: TC, Set flow attr ip_version earlier
https://git.kernel.org/netdev/net-next/c/d4bb053139e7
- [net-next,v0,14/14] net/mlx5: Dynamically resize flow counters query buffer
https://git.kernel.org/netdev/net-next/c/b247f32aecad
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2021-12-03 3:20 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-03 0:56 [pull request][net-next v0 00/14] mlx5 updates 2021-12-02 Saeed Mahameed
2021-12-03 0:56 ` [net-next v0 01/14] mlx5: fix psample_sample_packet link error Saeed Mahameed
2021-12-03 3:20 ` patchwork-bot+netdevbpf [this message]
2021-12-03 0:56 ` [net-next v0 02/14] mlx5: fix mlx5i_grp_sw_update_stats() stack usage Saeed Mahameed
2021-12-03 0:56 ` [net-next v0 03/14] net/mlx5: Fix error return code in esw_qos_create() Saeed Mahameed
2021-12-03 0:56 ` [net-next v0 04/14] net/mlx5: Fix some error handling paths in 'mlx5e_tc_add_fdb_flow()' Saeed Mahameed
2021-12-03 0:56 ` [net-next v0 05/14] net/mlx5: SF, silence an uninitialized variable warning Saeed Mahameed
2021-12-03 0:56 ` [net-next v0 06/14] net/mlx5: Print more info on pci error handlers Saeed Mahameed
2021-12-03 0:56 ` [net-next v0 07/14] net/mlx5e: SHAMPO, clean MLX5E_MAX_KLM_PER_WQE macro Saeed Mahameed
2021-12-03 0:56 ` [net-next v0 08/14] net/mlx5e: Hide function mlx5e_num_channels_changed Saeed Mahameed
2021-12-03 0:56 ` [net-next v0 09/14] net/mlx5e: TC, Remove redundant action stack var Saeed Mahameed
2021-12-03 0:56 ` [net-next v0 10/14] net/mlx5e: Remove redundant actions arg from validate_goto_chain() Saeed Mahameed
2021-12-03 0:56 ` [net-next v0 11/14] net/mlx5e: Remove redundant actions arg from vlan push/pop funcs Saeed Mahameed
2021-12-03 0:56 ` [net-next v0 12/14] net/mlx5e: TC, Move common flow_action checks into function Saeed Mahameed
2021-12-03 0:56 ` [net-next v0 13/14] net/mlx5e: TC, Set flow attr ip_version earlier Saeed Mahameed
2021-12-03 0:56 ` [net-next v0 14/14] net/mlx5: Dynamically resize flow counters query buffer 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=163850161177.31717.8006639067892103879.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=arnd@arndb.de \
--cc=davem@davemloft.net \
--cc=kuba@kernel.org \
--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).