[patch v2 0/2] Enable Mellanox switch device in I2C mode

2017-08-14 Thread Ohad Oz
The following patch set updates global to Mellanox Kconfig files to support configuration of Mellanox Switch (mlxsw) without PCI and with I2C only. Ohad Oz (2): Allow Mellanox switch devices to be configured if only I2C bus is set Change Kconfig description drivers/net/ethernet/mellanox

[patch v2 1/2] Allow Mellanox switch devices to be configured if only I2C bus is set

2017-08-14 Thread Ohad Oz
Mellanox switches (mlxsw) supports I2C systems without PCI, in order to give the ability to the users to use such functionality, there is need to update Kconfig. Signed-off-by: Ohad Oz <oh...@mellanox.com> Acked-by: Leon Romanovsky <leo...@mellanox.com> --- v1->v2 Comments poin

[patch v2 2/2] Change Kconfig description

2017-08-14 Thread Ohad Oz
This patch apply Mellanox network vendor which includes: - Mellanox card devices: ConnectX-4, ConnectX-5 and Connect-IB cards. - Mellanox switch device: SwitchX-2 Switch-IB, Spectrum. Therefore rephrasing help. Signed-off-by: Ohad Oz <oh...@mellanox.com> Acked-by: Leon Romanovsk

RE: [patch v1 1/2] Allow Mellanox network vendor to be configured if only I2C bus is configured

2017-08-13 Thread Ohad Oz
> -Original Message- > From: Leon Romanovsky [mailto:l...@kernel.org] > Sent: Saturday, August 12, 2017 5:37 PM > To: Ohad Oz <oh...@mellanox.com> > Cc: da...@davemloft.net; netdev@vger.kernel.org; j...@resnulli.us; Saeed > Mahameed <sae...@mellanox.c

[patch v1 2/2] Change Kconfig description

2017-08-10 Thread Ohad Oz
Mellanox devices can be cards or switch therefore naming it device. Signed-off-by: Ohad Oz <oh...@mellanox.com> --- drivers/net/ethernet/mellanox/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/mellanox/Kconfig b/drivers/net/ethernet/me

[patch v1 1/2] Allow Mellanox network vendor to be configured if only I2C bus is configured

2017-08-10 Thread Ohad Oz
Patch allows Mellanox devices on system with no PCI, but with I2C only. Signed-off-by: Ohad Oz <oh...@mellanox.com> --- drivers/net/ethernet/mellanox/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/mellanox/Kconfig b/drivers/net/ethernet/me