Re: [PATCH net-next 0/2] Mellanox, mlx5 devlink versions query

2019-07-04 Thread Saeed Mahameed
On Thu, Jul 4, 2019 at 4:50 PM David Miller wrote: > > From: Saeed Mahameed > Date: Wed, 3 Jul 2019 16:07:11 -0700 > > > Or just wait for my next pull request. > > Please resubmit this series once I pull your pull request in. > Done just submitted: "[pull request][net-next V2 0/2] Mellanox, mlx

Re: [PATCH net-next 0/2] Mellanox, mlx5 devlink versions query

2019-07-04 Thread David Miller
From: Saeed Mahameed Date: Wed, 3 Jul 2019 16:07:11 -0700 > Or just wait for my next pull request. Please resubmit this series once I pull your pull request in. Thanks.

Re: [PATCH net-next 0/2] Mellanox, mlx5 devlink versions query

2019-07-03 Thread Saeed Mahameed
On Wed, Jul 3, 2019 at 1:49 PM David Miller wrote: > > From: David Miller > Date: Wed, 03 Jul 2019 13:47:00 -0700 (PDT) > > > From: Saeed Mahameed > > Date: Tue, 2 Jul 2019 23:55:07 + > > > >> This humble 2 patch series from Shay adds the support for devlink fw > >> versions query to mlx5 dr

Re: [PATCH net-next 0/2] Mellanox, mlx5 devlink versions query

2019-07-03 Thread David Miller
From: David Miller Date: Wed, 03 Jul 2019 13:47:00 -0700 (PDT) > From: Saeed Mahameed > Date: Tue, 2 Jul 2019 23:55:07 + > >> This humble 2 patch series from Shay adds the support for devlink fw >> versions query to mlx5 driver. >> >> In the first patch we implement the needed fw commands

Re: [PATCH net-next 0/2] Mellanox, mlx5 devlink versions query

2019-07-03 Thread David Miller
From: Saeed Mahameed Date: Tue, 2 Jul 2019 23:55:07 + > This humble 2 patch series from Shay adds the support for devlink fw > versions query to mlx5 driver. > > In the first patch we implement the needed fw commands to support this > feature. > In the 2nd patch we implement the devlink call

Re: [PATCH net-next 0/2] Mellanox, mlx5 devlink versions query

2019-07-02 Thread Jakub Kicinski
On Tue, 2 Jul 2019 23:55:07 +, Saeed Mahameed wrote: > Hi Dave, > > This humble 2 patch series from Shay adds the support for devlink fw > versions query to mlx5 driver. > > In the first patch we implement the needed fw commands to support this > feature. > In the 2nd patch we implement the d

[PATCH net-next 0/2] Mellanox, mlx5 devlink versions query

2019-07-02 Thread Saeed Mahameed
Hi Dave, This humble 2 patch series from Shay adds the support for devlink fw versions query to mlx5 driver. In the first patch we implement the needed fw commands to support this feature. In the 2nd patch we implement the devlink callbacks themselves. I am not sending this as a pull request sin