aboutsummaryrefslogtreecommitdiff
path: root/sys/ofed/include/asm
Commit message (Collapse)AuthorAgeFilesLines
* MFC r294520:Hans Petter Selasky2016-04-072-22/+22
| | | | | | | | | | | | | | | LinuxKPI atomic fixes: - Fix implementation of atomic_add_unless(). The atomic_cmpset_int() function returns a boolean and not the previous value of the atomic variable. - The atomic counters should be signed according to Linux. - Some minor cosmetics and styling while at it. Reviewed by: alfred @ Sponsored by: Mellanox Technologies Notes: svn path=/stable/9/; revision=297659
* MFC r273135 and r273867:Hans Petter Selasky2014-10-301-35/+0
| | | | | | | | | | | | | | | | | | | | | | | | Update the OFED Linux compatibility layer and Mellanox hardware driver(s): - Properly name an inclusion guard. - Fix compile warnings regarding unsigned enums. - Fix compile warning regarding unused variable. - Add two new sysctl nodes. - Remove all empty linux header files. - Make an error printout more verbose. - Use "mod_delayed_work()" instead of cancelling and starting a timeout. - Implement more Linux scatterlist functions. - Don't forget to add "options OFED" to the kernel configuration file before using infiniband. Sponsored by: Mellanox Technologies Notes: svn path=/stable/9/; revision=273868
* MFC r254122, r254123, r256116, r255970, r247671, r269861, r268314, r256269,Hans Petter Selasky2014-10-3012-121/+64
| | | | | | | | | | | | | | | | | | | | | | | | | r255969, r256179, r230135, r254121, r255932, r255972, r255973, r256281, r256470, r257867, r259608, r269862, r271127, r272407, r257864, r256682, r258276, r254734, r247675, r254735 and r272683: Hardware driver update from Mellanox Technologies, including: - improved performance - better stability - new features - bugfixes Supported HCAs: - ConnectX-2 - ConnectX-3 - ConnectX-3 Pro NOTE: - TSO feature needs r271946, which is not yet merged. Sponsored by: Mellanox Technologies Notes: svn path=/stable/9/; revision=273864
* - Merge in OFED 1.5.3 from projects/ofed/headJeff Roberson2011-03-2112-0/+587
Notes: svn path=/head/; revision=219820