Re: [PATCH 1/1] mlx5: Fix build when CONFIG_MLX5_EN_RXNFC is disabled

2019-07-02 Thread Jes Sorensen
On 6/25/19 2:00 PM, Saeed Mahameed wrote: > On Tue, 2019-06-25 at 11:27 -0400, Jes Sorensen wrote: >> From: Jes Sorensen >> >> The previous patch broke the build with a static declaration for >> a public function. >> >> Fixes: 8f0916c6dc5c (net/mlx5e: Fix ethtool rxfh commands when >> CONFIG_MLX5_

Re: [PATCH 1/1] mlx5: Fix build when CONFIG_MLX5_EN_RXNFC is disabled

2019-06-26 Thread Saeed Mahameed
On Tue, 2019-06-25 at 14:08 -0700, David Miller wrote: > From: Saeed Mahameed > Date: Tue, 25 Jun 2019 21:01:58 + > > > BTW is there a way to clear up "Awaiting Upstream" clutter [1] for > > mlx5 > > patches that are already pulled ? > > > > [1] > > https://patchwork.ozlabs.org/project/netd

Re: [PATCH 1/1] mlx5: Fix build when CONFIG_MLX5_EN_RXNFC is disabled

2019-06-25 Thread David Miller
From: Saeed Mahameed Date: Tue, 25 Jun 2019 21:01:58 + > BTW is there a way to clear up "Awaiting Upstream" clutter [1] for mlx5 > patches that are already pulled ? > > [1] > https://patchwork.ozlabs.org/project/netdev/list/?series=&submitter=&state=8&q=mlx5&archive=&delegate= I don't unde

Re: [PATCH 1/1] mlx5: Fix build when CONFIG_MLX5_EN_RXNFC is disabled

2019-06-25 Thread Saeed Mahameed
On Tue, 2019-06-25 at 13:34 -0700, David Miller wrote: > From: Jes Sorensen > Date: Tue, 25 Jun 2019 11:27:08 -0400 > > > From: Jes Sorensen > > > > The previous patch broke the build with a static declaration for > > a public function. > > > > Fixes: 8f0916c6dc5c (net/mlx5e: Fix ethtool rxfh

Re: [PATCH 1/1] mlx5: Fix build when CONFIG_MLX5_EN_RXNFC is disabled

2019-06-25 Thread David Miller
From: Jes Sorensen Date: Tue, 25 Jun 2019 11:27:08 -0400 > From: Jes Sorensen > > The previous patch broke the build with a static declaration for > a public function. > > Fixes: 8f0916c6dc5c (net/mlx5e: Fix ethtool rxfh commands when > CONFIG_MLX5_EN_RXNFC is disabled) > Signed-off-by: Jes S

Re: [PATCH 1/1] mlx5: Fix build when CONFIG_MLX5_EN_RXNFC is disabled

2019-06-25 Thread Saeed Mahameed
On Tue, 2019-06-25 at 11:27 -0400, Jes Sorensen wrote: > From: Jes Sorensen > > The previous patch broke the build with a static declaration for > a public function. > > Fixes: 8f0916c6dc5c (net/mlx5e: Fix ethtool rxfh commands when > CONFIG_MLX5_EN_RXNFC is disabled) > Signed-off-by: Jes Sorens

[PATCH 1/1] mlx5: Fix build when CONFIG_MLX5_EN_RXNFC is disabled

2019-06-25 Thread Jes Sorensen
From: Jes Sorensen The previous patch broke the build with a static declaration for a public function. Fixes: 8f0916c6dc5c (net/mlx5e: Fix ethtool rxfh commands when CONFIG_MLX5_EN_RXNFC is disabled) Signed-off-by: Jes Sorensen --- drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c | 3 ++-