netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net V2 0/3] mlx5 driver fixes for 4.5-rc2
@ 2016-02-09 12:57 Saeed Mahameed
  2016-02-09 12:57 ` [PATCH net V2 1/3] net/mlx5: Use offset based reserved field names in the IFC header file Saeed Mahameed
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Saeed Mahameed @ 2016-02-09 12:57 UTC (permalink / raw)
  To: David S. Miller
  Cc: netdev, Or Gerlitz, Matan Barak, Eran Ben Elisha, Majd Dibbiny,
	Saeed Mahameed

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.

Also provided two patches that addresses the dynamic ndo initialization
issue of mlx5e netdevice.

Or and Saeed.

changes from V1: (Only first patch was changed)
In this V we fixed the issues addressed in Or's previous e-mail.
	1. Offsets took into account two dimensional u8 arrays
	2. Offsets took into account nesting unions and structs
	3. Offsets for unions
	4. Offsets for any reserved field

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                     | 2968 ++++++++++----------
 2 files changed, 1512 insertions(+), 1500 deletions(-)

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

end of thread, other threads:[~2016-02-16 20:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-09 12:57 [PATCH net V2 0/3] mlx5 driver fixes for 4.5-rc2 Saeed Mahameed
2016-02-09 12:57 ` [PATCH net V2 1/3] net/mlx5: Use offset based reserved field names in the IFC header file Saeed Mahameed
2016-02-09 12:57 ` [PATCH net V2 2/3] net/mlx5e: Remove select queue ndo initialization Saeed Mahameed
2016-02-09 12:57 ` [PATCH net V2 3/3] net/mlx5e: Use static constant netdevice ndos Saeed Mahameed
2016-02-16 20:22 ` [PATCH net V2 0/3] mlx5 driver fixes for 4.5-rc2 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).