Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

net/mlx5e: remove declarations of mlx5e_shampo_{fill_umr,dealloc_hd}

These functions were recently removed by commit 24cf78c73831
("net/mlx5e: SHAMPO, Switch to header memcpy"), however,
their declarations were left behind.

This patch removes those declarations.

Flagged by review-prompts while I was exercising Orc mode locally.
Compile tested only.

Signed-off-by: Simon Horman <horms@kernel.org>
Reviewed-by: Joe Damato <joe@dama.to>
Reviewed-by: Tariq Toukan <tariqt@nvidia.com>
Link: https://patch.msgid.link/20260206-shampo-v1-1-75b20c6657e5@kernel.org
Signed-off-by: Paolo Abeni <pabeni@redhat.com>

authored by

Simon Horman and committed by
Paolo Abeni
ad1f18e9 c22ba07c

-2
-2
drivers/net/ethernet/mellanox/mlx5/core/en.h
··· 1034 1034 bool mlx5e_check_fragmented_striding_rq_cap(struct mlx5_core_dev *mdev, u8 page_shift, 1035 1035 enum mlx5e_mpwrq_umr_mode umr_mode); 1036 1036 1037 - void mlx5e_shampo_fill_umr(struct mlx5e_rq *rq, int len); 1038 - void mlx5e_shampo_dealloc_hd(struct mlx5e_rq *rq); 1039 1037 void mlx5e_get_stats(struct net_device *dev, struct rtnl_link_stats64 *stats); 1040 1038 void mlx5e_fold_sw_stats64(struct mlx5e_priv *priv, struct rtnl_link_stats64 *s); 1041 1039