https://github.com/torvalds/linux
Revision cb9a0641b531ac11cd7e3076de23ceada19b892e authored by Vlad Buslov on 25 May 2020, 13:57:51 UTC, committed by Saeed Mahameed on 29 May 2020, 20:07:54 UTC
Change MLX5_TC_CT config dependencies to include MLX5_ESWITCH instead of
MLX5_CORE_EN && NET_SWITCHDEV, which are already required by MLX5_ESWITCH.
Without this change mlx5 fails to compile if user disables MLX5_ESWITCH
without also manually disabling MLX5_TC_CT.

Fixes: 4c3844d9e97e ("net/mlx5e: CT: Introduce connection tracking")
Signed-off-by: Vlad Buslov <vladbu@mellanox.com>
Reviewed-by: Roi Dayan <roid@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
1 parent ebeaf08
Raw File
Tip revision: cb9a0641b531ac11cd7e3076de23ceada19b892e authored by Vlad Buslov on 25 May 2020, 13:57:51 UTC
net/mlx5e: Fix MLX5_TC_CT dependencies
Tip revision: cb9a064
COPYING
The Linux Kernel is provided under:

	SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note

Being under the terms of the GNU General Public License version 2 only,
according with:

	LICENSES/preferred/GPL-2.0

With an explicit syscall exception, as stated at:

	LICENSES/exceptions/Linux-syscall-note

In addition, other licenses may also apply. Please see:

	Documentation/process/license-rules.rst

for more details.

All contributions to the Linux Kernel are subject to this COPYING file.
back to top