summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorIlan Tayari <ilant@mellanox.com>2017-03-13 14:05:45 -0400
committerSaeed Mahameed <saeedm@mellanox.com>2017-05-14 07:24:17 -0400
commite29341fb3a5b885a4bb5b9a38f2814ca07d3382c (patch)
tree3af4401fdc3b11100fedf32bd83d9e642ec81eeb /MAINTAINERS
parent0179720d6be2096b8d0a4d143254ff9e77747daa (diff)
net/mlx5: FPGA, Add basic support for Innova
Mellanox Innova is a NIC with ConnectX and an FPGA on the same board. The FPGA is a bump-on-the-wire and thus affects operation of the mlx5_core driver on the ConnectX ASIC. Add basic support for Innova in mlx5_core. This allows using the Innova card as a regular NIC, by detecting the FPGA capability bit, and verifying its load state before initializing ConnectX interfaces. Also detect FPGA fatal runtime failures and enter error state if they ever happen. All new FPGA-related logic is placed in its own subdirectory 'fpga', which may be built by selecting CONFIG_MLX5_FPGA. This prepares for further support of various Innova features in later patchsets. Additional details about hardware architecture will be provided as more features get submitted. Signed-off-by: Ilan Tayari <ilant@mellanox.com> Reviewed-by: Boris Pismenny <borisp@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS10
1 files changed, 10 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index f7d568b8f133..374ebf1b5d5d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8304,6 +8304,16 @@ W: http://www.mellanox.com
8304Q: http://patchwork.ozlabs.org/project/netdev/list/ 8304Q: http://patchwork.ozlabs.org/project/netdev/list/
8305F: drivers/net/ethernet/mellanox/mlx5/core/en_* 8305F: drivers/net/ethernet/mellanox/mlx5/core/en_*
8306 8306
8307MELLANOX ETHERNET INNOVA DRIVER
8308M: Ilan Tayari <ilant@mellanox.com>
8309R: Boris Pismenny <borisp@mellanox.com>
8310L: netdev@vger.kernel.org
8311S: Supported
8312W: http://www.mellanox.com
8313Q: http://patchwork.ozlabs.org/project/netdev/list/
8314F: drivers/net/ethernet/mellanox/mlx5/core/fpga/*
8315F: include/linux/mlx5/mlx5_ifc_fpga.h
8316
8307MELLANOX ETHERNET SWITCH DRIVERS 8317MELLANOX ETHERNET SWITCH DRIVERS
8308M: Jiri Pirko <jiri@mellanox.com> 8318M: Jiri Pirko <jiri@mellanox.com>
8309M: Ido Schimmel <idosch@mellanox.com> 8319M: Ido Schimmel <idosch@mellanox.com>