netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/4] Mellanox 100G mlx5 fixes for 4.6-rc
@ 2016-05-01 19:59 Saeed Mahameed
  2016-05-01 19:59 ` [PATCH net 1/4] net/mlx5: Unmap only the relevant IO memory mapping Saeed Mahameed
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Saeed Mahameed @ 2016-05-01 19:59 UTC (permalink / raw)
  To: David S. Miller
  Cc: netdev, Or Gerlitz, Tal Alon, Eran Ben Elisha, Saeed Mahameed

Hi Dave,

This small series provides some bug fixes for mlx5 driver.
 
A small bug fix for iounmap of a null pointer, which dumps a warning on some archs.

One patch to fix the VXLAN/MLX5_EN dependency issue reported by Arnd.

Two patches to fix the scheduling while atomic issue for ndo_add/del_vxlan_port 
NDOs.  The first will add an internal mlx5e workqueue and the second will 
delegate vxlan ports add/del requests to that workqueue.

Note: ('net/mlx5: Kconfig: Fix MLX5_EN/VXLAN build issue') is only needed for net 
and not net-next as the issue was globally fixed for all device drivers by:
b7aade15485a ('vxlan: break dependency with netdev drivers') in net-next.

Applied on top: f27337e16f2d ('ip_tunnel: fix preempt warning in ip tunnel creation/updating')

Gal Pressman (1):
  net/mlx5: Unmap only the relevant IO memory mapping

Matthew Finlay (3):
  net/mlx5: Kconfig: Fix MLX5_EN/VXLAN build issue
  net/mlx5e: Implement a mlx5e workqueue
  net/mlx5e: Use workqueue for vxlan ops

 drivers/net/ethernet/mellanox/mlx5/core/Kconfig   |  1 +
 drivers/net/ethernet/mellanox/mlx5/core/en.h      |  1 +
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 34 +++++++++------
 drivers/net/ethernet/mellanox/mlx5/core/uar.c     |  6 ++-
 drivers/net/ethernet/mellanox/mlx5/core/vxlan.c   | 50 +++++++++++++++++------
 drivers/net/ethernet/mellanox/mlx5/core/vxlan.h   | 11 ++++-
 6 files changed, 74 insertions(+), 29 deletions(-)

-- 
2.8.0

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

end of thread, other threads:[~2016-05-03 17:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-01 19:59 [PATCH net 0/4] Mellanox 100G mlx5 fixes for 4.6-rc Saeed Mahameed
2016-05-01 19:59 ` [PATCH net 1/4] net/mlx5: Unmap only the relevant IO memory mapping Saeed Mahameed
2016-05-01 19:59 ` [PATCH net 2/4] net/mlx5: Kconfig: Fix MLX5_EN/VXLAN build issue Saeed Mahameed
2016-05-01 19:59 ` [PATCH net 3/4] net/mlx5e: Implement a mlx5e workqueue Saeed Mahameed
2016-05-01 19:59 ` [PATCH net 4/4] net/mlx5e: Use workqueue for vxlan ops Saeed Mahameed
2016-05-03 17:37 ` [PATCH net 0/4] Mellanox 100G mlx5 fixes for 4.6-rc 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).