]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'mlx5-updates-2017-01-31' of git://git.kernel.org/pub/scm/linux/kernel...
authorDavid S. Miller <davem@davemloft.net>
Tue, 7 Feb 2017 18:44:08 +0000 (13:44 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Feb 2017 18:44:08 +0000 (13:44 -0500)
commitc6ce9fa49346dc29ef728659a6d27e0140dfed04
tree6dc6aae36d3880ce2b13fc3ccd60b092e90bfca5
parent1e24e581773e80a84e2fc3bcc38c69ab77c5c32f
parentd297eed8d35c39e3427821ab1f19d935c0a22316
Merge tag 'mlx5-updates-2017-01-31' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux

Saeed Mahameed says:

====================
mlx5-updates-2017-01-31

This series includes some updates to mlx5 core and ethernet driver.

We got one patch from Or to fix some static checker warnings.

2nd patche from Dan came to add the support for 128B cache line
in the HCA, which will configures the hardware to use 128B alignment only
on systems with 128B cache lines, otherwise it will be kept as the current
default of 64B.

From me three patches to support no inline copy on TX on ConnectX-5 and
later HCAs.  Starting with two small infrastructure changes and
refactoring patches followed by two patches to add the actual support for
both xmit ndo and XDP xmit routines.
Last patch is a simple fix to return a mistakenly removed pointer from the
SQ structure, which was remove in previous submission of mlx5 4K UAR.

Saeed.
====================

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