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

2017-08-14 Thread Jiri Pirko
Sat, Aug 12, 2017 at 04:37:15PM CEST, l...@kernel.org wrote: >On Thu, Aug 10, 2017 at 05:11:51PM +, Ohad Oz wrote: >> Patch allows Mellanox devices on system with no PCI, but with I2C only. >> > >Did you test mlx5 device on such system? Did it work for you? $ git grep i2c_add_driver drivers/ne

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

2017-08-13 Thread Leon Romanovsky
t 12, 2017 5:37 PM > >> To: Ohad Oz > >> Cc: da...@davemloft.net; netdev@vger.kernel.org; j...@resnulli.us; Saeed > >> Mahameed ; Vadim Pasternak > >> ; system-sw-low-level >> le...@mellanox.com> > >> Subject: Re: [patch v1 1/2] Allow Mellanox network v

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

2017-08-13 Thread David Miller
snulli.us; Saeed >> Mahameed ; Vadim Pasternak >> ; system-sw-low-level > le...@mellanox.com> >> Subject: Re: [patch v1 1/2] Allow Mellanox network vendor to be configured >> if only I2C bus is configured >> >> On Thu, Aug 10, 2017 at 05:11:51PM +, Ohad Oz

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

2017-08-13 Thread Ohad Oz
llanox.com> > Subject: Re: [patch v1 1/2] Allow Mellanox network vendor to be configured > if only I2C bus is configured > > On Thu, Aug 10, 2017 at 05:11:51PM +, Ohad Oz wrote: > > Patch allows Mellanox devices on system with no PCI, but with I2C only. > > > > Di

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

2017-08-12 Thread Leon Romanovsky
On Thu, Aug 10, 2017 at 05:11:51PM +, Ohad Oz wrote: > Patch allows Mellanox devices on system with no PCI, but with I2C only. > Did you test mlx5 device on such system? Did it work for you? What is the changelog between v0 and v1 of these patches? > Signed-off-by: Ohad Oz > --- > drivers

[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 --- 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/mellanox/Kconfig index 84a200