Merge tag 'mlx5-updates-2019-01-25' of git://git.kernel.org/pub/scm/linux/kernel...
authorDavid S. Miller <davem@davemloft.net>
Sat, 26 Jan 2019 05:20:35 +0000 (21:20 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 26 Jan 2019 05:20:35 +0000 (21:20 -0800)
commitee4576fcfe651671de28b8e03cd696a7432d79a4
treeef605c283da878b1d18d103fd8ffcafd6d3b8f2a
parent30e5c2c6bf285d93dee4c45f23da95d7d50b125a
parentb832d4fdf105b5464d786e321e3c9e012e67cdfb
Merge tag 'mlx5-updates-2019-01-25' of git://git./linux/kernel/git/saeed/linux

Saeed Mahameed says:

====================
mlx5-updates-2019-01-25

This series provides some updates to mlx5 driver,

From Tariq,
1) Make sure RX packet header does not cross page boundary
   To avoid page boundary crossing, use stride size that fits
   the maximum possible header. Stride is increased form 64B to 256B.

2) CQ struct cleanup: Take CQ decompress fields into a separate structure

From Moshe,
3) Expand XPS cpumask to cover all online cpus

From Jason Gunthorpe and Tariq:
4) Compilation warning cleanup

From Or,
5) Add trace points for flow tables create/destroy

From Saeed,
6) Software stats update/folding improvements
   this also solves a compilation warning on 32bit systems that was reported
   last release cycle by Arnd and Andrew.
====================

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