[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20230409101016.GI14869@unreal>
Date: Sun, 9 Apr 2023 13:10:16 +0300
From: Leon Romanovsky <leon@...nel.org>
To: Jakub Kicinski <kuba@...nel.org>
Cc: Eli Cohen <elic@...dia.com>, Eric Dumazet <edumazet@...gle.com>,
Jacob Keller <jacob.e.keller@...el.com>,
netdev@...r.kernel.org, Paolo Abeni <pabeni@...hat.com>,
Saeed Mahameed <saeedm@...dia.com>,
Shay Drory <shayd@...dia.com>
Subject: Re: [PATCH net-next] net/mlx5: Include proper PCI headers file to
fix compilation error
On Sun, Apr 09, 2023 at 10:48:43AM +0300, Leon Romanovsky wrote:
> From: Leon Romanovsky <leonro@...dia.com>
>
> Fix the following compilation error, which happens due to missing pci.h
> include.
>
> drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c:148:31: error: implicit declaration of function
> 'pci_msix_can_alloc_dyn' [-Werror=implicit-function-declaration]
>
> Fixes: 3354822cde5a ("net/mlx5: Use dynamic msix vectors allocation")
> Signed-off-by: Leon Romanovsky <leonro@...dia.com>
> ---
> drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c | 1 +
> 1 file changed, 1 insertion(+)
Actually, this patch is not needed.
The fix is in PCI tree.
https://lore.kernel.org/all/310ecc4815dae4174031062f525245f0755c70e2.1680119924.git.reinette.chatre@intel.com/
Thanks
Powered by blists - more mailing lists