netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net V1 0/3] mlx5 driver fixes for 4.5-rc2
@ 2016-02-02 15:26 Or Gerlitz
  2016-02-02 15:26 ` [PATCH net V1 1/3] net/mlx5e: Remove select queue ndo initialization Or Gerlitz
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Or Gerlitz @ 2016-02-02 15:26 UTC (permalink / raw)
  To: David S. Miller
  Cc: netdev, Saeed Mahameed, Matan Barak, Eran Ben Elisha, Or Gerlitz

Hi Dave,

Saeed fixed the case where VFs probed to the host shared the PF 
ndo_set_vf_yyy NDOs which is wrong, now along the lines of 
what you were asking.

We added here a patch from Matan and Alaa for addressing Linus comments on 
the mess w.r.t reserved field names in the driver/firmware auto-generated file. 

Once the patch hits linus tree, we'll ask Doug to rebase his tree on that 
rc so both net-next and rdma-next development for 4.6 will be done under 
the fixed robust form. 

Or.

changes from V0:
 - dropped Amir's patch, as the team considers some refactoring there
 - added const for the netdev ops struct, asked by Dave
 - modified the patch for treating correctly SRIOV NDOs
 - added patch to address the reserved field names in the IFC file

Matan Barak (1):
  net/mlx5: Use offset based reserved field names in the IFC header file

Saeed Mahameed (2):
  net/mlx5e: Remove select queue ndo initialization
  net/mlx5e: Use static constant netdevice ndos

 drivers/net/ethernet/mellanox/mlx5/core/en_main.c |   44 +-
 include/linux/mlx5/mlx5_ifc.h                     | 2956 ++++++++++-----------
 2 files changed, 1506 insertions(+), 1494 deletions(-)

-- 
2.3.7

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-02-07 18:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-02 15:26 [PATCH net V1 0/3] mlx5 driver fixes for 4.5-rc2 Or Gerlitz
2016-02-02 15:26 ` [PATCH net V1 1/3] net/mlx5e: Remove select queue ndo initialization Or Gerlitz
2016-02-02 15:26 ` [PATCH net V1 2/3] net/mlx5e: Use static constant netdevice ndos Or Gerlitz
2016-02-02 15:26 ` [PATCH net V1 3/3] net/mlx5: Use offset based reserved field names in the IFC header file Or Gerlitz
2016-02-07 15:44 ` [PATCH net V1 0/3] mlx5 driver fixes for 4.5-rc2 Or Gerlitz
2016-02-07 18:44   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).