]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mlx5-fixes'
authorDavid S. Miller <davem@davemloft.net>
Tue, 16 Feb 2016 20:21:48 +0000 (15:21 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Feb 2016 20:21:48 +0000 (15:21 -0500)
commit276ff8cbabb32d70233201addf78bbcb6db6ae7e
tree5e0b852d33f65cc72c30fdac8ae787cbb4140575
parent6fce3c6da9353fafcb09b2dedc8af976d9c74488
parented5dece8a3e1c8d0752deca41bf86087aaefadfb
Merge branch 'mlx5-fixes'

Saeed Mahameed says:

====================
mlx5 driver fixes for 4.5-rc2

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
====================

Signed-off-by: David S. Miller <davem@davemloft.net>