diff mbox series

[net-next] net/mlx4: Remove unused #define MAX_MSIX_P_PORT

Message ID 20201206091254.12476-1-tariqt@nvidia.com (mailing list archive)
State Accepted
Commit 374a96b9600ccf60083c0fec8f727e04752a7f0c
Delegated to: Netdev Maintainers
Headers show
Series [net-next] net/mlx4: Remove unused #define MAX_MSIX_P_PORT | expand

Checks

Context Check Description
netdev/cover_letter success Link
netdev/fixes_present success Link
netdev/patch_count success Link
netdev/tree_selection success Clearly marked for net-next
netdev/subject_prefix success Link
netdev/source_inline success Was 0 now: 0
netdev/verify_signedoff success Link
netdev/module_param success Was 0 now: 0
netdev/build_32bit success Errors and warnings before: 0 this patch: 0
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/verify_fixes success Link
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 7 lines checked
netdev/build_allmodconfig_warn success Errors and warnings before: 0 this patch: 0
netdev/header_inline success Link
netdev/stable success Stable not CCed

Commit Message

Tariq Toukan Dec. 6, 2020, 9:12 a.m. UTC
From: Tariq Toukan <tariqt@mellanox.com>

All usages of the definition MAX_MSIX_P_PORT were removed.
It's not in use anymore. Remove it.

Signed-off-by: Tariq Toukan <tariqt@mellanox.com>
Reviewed-by: Moshe Shemesh <moshe@mellanox.com>
---
 include/linux/mlx4/device.h | 1 -
 1 file changed, 1 deletion(-)

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 8, 2020, 2:30 a.m. UTC | #1
Hello:

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

On Sun,  6 Dec 2020 11:12:54 +0200 you wrote:
> From: Tariq Toukan <tariqt@mellanox.com>
> 
> All usages of the definition MAX_MSIX_P_PORT were removed.
> It's not in use anymore. Remove it.
> 
> Signed-off-by: Tariq Toukan <tariqt@mellanox.com>
> Reviewed-by: Moshe Shemesh <moshe@mellanox.com>
> 
> [...]

Here is the summary with links:
  - [net-next] net/mlx4: Remove unused #define MAX_MSIX_P_PORT
    https://git.kernel.org/netdev/net-next/c/374a96b9600c

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

Patch

diff --git a/include/linux/mlx4/device.h b/include/linux/mlx4/device.h
index 06e066e04a4b..236a7d04f891 100644
--- a/include/linux/mlx4/device.h
+++ b/include/linux/mlx4/device.h
@@ -46,7 +46,6 @@ 
 
 #define DEFAULT_UAR_PAGE_SHIFT  12
 
-#define MAX_MSIX_P_PORT		17
 #define MAX_MSIX		128
 #define MIN_MSIX_P_PORT		5
 #define MLX4_IS_LEGACY_EQ_MODE(dev_cap) ((dev_cap).num_comp_vectors < \