]> git.openfabrics.org - compat-rdma/compat-rdma.git/log
compat-rdma/compat-rdma.git
6 years agoib_iser: Added support for SLES12 SP3
Vladimir Sokolovsky [Tue, 5 Dec 2017 16:21:32 +0000 (18:21 +0200)]
ib_iser: Added support for SLES12 SP3

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
6 years agomlx5: Added support for SLES12 SP3
Vladimir Sokolovsky [Tue, 5 Dec 2017 16:21:15 +0000 (18:21 +0200)]
mlx5: Added support for SLES12 SP3

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
6 years agomlx4: Added support for SLES12 SP3
Vladimir Sokolovsky [Tue, 5 Dec 2017 16:21:02 +0000 (18:21 +0200)]
mlx4: Added support for SLES12 SP3

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
6 years agoib_core: Added support for SLES12 SP3
Vladimir Sokolovsky [Tue, 5 Dec 2017 16:20:46 +0000 (18:20 +0200)]
ib_core: Added support for SLES12 SP3

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
6 years agomlx5: Added RHEL7.4 support
Vladimir Sokolovsky [Mon, 4 Dec 2017 16:09:29 +0000 (18:09 +0200)]
mlx5: Added RHEL7.4 support

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
6 years agomlx4: Added RHEL7.4 support
Vladimir Sokolovsky [Mon, 4 Dec 2017 16:09:14 +0000 (18:09 +0200)]
mlx4: Added RHEL7.4 support

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
6 years agoconfigure/makefile: Rename CONFIG_INFINIBAND_RXE -> CONFIG_RDMA_RXE to match upstream
Vladimir Sokolovsky [Mon, 4 Dec 2017 16:08:27 +0000 (18:08 +0200)]
configure/makefile: Rename CONFIG_INFINIBAND_RXE -> CONFIG_RDMA_RXE to match upstream

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
6 years agoopenibd: rpcrdma added to the list of modules to unload vofed-4.8-1
Vladimir Sokolovsky [Thu, 16 Nov 2017 22:09:00 +0000 (00:09 +0200)]
openibd: rpcrdma added to the list of modules to unload

Issue: http://bugs.openfabrics.org/show_bug.cgi?id=2659

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
6 years agobnxt_en/bnxt_re: Support ulp_shutdown hook vofed-4.8-1-rc3
Selvin Xavier [Mon, 6 Nov 2017 16:35:29 +0000 (08:35 -0800)]
bnxt_en/bnxt_re: Support ulp_shutdown hook

When bnxt_en gets a PCI shutdown call, we need to have a new callback
to inform the RDMA driver to do proper shutdown and removal.

Signed-off-by: Selvin Xavier <selvin.xavier@broadcom.com>
6 years agobnxt_re: BZ 2655 Fix nfs client hang with a call trace on stress traffic
Selvin Xavier [Mon, 6 Nov 2017 16:18:13 +0000 (08:18 -0800)]
bnxt_re: BZ 2655 Fix nfs client hang with a call trace on stress traffic

Adding memory barriers before processing a completion. Also, fixes some
race condition in moving the QP to error state during an Rx CQE error and
synchronize poll_cq and req_notify_cq.

Signed-off-by: Selvin Xavier <selvin.xavier@broadcom.com>
6 years agobnxt_re: BZ 2654 Fix traffic failure after changing ip address
Selvin Xavier [Thu, 2 Nov 2017 16:06:38 +0000 (09:06 -0700)]
bnxt_re: BZ 2654 Fix traffic failure after changing ip address

While adding a new gid, the driver currently does not return the context
back to the stack. A subsequent del_gid() (e.g, when ip address is changed)
doesn't find the right context in the driver and it ends up dropping that
request. This results in the HW caching a stale gid entry and traffic fails
because of that. Fix by returning the proper context in bnxt_re_add_gid()

Signed-off-by: Selvin Xavier <selvin.xavier@broadcom.com>
6 years agobnxt_re: BZ 2656 fix a crash in qp error event processing
Selvin Xavier [Thu, 2 Nov 2017 15:30:26 +0000 (08:30 -0700)]
bnxt_re: BZ 2656 fix a crash in qp error event processing

In bnxt_qplib_process_qp_event(), for qp error events we look up the
qp-handle and pass it for further processing. But we don't check if the
handle is NULL. This could lead to a crash in the called functions when
that qp-handle is dereferenced, if the qp is destroyed in the meantime.
Fix this by checking for a valid qp-handle in that function.

Signed-off-by: Selvin Xavier <selvin.xavier@broadcom.com>
6 years agobnxt_en: BZ 2649 Enabling DCB parameter for bnxt_en
Selvin Xavier [Thu, 2 Nov 2017 09:33:36 +0000 (02:33 -0700)]
bnxt_en: BZ 2649 Enabling DCB parameter for bnxt_en

Enabling CONFIG_BNXT_DCB for adding Host based DCB support.
Also including the latest patches related to DCB support.

Signed-off-by: Selvin Xavier <selvin.xavier@broadcom.com>
6 years agobnxt_re: bz 2646 - 0012-bnxt_re-Make-room-for-mapping-beyond-32-entries.patch vofed-4.8-1-rc2
Selvin Xavier [Mon, 23 Oct 2017 10:15:14 +0000 (03:15 -0700)]
bnxt_re: bz 2646 - 0012-bnxt_re-Make-room-for-mapping-beyond-32-entries.patch

Fixing the size of the HW command

Signed-off-by: Selvin Xavier <selvin.xavier@broadcom.com>
6 years agobnxt_en: Bug 2645 - Set default completion ring for async events
Selvin Xavier [Mon, 23 Oct 2017 10:03:12 +0000 (03:03 -0700)]
bnxt_en: Bug 2645 - Set default completion ring for async events

Adding patch from upstream which fixes the link status reporting
issues.

Signed-off-by: Selvin Xavier <selvin.xavier@broadcom.com>
6 years agoqedr: fix BZ 2642 - parse VLAN ID and priority correctly
Ram Amrani [Mon, 16 Oct 2017 11:31:24 +0000 (14:31 +0300)]
qedr: fix BZ 2642 - parse VLAN ID and priority correctly

Parse VLAN ID correctly i.e. mask off the priority field.
Parse the VLAN priority to the sl field.

Signed-off-by: Ram Amrani <Ram.Amrani@cavium.com>
6 years agoFixes for i40iw which have been included in kernels
Tatyana Nikolova [Mon, 9 Oct 2017 17:11:21 +0000 (10:11 -0700)]
Fixes for i40iw which have been included in kernels
4.12 and 4.13

Signed-off-by: Tatyana Nikolova <tatyana.e.nikolova@intel.com>
6 years agoib_srp: Fixed backport vofed-4.8-1-rc1
Sergey Gorenko [Mon, 25 Sep 2017 15:51:43 +0000 (18:51 +0300)]
ib_srp: Fixed backport

This patch fixes http://bugs.openfabrics.org/show_bug.cgi?id=2635

Signed-off-by: Sergey Gorenko <sergeygo@mellanox.com>
Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
6 years agobnxt_en: Misc bug fixes
Selvin Xavier [Sun, 24 Sep 2017 16:00:44 +0000 (09:00 -0700)]
bnxt_en: Misc bug fixes

Add new device ids.
Fixes the rtnl_lock issue while loading bnxt_re driver on some of the
systems.

Signed-off-by: Selvin Xavier <selvin.xavier@broadcom.com>
6 years agobnxt_re: Fix bnxt_en installation in the latest daily builds
Selvin Xavier [Wed, 13 Sep 2017 10:33:15 +0000 (03:33 -0700)]
bnxt_re: Fix bnxt_en installation in the latest daily builds

During OFED installation, bnxt_en is not getting installed after
the check-in  "makefile: Added CONFIG_BNXT parameter to override
kernel's default". Fixing the issue by passing
CONFIG_BNXT=m instead of y.

Signed-off-by: Selvin Xavier <selvin.xavier@broadcom.com>
6 years agobnxt_re: Adding bug fix patches
Selvin Xavier [Tue, 5 Sep 2017 18:07:30 +0000 (11:07 -0700)]
bnxt_re: Adding bug fix patches

Signed-off-by: Selvin Xavier <selvin.xavier@broadcom.com>
6 years agobnxt_re: Backports for SLES12SP0/SP1/SP2 and RH7.0/7.1
Selvin Xavier [Mon, 4 Sep 2017 13:01:21 +0000 (06:01 -0700)]
bnxt_re: Backports for SLES12SP0/SP1/SP2 and RH7.0/7.1

Signed-off-by: Selvin Xavier <selvin.xavier@broadcom.com>
6 years agoNFS/RDMA backport patch for SLES12SP2
Jeff Becker [Fri, 1 Sep 2017 20:25:35 +0000 (13:25 -0700)]
NFS/RDMA backport patch for SLES12SP2

Signed-off-by: Jeff Becker <Jeffrey.C.Becker@nasa.gov>
6 years agoNFS/RDMA backport patch to revert source files to 4.6 kernel in order to facilitate...
Jeff Becker [Thu, 24 Aug 2017 17:06:10 +0000 (10:06 -0700)]
NFS/RDMA backport patch to revert source files to 4.6 kernel in order to facilitate dependency on distro SUNRPC. Include fix to use correct ib_map_mr_sg signature from OFED4.8.

Signed-off-by: Jeff Becker <Jeffrey.C.Becker@nasa.gov>
6 years agomakefile: Added CONFIG_BNXT parameter to override kernel's default
Vladimir Sokolovsky [Mon, 28 Aug 2017 19:39:31 +0000 (22:39 +0300)]
makefile: Added CONFIG_BNXT parameter to override kernel's default

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
6 years agocompat-rdma.spec: Fixed QED firmware installation
Vladimir Sokolovsky [Mon, 28 Aug 2017 18:52:53 +0000 (21:52 +0300)]
compat-rdma.spec: Fixed QED firmware installation

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
6 years agoconfigure: Fix typos introduced by b8520c5751cc6c40bb2f5ba8533a34dc260f86f2
Vladimir Sokolovsky [Thu, 24 Aug 2017 20:02:19 +0000 (23:02 +0300)]
configure: Fix typos introduced by b8520c5751cc6c40bb2f5ba8533a34dc260f86f2

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
6 years agoconfigure: Fix typo
Vladimir Sokolovsky [Thu, 24 Aug 2017 20:02:19 +0000 (23:02 +0300)]
configure: Fix typo

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
6 years agoMerge branch 'master' of https://github.com/selvintxavier/compat-rdma
Vladimir Sokolovsky [Tue, 22 Aug 2017 21:46:11 +0000 (00:46 +0300)]
Merge branch 'master' of https://github.com/selvintxavier/compat-rdma

6 years agoFixed SRP support on RHEL7.2 by using blk_iopoll API in ib_core
Sergey Gorenko [Mon, 21 Aug 2017 20:59:05 +0000 (23:59 +0300)]
Fixed SRP support on RHEL7.2 by using blk_iopoll API in ib_core

On RHEL7.3 CONFIG_IRQ_POLL option is supported but not on RHEL7.2. So, SRP
fails to create cq with IB_POLL_SOFTIRQ.
Using blk_iopoll API instead of irq_poll in this case.

Signed-off-by: Sergey Gorenko <sergeygo@mellanox.com>
Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
6 years agobnxt_re: Add bnxt_re backports
Selvin Xavier [Tue, 22 Aug 2017 21:11:23 +0000 (14:11 -0700)]
bnxt_re: Add bnxt_re backports

Signed-off-by: Selvin Xavier <selvin.xavier@broadcom.com>
6 years agobnxt_re: Enable bnxt_re building
Selvin Xavier [Sat, 12 Aug 2017 02:30:07 +0000 (19:30 -0700)]
bnxt_re: Enable bnxt_re building

Signed-off-by: Selvin Xavier <selvin.xavier@broadcom.com>
6 years agoRemoved previously applied patch 0057-qed-Fix-error-in-the-dcbx-app-meta-data.patch
Vladimir Sokolovsky [Mon, 7 Aug 2017 15:16:08 +0000 (18:16 +0300)]
Removed previously applied patch 0057-qed-Fix-error-in-the-dcbx-app-meta-data.patch

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
6 years agoAdd qedr
Ram Amrani [Tue, 25 Jul 2017 14:48:21 +0000 (17:48 +0300)]
Add qedr

7 years agoBACKPORT-ib_srp: synced with MLNX_OFED ib_srp backport vofed-4.8
Vladimir Sokolovsky [Thu, 6 Jul 2017 22:22:34 +0000 (01:22 +0300)]
BACKPORT-ib_srp: synced with MLNX_OFED ib_srp backport

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
7 years agoIB/srp: force reconnect_delay module param to exceed fast_io_fail_tmo
Vladimir Sokolovsky [Wed, 5 Jul 2017 22:43:06 +0000 (01:43 +0300)]
IB/srp: force reconnect_delay module param to exceed fast_io_fail_tmo

This commit works-around a rare warning caused by a race condition between
srp_post_send and srp_rport_reconnect.
When reconnect_delay <= fast_io_fail_tmo, race condition of calling
srp_terminate_io() while srp_queuecommand() is running is not safe.
Forcing reconnect_delay > fast_io_fail_tmo causes all I/O to fail
before trying to reconnect to target.

Signed-off-by: Israel Rukshin <israelr@mellanox.com>
Signed-off-by: Max Gurtovoy <maxg@mellanox.com>
Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
7 years agoFinal updates to ccl ABI between host and card to match OFED 4.8 and kernel 4.9.
Patrick McCormick [Wed, 21 Jun 2017 22:55:48 +0000 (01:55 +0300)]
Final updates to ccl ABI between host and card to match OFED 4.8 and kernel 4.9.

Add some missing fields, update sizes of existing fields, and keep aligned on 8 byte
boundary. Bump driver version to 1.2. These changes are not backward compatible.

Signed-off-by: Patrick McCormick <patrick.m.mccormick@intel.com>
7 years agoFix rstream timeouts on 4k_lat test
tczeszun [Mon, 19 Jun 2017 10:07:01 +0000 (12:07 +0200)]
Fix rstream timeouts on 4k_lat test

7 years agoSupport for Kernel 4.8 in QIB on OFED-4.8
Pawel Schulfer [Wed, 7 Jun 2017 08:35:37 +0000 (10:35 +0200)]
Support for Kernel 4.8 in QIB on OFED-4.8

Changes included in this patch:
1) Remove check if get_user_pages have 6 params from qib_user_pages.c

Signed-off-by: Pawel Schulfer <pawel.schulfer@intel.com>
7 years agoRevert "iwpmd: Enable the port mapper service for iWarp providers." vofed-4.8-rc4
Vladimir Sokolovsky [Thu, 25 May 2017 20:37:47 +0000 (23:37 +0300)]
Revert "iwpmd: Enable the port mapper service for iWarp providers."

This reverts commit de76aaec433b7ca4905d5435d4f5592e3c789ea9.

7 years agoiwpmd: Enable the port mapper service for iWarp providers. vofed-4.8-rc3
Tatyana Nikolova [Thu, 18 May 2017 14:23:10 +0000 (09:23 -0500)]
iwpmd: Enable the port mapper service for iWarp providers.

Signed-off-by: Tatyana Nikolova <tatyana.e.nikolova@intel.com>
7 years agocompat-rdma: Add i40iw to openibd
Tatyana Nikolova [Wed, 17 May 2017 04:15:41 +0000 (23:15 -0500)]
compat-rdma: Add i40iw to openibd

Add i40iw to openibd to load the module
at boot, if it is selected.

Signed-off-by: Tatyana Nikolova <tatyana.e.nikolova@intel.com>
7 years agoInterop related fixes for iWarp drivers i40iw and nes
Tatyana Nikolova [Sun, 14 May 2017 23:28:49 +0000 (16:28 -0700)]
Interop related fixes for iWarp drivers i40iw and nes

The fixes are discovered and tested in the OFA Interop
Debug event at the UNH-IOL.

7 years agoRevert "Add qedr - QLogic (Cavium) Everest Driver for RDMA"
Vladimir Sokolovsky [Wed, 10 May 2017 13:55:27 +0000 (16:55 +0300)]
Revert "Add qedr - QLogic (Cavium) Everest Driver for RDMA"

This reverts commit 40a80c9ba337992dc8292ae0930d072588da9034.

7 years agoconfigure: Fix typo
Vladimir Sokolovsky [Mon, 8 May 2017 14:25:17 +0000 (17:25 +0300)]
configure: Fix typo

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
7 years agoAdd qedr - QLogic (Cavium) Everest Driver for RDMA
Ram Amrani [Thu, 4 May 2017 11:23:33 +0000 (14:23 +0300)]
Add qedr - QLogic (Cavium) Everest Driver for RDMA

7 years agoiw_cxgb4: Guard against null cm_id in dump_ep/qp vofed-4.8-rc2
Potnuri Bharat Teja [Mon, 24 Apr 2017 16:51:17 +0000 (09:51 -0700)]
iw_cxgb4: Guard against null cm_id in dump_ep/qp

Endpoints that are aborting can have already dereferenced the
cm_id and set ep->com.cm_id to NULL.  So guard against that in
dump_ep() and dump_qp().

Also create a common function for setting up ip address pointers
since the same logic is needed in several places.

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Potnuri Bharat Teja <bharat@chelsio.com>
7 years agoXeon Phi updates
Mccormick, Patrick M [Sun, 23 Apr 2017 08:30:06 +0000 (11:30 +0300)]
Xeon Phi updates

0003 patch should replace the existing and includes these changes:

Update ccl-direct ABI to pass PD correct local_dma_lkey.
Update ccl-direct ABI to pass cq flags.
Zero initialize sa path_recs in ibp_server to avoid null pointer deref.

The 0008 patch will be new:

Forward port QP multicast changes from 3.18-3 for mlx4 and mlx5
kernel QPs. This is needed for IPoIB with ccl-direct.

Signed-off-by: Mccormick, Patrick M <patrick.m.mccormick@intel.com>
7 years agoFixes for i40iw which have been included in kernels > 4.8
Tatyana Nikolova [Wed, 19 Apr 2017 16:32:44 +0000 (09:32 -0700)]
Fixes for i40iw which have been included in kernels > 4.8

Signed-off-by: Tatyana Nikolova <tatyana.e.nikolova@intel.com>
7 years agoUpdated 0003-add-the-ibp-client-and-server-drivers.patch
Mccormick, Patrick M [Wed, 19 Apr 2017 13:25:15 +0000 (16:25 +0300)]
Updated 0003-add-the-ibp-client-and-server-drivers.patch

It fixes an issue where vmalloc_to_page() fails on some newer (RHEL7.3+) kernels.

Apparently vmalloc_to_page is no longer guaranteed to return a struct page pointer
for all vmalloc allocated addresses.

Signed-off-by: Mccormick, Patrick M <patrick.m.mccormick@intel.com>
7 years agocompat-rdma.spec: Changed license to GPLv2 vofed-4.8-rc1
Vladimir Sokolovsky [Thu, 16 Mar 2017 13:47:31 +0000 (15:47 +0200)]
compat-rdma.spec: Changed license to GPLv2

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
7 years agomakefile: Added CONFIG_I40E
Vladimir Sokolovsky [Wed, 15 Mar 2017 22:20:25 +0000 (00:20 +0200)]
makefile: Added CONFIG_I40E

This is required to mask the setting comming with the in-box kernel where this config is set

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
7 years agoMerge branch 'for-vlad' of git://git.openfabrics.org/~aditr/compat-rdma
Vladimir Sokolovsky [Wed, 15 Mar 2017 21:52:06 +0000 (23:52 +0200)]
Merge branch 'for-vlad' of git://git.openfabrics.org/~aditr/compat-rdma

7 years agocompat-rdma: Adopt i40iw Makefile and Kbuild
Vladimir Sokolovsky [Wed, 15 Mar 2017 21:21:41 +0000 (23:21 +0200)]
compat-rdma: Adopt i40iw Makefile and Kbuild

Signed-off-by: Tatyana Nikolova <tatyana.e.nikolova@intel.com>
Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
7 years agocompat-rdma: Add i40iw and i40e to the build scripts
Tatyana Nikolova [Fri, 3 Feb 2017 18:23:27 +0000 (12:23 -0600)]
compat-rdma: Add i40iw and i40e to the build scripts

Signed-off-by: Tatyana Nikolova <tatyana.e.nikolova@intel.com>
7 years agovmw_pvrdma: Update patches with fixes
Adit Ranadive [Wed, 15 Mar 2017 06:44:23 +0000 (23:44 -0700)]
vmw_pvrdma: Update patches with fixes

Added the following fixes:
- Put IB device in PORT_ACTIVE state when module is loaded on boot
- Zero out alloc_ucontext uresp
- Move hardcoded page numbers to macro
- Remove unused variables in post_send/post_recv

Signed-off-by: Adit Ranadive <aditr@vmware.com>
7 years agoMerge branch 'master' of git://git.openfabrics.org/~jays/compat-rdma
Vladimir Sokolovsky [Thu, 2 Mar 2017 13:09:53 +0000 (15:09 +0200)]
Merge branch 'master' of git://git.openfabrics.org/~jays/compat-rdma

7 years agoadd support for nvme
Rajalaxmi Angadi [Thu, 23 Feb 2017 21:41:51 +0000 (13:41 -0800)]
add support for nvme

Signed-off-by: Rajalaxmi Angadi <rajalaxmi.angadi@intel.com>
Signed-off-by: Jay Sternberg <jay.e.sternberg@intel.com>
7 years agones: Backports for RHEL 7 and SLES 12
Tatyana Nikolova [Wed, 22 Feb 2017 05:29:32 +0000 (21:29 -0800)]
nes: Backports for RHEL 7 and SLES 12

Signed-off-by: Tatyana Nikolova <tatyana.e.nikolova@intel.com>
7 years agocxgb4 upstream fixes
Steve Wise [Fri, 17 Feb 2017 16:25:24 +0000 (08:25 -0800)]
cxgb4 upstream fixes

Add cxgb fixes and new firmware.

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Potnuri Bharat Teja <bharat@chelsio.com>
7 years agoupdate cxgb BACKPORT patches
Steve Wise [Fri, 17 Feb 2017 16:23:03 +0000 (08:23 -0800)]
update cxgb BACKPORT patches

Add RHEL7.0 and SLE12 support

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Potnuri Bharat Teja <bharat@chelsio.com>
7 years agomakefile: Set INSTALL_MOD_DIR to updates
Vladimir Sokolovsky [Sun, 12 Feb 2017 09:33:23 +0000 (11:33 +0200)]
makefile: Set INSTALL_MOD_DIR to updates

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
7 years agocheckout_files: Added i40e driver
Vladimir Sokolovsky [Mon, 30 Jan 2017 11:06:32 +0000 (13:06 +0200)]
checkout_files: Added i40e driver

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
7 years agoxeon-phi: update for the xeon phi patches
Mccormick, Patrick M [Tue, 24 Jan 2017 13:56:36 +0000 (15:56 +0200)]
xeon-phi: update for the xeon phi patches

In ibp cm server change list modification patterns to be atomic. Before adding and removing
from a list would go something like:

1)      Find item in list while holding reader lock
2)      …
3)      Search again for found item while holding writer lock, remove it

Multiple threads could end up holding pointers to items in the list and by the time they get to
deleting it, it may or may not exist in list.

Also: the ibp cm event handler for cm events should always return 0, if it returns non-zero ib_cm
will attempt to remove the cm_id, which is not correct (and causes ib_cm worker thread to dump
stack and hang).

Finally: trivial change an ibscif printk log level to KERN_INFO vs ALERT.

Signed-off-by: Patrick McCormick <patrick.m.mccormick@intel.com>
Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
7 years agoscripts: Copy scsi headers
Vladimir Sokolovsky [Thu, 19 Jan 2017 12:34:42 +0000 (14:34 +0200)]
scripts: Copy scsi headers

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
7 years agoUpdated ISER and SRP backports
Vladimir Sokolovsky [Thu, 19 Jan 2017 11:03:40 +0000 (13:03 +0200)]
Updated ISER and SRP backports

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
7 years agomlx5: Added RHEL7.0 support
Vladimir Sokolovsky [Mon, 16 Jan 2017 08:25:02 +0000 (10:25 +0200)]
mlx5: Added RHEL7.0 support

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
7 years agomlx4: Added RHEL7.0 support
Vladimir Sokolovsky [Mon, 16 Jan 2017 08:24:48 +0000 (10:24 +0200)]
mlx4: Added RHEL7.0 support

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
7 years agoib_core: Added RHEL7.0 support
Vladimir Sokolovsky [Mon, 16 Jan 2017 08:24:38 +0000 (10:24 +0200)]
ib_core: Added RHEL7.0 support

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
7 years agocompat-rdma: Build support for VMW_PVRDMA driver in OFED 4.8
Adit Ranadive [Wed, 21 Dec 2016 03:00:26 +0000 (19:00 -0800)]
compat-rdma: Build support for VMW_PVRDMA driver in OFED 4.8

Modified the build scripts to compile the VMware PVRDMA driver. I tested
this by compiling and installing the compat-rdma stuff in RHEL 7.3.
This is updated to reflect the new driver name.

Signed-off-by: Adit Ranadive <aditr@vmware.com>
7 years agoIB/vmw_pvrdma: Add VMware Paravirtual Driver patches
Adit Ranadive [Wed, 21 Dec 2016 02:58:50 +0000 (18:58 -0800)]
IB/vmw_pvrdma: Add VMware Paravirtual Driver patches

Added the PVRDMA driver files as a tech preview. These patches are
based on the ones submitted upstream to the linux-rdma mailing list.
These apply cleanly to the Linux 4.8 tree.

Signed-off-by: Adit Ranadive <aditr@vmware.com>
7 years agoIB/pvrdma: Remove old pvrdma patches
Adit Ranadive [Wed, 21 Dec 2016 02:56:54 +0000 (18:56 -0800)]
IB/pvrdma: Remove old pvrdma patches

The module needs to be renamed to vmw_pvrdma.

Signed-off-by: Adit Ranadive <aditr@vmware.com>
7 years agoibscif fixes
Vladimir Sokolovsky [Tue, 13 Dec 2016 10:42:26 +0000 (12:42 +0200)]
ibscif fixes

This update includes two fixes:

1)      kunmap -> kunmap_atomic , this fixes the ibscif polling thread switching into atomic mode.
2)      Add include for tasklet in ibscf driver. SLES 12.1/2 kernels need this to compile ibscf.ko. This is our only “backport” needed for these kernels.

Signed-off-by: Mccormick, Patrick M <patrick.m.mccormick@intel.com>
Signed-off-by: Jerrie Coffman <jerrie.l.coffman@intel.com>
Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
7 years agomlx4/5: Added RHEL7.1 support
Vladimir Sokolovsky [Mon, 12 Dec 2016 08:38:49 +0000 (10:38 +0200)]
mlx4/5: Added RHEL7.1 support

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
7 years agoSupport RHEL7.2 and SLES12SP1 for QIB in OFED-4.8
Pawel Schulfer [Tue, 6 Dec 2016 21:26:40 +0000 (13:26 -0800)]
Support RHEL7.2 and SLES12SP1 for QIB in OFED-4.8

Changes included in this patch:
1) Check for write_iter in file_operations structure
2) Check for inode_lock function in fs.h
3) Check for simple_positive function in dcache.h
4) Check for __GFP_RECLAIM in gfp.h

Signed-off-by: Pawel Schulfer <pawel.schulfer@intel.com>
7 years agoib_iser: Added backport
Vladimir Sokolovsky [Mon, 5 Dec 2016 16:34:09 +0000 (18:34 +0200)]
ib_iser: Added backport

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
7 years agoib_srp: Added backport
Vladimir Sokolovsky [Mon, 5 Dec 2016 16:19:43 +0000 (18:19 +0200)]
ib_srp: Added backport

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
7 years agomlx5_ib: Fixed backport
Vladimir Sokolovsky [Sun, 4 Dec 2016 15:16:18 +0000 (17:16 +0200)]
mlx5_ib: Fixed backport

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
7 years agomakefile: Added autoconf.h to the list of clean-files
Vladimir Sokolovsky [Thu, 1 Dec 2016 15:51:57 +0000 (17:51 +0200)]
makefile: Added autoconf.h to the list of clean-files

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
7 years agoib_core: Fixed backport
Vladimir Sokolovsky [Thu, 1 Dec 2016 15:48:33 +0000 (17:48 +0200)]
ib_core: Fixed backport

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
7 years agoib_ipoib: Added SLES12 SP1 support
Vladimir Sokolovsky [Thu, 1 Dec 2016 14:59:35 +0000 (16:59 +0200)]
ib_ipoib: Added SLES12 SP1 support

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
7 years agomlx5: Added SLES12 SP1 support
Vladimir Sokolovsky [Thu, 1 Dec 2016 14:40:07 +0000 (16:40 +0200)]
mlx5: Added SLES12 SP1 support

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
7 years agomlx4: Added SLES12 SP1 support
Vladimir Sokolovsky [Thu, 1 Dec 2016 14:39:53 +0000 (16:39 +0200)]
mlx4: Added SLES12 SP1 support

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
7 years agoib_core: Added SLES12 SP1 support
Vladimir Sokolovsky [Thu, 1 Dec 2016 14:39:36 +0000 (16:39 +0200)]
ib_core: Added SLES12 SP1 support

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
7 years agoconfigure: Fixed autoconf.h location on SLES12 SP1
Vladimir Sokolovsky [Thu, 1 Dec 2016 14:20:01 +0000 (16:20 +0200)]
configure: Fixed autoconf.h location on SLES12 SP1

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
7 years agomlx5: Added support for SLES12 SP2
Vladimir Sokolovsky [Sun, 20 Nov 2016 10:38:04 +0000 (12:38 +0200)]
mlx5: Added support for SLES12 SP2

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
7 years agomlx5: Added RHEL7.3 support
Vladimir Sokolovsky [Wed, 16 Nov 2016 16:31:26 +0000 (18:31 +0200)]
mlx5: Added RHEL7.3 support

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
7 years agoib_core: Added RHEL7.3 support
Vladimir Sokolovsky [Wed, 16 Nov 2016 16:31:11 +0000 (18:31 +0200)]
ib_core: Added RHEL7.3 support

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
7 years agomakefile: Added CONFIG_INFINIBAND_I40IW
Vladimir Sokolovsky [Wed, 16 Nov 2016 15:35:54 +0000 (17:35 +0200)]
makefile: Added CONFIG_INFINIBAND_I40IW

This is to disable undesired compilation triggered by kernel's configuration file

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
7 years agoib_core: Added CONFIGFS backport for RHEL7.2
Vladimir Sokolovsky [Wed, 16 Nov 2016 11:44:13 +0000 (13:44 +0200)]
ib_core: Added CONFIGFS backport for RHEL7.2

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
7 years agoofed_scripts: Added new CONFIG_* options and cleaned up
Vladimir Sokolovsky [Thu, 10 Nov 2016 08:46:55 +0000 (10:46 +0200)]
ofed_scripts: Added new CONFIG_* options and cleaned up

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
7 years agocxgb: Add "-ofed" tag to drivers
Steve Wise [Mon, 7 Nov 2016 21:56:49 +0000 (13:56 -0800)]
cxgb: Add "-ofed" tag to drivers

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
7 years agoFixed ib_core backport for RHEL7.2
Vladimir Sokolovsky [Mon, 7 Nov 2016 15:33:11 +0000 (17:33 +0200)]
Fixed ib_core backport for RHEL7.2

Fixed unknown symbols issue:
ib_ipoib: Unknown symbol ib_get_vf_config (err 0)
ib_ipoib: Unknown symbol ib_get_vf_stats (err 0)
ib_ipoib: Unknown symbol ib_set_vf_link_state (err 0)

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
7 years agomlx5: Added support for RHEL7.2
Vladimir Sokolovsky [Mon, 7 Nov 2016 13:43:32 +0000 (15:43 +0200)]
mlx5: Added support for RHEL7.2

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
7 years agoconfigure: Fixed typo under '--without-pvrdma-mod'
Vladimir Sokolovsky [Thu, 3 Nov 2016 11:36:30 +0000 (13:36 +0200)]
configure: Fixed typo under '--without-pvrdma-mod'

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
7 years agocompat-rdma: Build support for PVRDMA driver in OFED 4.8
Adit Ranadive [Wed, 2 Nov 2016 21:22:40 +0000 (14:22 -0700)]
compat-rdma: Build support for PVRDMA driver in OFED 4.8

Modified the build scripts to compile the PVRDMA driver. I tested
this by compiling and installing the compat-rdma stuff in RHEL 7.2.

Signed-off-by: Adit Ranadive <aditr@vmware.com>
7 years agoIB/pvrdma: Add Paravirtual RDMA driver patches for OFED-4.8
Adit Ranadive [Wed, 2 Nov 2016 21:20:42 +0000 (14:20 -0700)]
IB/pvrdma: Add Paravirtual RDMA driver patches for OFED-4.8

Added the PVRDMA driver files as a tech preview. These patches are
based on the ones submitted upstream to the linux-rdma mailing list.
These apply cleanly to a Linux 4.8-rc8 tree.

Signed-off-by: Adit Ranadive <aditr@vmware.com>
7 years agoBACKPORT: cxgb4
Steve Wise [Tue, 11 Oct 2016 22:51:19 +0000 (15:51 -0700)]
BACKPORT: cxgb4

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
7 years agoBACKPORT: cxgb3
Steve Wise [Tue, 11 Oct 2016 20:32:41 +0000 (13:32 -0700)]
BACKPORT: cxgb3

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
7 years agoumem: Fixed get_user_pages backport
Vladimir Sokolovsky [Mon, 10 Oct 2016 12:13:53 +0000 (15:13 +0300)]
umem: Fixed get_user_pages backport

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>