]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'mlx5-updates'
authorDavid S. Miller <davem@davemloft.net>
Fri, 2 Dec 2016 15:47:03 +0000 (10:47 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 2 Dec 2016 15:47:03 +0000 (10:47 -0500)
commitee3d7c6e5b4d2615115aa857890923e3dcfa3852
treebc02db440f1cfc7e961713ed4919243bb1628b1c
parent6c0c62035ea51fcacbfa408f991cae767e30b116
parent5067b6020770ef7c8102f47079c9e577d175ef2c
Merge branch 'mlx5-updates'

Saeed Mahameed says:

====================
Mellanox 100G mlx5 updates 2016-11-29

The following series from Tariq and Roi, provides some critical fixes
and updates for the mlx5e driver.

From Tariq:
 - Fix driver coherent memory huge allocation issues by fragmenting
   completion queues, in a way that is transparent to the netdev driver by
   providing a new buffer type "mlx5_frag_buf" with the same access API.
 - Create UMR MKey per RQ to have better scalability.

From Roi:
 - Some fixes for the encap-decap support and tc flower added lately to the
   mlx5e driver.

v1->v2:
 - Fix start index in error flow of mlx5_frag_buf_alloc_node, pointed out by Eric.

This series was generated against commit:
31ac1c19455f ("geneve: fix ip_hdr_len reserved for geneve6 tunnel.")
====================

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