]> git.openfabrics.org - compat-rdma/compat-rdma.git/log
compat-rdma/compat-rdma.git
9 years agoibdev2netdev: Added dev_port support
Vladimir Sokolovsky [Mon, 11 May 2015 17:22:10 +0000 (20:22 +0300)]
ibdev2netdev: Added dev_port support

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agomlx4/backport: Fixed dev_id
Vladimir Sokolovsky [Mon, 11 May 2015 17:03:31 +0000 (20:03 +0300)]
mlx4/backport: Fixed dev_id

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agoiw_cxgb4: use wildcard mapping for getting remote addr info
Steve Wise [Thu, 7 May 2015 14:56:38 +0000 (09:56 -0500)]
iw_cxgb4: use wildcard mapping for getting remote addr info

For listening endpoints bound to the wildcard address, we need to pass
the wildcard address mapping to iwpm_get_remote_info() instead of the
mapped address of the new child connection.

Without this fix, and with iwarp port mapping enabled, each iw_cxgb4
connection that is spawned from a listening endpoint bound to the wildcard
address, will generate an annoying dmesg entry about failing to find
the remote address mapping info, and the connection state displayed in
debugfs under /sys/kernel/debug/iw_cxgb4/<pci-slot-no>/eps  will not have
the peer's address/port mapping info.  The connection still works though.

Fixes: 5b6b8fe ("RDMA/cxgb4: Report the actual address of the remote connecting peer")
Signed-off-by: Steve Wise <swise@opengridcomputing.com>
9 years agocxgb4: update firmware to 1.3.32
root [Tue, 5 May 2015 14:35:05 +0000 (09:35 -0500)]
cxgb4: update firmware to 1.3.32

From: Steve Wise <swise@opengridcomputing.com>

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
9 years agocompat-rdma.spec: Added systemd support for all relevant OSes
Vladimir Sokolovsky [Sun, 26 Apr 2015 16:49:11 +0000 (19:49 +0300)]
compat-rdma.spec: Added systemd support for all relevant OSes

Before this commit systemd was supported on SLES12 only.
Now this should work on RHEL7.x as well

issue: http://bugs.openfabrics.org/bugzilla/show_bug.cgi?id=2533

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agoAdded linux-next-cherry-picks/0010-IB-uverbs-Prevent-integer-overflow-in-ib_umem_get...
Vladimir Sokolovsky [Tue, 7 Apr 2015 10:25:11 +0000 (13:25 +0300)]
Added linux-next-cherry-picks/0010-IB-uverbs-Prevent-integer-overflow-in-ib_umem_get-ad.patch

IB/uverbs: Prevent integer overflow in ib_umem_get address arithmetic

Properly verify that the resulting page aligned end address is larger
than both the start address and the length of the memory area requested.

Both the start and length arguments for ib_umem_get are controlled by
the user. A misbehaving user can provide values which will cause an
integer overflow when calculating the page aligned end address.

This overflow can cause also miscalculation of the number of pages
mapped, and additional logic issues.

Addresses: CVE-2014-8159
Cc: <stable@vger.kernel.org>
Signed-off-by: Shachar Raindel <raindel@mellanox.com>
Signed-off-by: Jack Morgenstein <jackm@mellanox.com>
Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agoNFSoRDMA: backport for RHEL 6.5 and 6.6
Jeff Becker [Wed, 1 Apr 2015 22:43:27 +0000 (15:43 -0700)]
NFSoRDMA: backport for RHEL 6.5 and 6.6

Signed-off-by: Jeff Becker <Jeffrey.C.Becker@nasa.gov>
9 years agoFixed mlx4 backport
Vladimir Sokolovsky [Wed, 1 Apr 2015 19:23:35 +0000 (22:23 +0300)]
Fixed mlx4 backport

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agoAdded RHEL7.1 backport patches
Vladimir Sokolovsky [Wed, 1 Apr 2015 18:46:29 +0000 (21:46 +0300)]
Added RHEL7.1 backport patches

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agoRDMA/ocrdma: rebasing the upstream sync up patch
Selvin Xavier [Tue, 24 Mar 2015 11:19:32 +0000 (04:19 -0700)]
RDMA/ocrdma: rebasing the upstream sync up patch

Rebasing the upstream syncup patch after the RH6.5/6 backport changes
to avoid hunks during merging

Signed-off-by: Selvin Xavier <selvin.xavier@emulex.com>
9 years agobe2net-ocrdma: Fixing the RH 6.5/6 backport patch
Selvin Xavier [Tue, 24 Mar 2015 11:17:35 +0000 (04:17 -0700)]
be2net-ocrdma: Fixing the RH 6.5/6 backport patch

Fixing few issues seen in be2net and ocrdma backport for RH 6.5/6.6

Signed-off-by: Selvin Xavier <selvin.xavier@emulex.com>
9 years agobe2net-ocrdma: move backport patches to the correct folder
Selvin Xavier [Tue, 24 Mar 2015 11:14:57 +0000 (04:14 -0700)]
be2net-ocrdma: move backport patches to the correct folder

moving the ocrdma and be2net backport patches from
linux-next-pending to patches directory

Signed-off-by: Selvin Xavier <selvin.xavier@emulex.com>
9 years agoUpdated XEON-Phi patches
Phil Cayton [Mon, 16 Mar 2015 14:04:26 +0000 (16:04 +0200)]
Updated XEON-Phi patches

Add CCL-Direct (ibp) drivers to Infiniband
Add ibscif to the Infiniband HW directory

Signed-off-by: Phil Cayton <phil.cayton@intel.com>
9 years agoUpdated compat-rdma.spec for XEON-Phi
Phil Cayton [Wed, 28 May 2014 22:50:26 +0000 (15:50 -0700)]
Updated compat-rdma.spec for XEON-Phi

Signed-off-by: Phil Cayton <phil.cayton@intel.com>
9 years agoNFS/RDMA: SLES11SP3 backport Signed-off-by: Jeff Becker <Jeffrey.C.Becker@nasa.gov>
Jeffrey C. Becker [Thu, 12 Mar 2015 17:06:17 +0000 (10:06 -0700)]
NFS/RDMA: SLES11SP3 backport Signed-off-by: Jeff Becker <Jeffrey.C.Becker@nasa.gov>

9 years agobe2net: Backport support for SLES11 SP3
Mitesh Ahuja [Mon, 9 Mar 2015 13:45:35 +0000 (06:45 -0700)]
be2net: Backport support for SLES11 SP3

Fixing compilation issues for SLES11 SP3.

9 years agoMerge branch 'qib_318_backport' of git://openfabrics.org/~mmarciniszyn/new_ofed/compa...
Vladimir Sokolovsky [Wed, 4 Mar 2015 11:35:18 +0000 (13:35 +0200)]
Merge branch 'qib_318_backport' of git://openfabrics.org/~mmarciniszyn/new_ofed/compat-rdma

9 years agoImprove creation of openib.conf
Vladimir Sokolovsky [Wed, 4 Mar 2015 09:57:54 +0000 (11:57 +0200)]
Improve creation of openib.conf

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agoconfigure/make: Fix path to autoconf.h and remove config.h
Vladimir Sokolovsky [Wed, 4 Mar 2015 09:27:33 +0000 (11:27 +0200)]
configure/make: Fix path to autoconf.h and remove config.h

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agoBackport qib driver for RHEL 6.6
Vinit Agnihotri [Tue, 27 Jan 2015 13:16:26 +0000 (05:16 -0800)]
Backport qib driver for RHEL 6.6

Reviewed-by: Mike Marciniszyn <mike.marciniszyn@intel.com>
Signed-off-by: Vinit Agnihotri <vinit.abhay.agnihotri@intel.com>
9 years agoAdded XEON Phi
Vladimir Sokolovsky [Tue, 3 Mar 2015 09:10:26 +0000 (11:10 +0200)]
Added XEON Phi

Signed-off-by: Phil Cayton <phil.cayton@intel.com>
Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agoRemove cxgbi drivers
root [Mon, 2 Mar 2015 19:59:05 +0000 (13:59 -0600)]
Remove cxgbi drivers

Not supported by Chelsio within OFED.

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
9 years agocompat-rdma.spec: Fixed typo
Vladimir Sokolovsky [Sun, 22 Feb 2015 14:11:31 +0000 (16:11 +0200)]
compat-rdma.spec: Fixed typo

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agoRemove modupdate logic from spec. It has been a no-op in the configure script.
pmmccorm [Fri, 23 Jan 2015 18:27:27 +0000 (10:27 -0800)]
Remove modupdate logic from spec. It has been a no-op in the configure script.

9 years agoWrite out openib.conf from configure script.
pmmccorm [Fri, 23 Jan 2015 18:10:28 +0000 (10:10 -0800)]
Write out openib.conf from configure script.

9 years agoDon't define buildroot. All modern rpmbuilds define this automatically.
pmmccorm [Fri, 23 Jan 2015 16:41:09 +0000 (08:41 -0800)]
Don't define buildroot. All modern rpmbuilds define this automatically.

Pass make -j flags when compiling modules.

9 years agoRDMA/ocrdma : Backport support for RHEL 6.[56]
Mitesh Ahuja [Thu, 12 Feb 2015 09:42:14 +0000 (01:42 -0800)]
RDMA/ocrdma : Backport support for RHEL 6.[56]

9 years agobe2net: Backport support for RHEL 6.[56]
Mitesh Ahuja [Thu, 12 Feb 2015 09:41:28 +0000 (01:41 -0800)]
be2net: Backport support for RHEL 6.[56]

9 years agoAdded fix for IB core
Vladimir Sokolovsky [Mon, 9 Feb 2015 16:32:03 +0000 (18:32 +0200)]
Added fix for IB core

From: Ilya Nelkenbaum <ilyan@mellanox.com>
Subject: [PATCH] IB/core: When marshaling ucma path from user-space,
clear unused fields

When marsheling a user path to the kernel struct ib_sa_path, need
to zero smac, dmac and set the vlan id to the "no vlan" value.

This is to ensure that Ethernet attributes are not used with
InfiniBand QPs.

Fixes: dd5f03beb4f7 ("IB/core: Ethernet L2 attributes in verbs/cm
structures")
Signed-off-by: Ilya Nelkenbaum <ilyan@mellanox.com>
Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agoiw_cxgb4: pull in post-3.18 fixes
Steve Wise [Fri, 6 Feb 2015 19:49:57 +0000 (13:49 -0600)]
iw_cxgb4: pull in post-3.18 fixes

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
9 years agocxgb4: pull in post-3.18 fixes
Steve Wise [Fri, 6 Feb 2015 17:04:57 +0000 (11:04 -0600)]
cxgb4: pull in post-3.18 fixes

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
9 years agocompat-rdma.spec: Remove unused stuff
Vladimir Sokolovsky [Mon, 19 Jan 2015 11:26:06 +0000 (13:26 +0200)]
compat-rdma.spec: Remove unused stuff

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agoNFSRDMA: RHEL7 backport Signed-off-by: Jeff Becker <Jeffrey.C.Becker@nasa.gov>
Jeffrey C. Becker [Fri, 16 Jan 2015 20:11:51 +0000 (12:11 -0800)]
NFSRDMA: RHEL7 backport Signed-off-by: Jeff Becker <Jeffrey.C.Becker@nasa.gov>

9 years agocxgbi: Backport for RHEL6.6
Steve Wise [Thu, 15 Jan 2015 17:08:33 +0000 (11:08 -0600)]
cxgbi: Backport for RHEL6.6

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
9 years agocxgb4: RHEL6.6 backport
Steve Wise [Wed, 14 Jan 2015 20:26:45 +0000 (14:26 -0600)]
cxgb4: RHEL6.6 backport

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
9 years agoAdded Module.supported
Vladimir Sokolovsky [Wed, 14 Jan 2015 13:03:09 +0000 (15:03 +0200)]
Added Module.supported

This is to avoid using ''modprobe --allow-unsupported' on SLES OSes

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agoiw_cm: fix backport bug
Steve Wise [Tue, 13 Jan 2015 20:53:55 +0000 (14:53 -0600)]
iw_cm: fix backport bug

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
9 years agomlx4: Fixed kvfree backport
Vladimir Sokolovsky [Tue, 13 Jan 2015 13:33:35 +0000 (15:33 +0200)]
mlx4: Fixed kvfree backport

Use kvfree from compat

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agocxgb4: backports for sles11sp3
Steve Wise [Thu, 8 Jan 2015 19:54:32 +0000 (13:54 -0600)]
cxgb4: backports for sles11sp3

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
9 years agoiw_cm: add sles11sp3 backport
Steve Wise [Thu, 8 Jan 2015 19:54:32 +0000 (13:54 -0600)]
iw_cm: add sles11sp3 backport

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
9 years agocxgbi: add sles11sp3 backports
Steve Wise [Thu, 8 Jan 2015 19:54:32 +0000 (13:54 -0600)]
cxgbi: add sles11sp3 backports

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
9 years agocxgb3: add sles11sp3 backport
Steve Wise [Thu, 8 Jan 2015 19:54:32 +0000 (13:54 -0600)]
cxgb3: add sles11sp3 backport

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
9 years agocleanup compat-rdma.spec
Vladimir Sokolovsky [Thu, 8 Jan 2015 14:36:01 +0000 (16:36 +0200)]
cleanup compat-rdma.spec

Removed unused code

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agocompat-rdma.spec: Fixed path to openibd.service
Vladimir Sokolovsky [Wed, 7 Jan 2015 16:36:06 +0000 (18:36 +0200)]
compat-rdma.spec: Fixed path to openibd.service

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agoAdded SRP backport for RHEL6.5/6
Vladimir Sokolovsky [Wed, 7 Jan 2015 15:13:21 +0000 (17:13 +0200)]
Added SRP backport for RHEL6.5/6

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agoiser: Added support for RHEL6.5/6
Vladimir Sokolovsky [Wed, 7 Jan 2015 12:32:38 +0000 (14:32 +0200)]
iser: Added support for RHEL6.5/6

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agoconfigure: Added '--force-autogen' parameter
Vladimir Sokolovsky [Tue, 6 Jan 2015 13:02:58 +0000 (15:02 +0200)]
configure: Added '--force-autogen' parameter

autogen.sh will not run by default if the confiure script exist

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agoAdded openibd.service for SLES12
Vladimir Sokolovsky [Tue, 6 Jan 2015 12:25:33 +0000 (14:25 +0200)]
Added openibd.service for SLES12

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agoib/core: Fixed backport
Vladimir Sokolovsky [Mon, 5 Jan 2015 17:49:25 +0000 (19:49 +0200)]
ib/core: Fixed backport

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agoib/core: Added SLES11 SP3 support
Vladimir Sokolovsky [Mon, 5 Jan 2015 16:40:36 +0000 (18:40 +0200)]
ib/core: Added SLES11 SP3 support

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agomlx4: Added SLES11 SP3 support
Vladimir Sokolovsky [Mon, 5 Jan 2015 15:57:01 +0000 (17:57 +0200)]
mlx4: Added SLES11 SP3 support

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agoconfigure/makefile: Cleanup NFSRDMA configuration parameters
Vladimir Sokolovsky [Mon, 5 Jan 2015 09:35:14 +0000 (11:35 +0200)]
configure/makefile: Cleanup NFSRDMA configuration parameters

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agoconfigure/makefile: Add ISER target support
Vladimir Sokolovsky [Mon, 5 Jan 2015 09:25:22 +0000 (11:25 +0200)]
configure/makefile: Add ISER target support

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agoUpdated openibd
Vladimir Sokolovsky [Wed, 31 Dec 2014 13:28:14 +0000 (15:28 +0200)]
Updated openibd

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agoRDMA/ocrdma: Syncup patches from upstream kernel.
Mitesh Ahuja [Thu, 18 Dec 2014 11:05:44 +0000 (03:05 -0800)]
RDMA/ocrdma: Syncup patches from upstream kernel.

9 years agoAdded backports for RHEL6.[56]
Vladimir Sokolovsky [Sun, 14 Dec 2014 12:09:09 +0000 (14:09 +0200)]
Added backports for RHEL6.[56]

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agoconfigure: Added '--skip-autoconf' parameter
Vladimir Sokolovsky [Sun, 14 Dec 2014 11:00:35 +0000 (13:00 +0200)]
configure: Added '--skip-autoconf' parameter

This parameter can be used to avoid running autogen.sh which can be
useful after configure executed autogen.sh once and, now, we just want to
change the set of modules to be compiled,

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agocore/iwpm: Fix for netlink attribute length
Tatyana E. Nikolova [Thu, 11 Dec 2014 19:27:49 +0000 (11:27 -0800)]
core/iwpm: Fix for netlink attribute length

Signed-off-by: Tatyana Nikolova <tatyana.e.nikolova@intel.com>
9 years agoRefreshed backports over linux-3.18
Vladimir Sokolovsky [Mon, 8 Dec 2014 14:28:36 +0000 (16:28 +0200)]
Refreshed backports over linux-3.18

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agoofed_scripts: Added ofed_format_patch.sh
Vladimir Sokolovsky [Mon, 8 Dec 2014 14:27:31 +0000 (16:27 +0200)]
ofed_scripts: Added ofed_format_patch.sh

This script should be used to refresh backport patches

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agoFixing be2net include path in ocrdma makefile
Selvin Xavier [Fri, 5 Dec 2014 18:32:25 +0000 (10:32 -0800)]
Fixing be2net include path in ocrdma makefile

Signed-off-by: Selvin Xavier <selvin.xavier@emulex.com>
9 years agobe2net backport patch
Selvin Xavier [Fri, 5 Dec 2014 18:31:50 +0000 (10:31 -0800)]
be2net backport patch

Signed-off-by: Selvin Xavier <selvin.xavier@emulex.com>
9 years agoFix pr_fmt warnings
Steve Wise [Tue, 2 Dec 2014 22:11:36 +0000 (16:11 -0600)]
Fix pr_fmt warnings

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
9 years agomlx4_en: Fixed typo in the backport
Vladimir Sokolovsky [Mon, 24 Nov 2014 16:17:54 +0000 (18:17 +0200)]
mlx4_en: Fixed typo in the backport

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agoconfigure: Fixed linux-obj parameter parsing
Vladimir Sokolovsky [Mon, 24 Nov 2014 15:50:33 +0000 (17:50 +0200)]
configure: Fixed linux-obj parameter parsing

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agoRefreshed backport patches for linux-3.18-rc6
Vladimir Sokolovsky [Mon, 24 Nov 2014 14:35:25 +0000 (16:35 +0200)]
Refreshed backport patches for linux-3.18-rc6

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agocxgb4: backport changes for linux-3.12
Steve Wise [Thu, 20 Nov 2014 19:55:07 +0000 (13:55 -0600)]
cxgb4: backport changes for linux-3.12

Also rename the main cxgb4 backport patch so it will be applied after
the firmware patch to make changing it easier.

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
9 years agocxgb4: bundle firmware with driver
Steve Wise [Wed, 19 Nov 2014 20:56:27 +0000 (14:56 -0600)]
cxgb4: bundle firmware with driver

Add T4 and T5 1.12.25.0 firmware to driver.

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
9 years agocxgb3/cxgb4: append "-ofed" to driver version string
Steve Wise [Wed, 19 Nov 2014 20:55:17 +0000 (14:55 -0600)]
cxgb3/cxgb4: append "-ofed" to driver version string

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
9 years agoBackport for cxgbi on RHEL7
Steve Wise [Tue, 18 Nov 2014 14:51:19 +0000 (08:51 -0600)]
Backport for cxgbi on RHEL7

Just needed to tweak the Kbuild files.

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
9 years agoEnabling building cxgb4i
Steve Wise [Tue, 18 Nov 2014 20:31:22 +0000 (12:31 -0800)]
Enabling building cxgb4i

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
9 years agoAdd cxgb4 backport patch for RHEL7
Steve Wise [Tue, 18 Nov 2014 14:01:44 +0000 (08:01 -0600)]
Add cxgb4 backport patch for RHEL7

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
9 years agoAdd cxgb3 backport patch for RHEL7
Steve Wise [Mon, 17 Nov 2014 16:43:44 +0000 (10:43 -0600)]
Add cxgb3 backport patch for RHEL7

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
9 years agomakefile: Fixed include order for the compat headers
Vladimir Sokolovsky [Thu, 6 Nov 2014 12:17:22 +0000 (14:17 +0200)]
makefile: Fixed include order for the compat headers

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agoRefreshed backports
Vladimir Sokolovsky [Wed, 5 Nov 2014 19:03:35 +0000 (21:03 +0200)]
Refreshed backports

Make sure backports can be applied using git am

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agoMerge branch 'master' of git://flatbed.openfabrics.org/~tnikolova/compat-rdma/
Vladimir Sokolovsky [Tue, 4 Nov 2014 11:15:38 +0000 (13:15 +0200)]
Merge branch 'master' of git://flatbed.openfabrics.org/~tnikolova/compat-rdma/

9 years agomakefile: Disable usnic compilation
Vladimir Sokolovsky [Sun, 2 Nov 2014 19:29:44 +0000 (21:29 +0200)]
makefile: Disable usnic compilation

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agoofed_scripts: Pass correct kernel source/obj parameters
Vladimir Sokolovsky [Sun, 2 Nov 2014 19:29:01 +0000 (21:29 +0200)]
ofed_scripts: Pass correct kernel source/obj parameters

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agoFixed ib-core backport for SLES12
Vladimir Sokolovsky [Sun, 2 Nov 2014 18:45:06 +0000 (20:45 +0200)]
Fixed ib-core backport for SLES12

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agoRemove index from iscsi backport
Vladimir Sokolovsky [Sun, 2 Nov 2014 18:44:43 +0000 (20:44 +0200)]
Remove index from iscsi backport

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agoofed_scripts: Set correct kernel source/obj directory
Vladimir Sokolovsky [Sun, 2 Nov 2014 18:42:36 +0000 (20:42 +0200)]
ofed_scripts: Set correct kernel source/obj directory

This is relevant for SLES Distros

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agoLinux-next-pending patches for iwpm, nes, cxgb4 - OFED-3.18
Tatyana E. Nikolova [Thu, 30 Oct 2014 21:08:22 +0000 (14:08 -0700)]
Linux-next-pending patches for iwpm, nes, cxgb4 - OFED-3.18

9 years agoBackports for nes and iwpm - OFED-3.18
Tatyana E. Nikolova [Thu, 30 Oct 2014 21:01:44 +0000 (14:01 -0700)]
Backports for nes and iwpm - OFED-3.18

9 years agoBackports for infiniband/core files - OFED-3.18
Tatyana E. Nikolova [Thu, 30 Oct 2014 20:59:47 +0000 (13:59 -0700)]
Backports for infiniband/core files - OFED-3.18

9 years agogen-compat-config.sh: Update COMPAT_LATEST_VERSION
Vladimir Sokolovsky [Tue, 28 Oct 2014 16:52:24 +0000 (18:52 +0200)]
gen-compat-config.sh: Update COMPAT_LATEST_VERSION

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agoscsi/Makefile: Avoid recompilation of the whole SCSI stack
Vladimir Sokolovsky [Tue, 28 Oct 2014 08:25:10 +0000 (10:25 +0200)]
scsi/Makefile: Avoid recompilation of the whole SCSI stack

Leave only SRP related staff

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agoadmin_rdma: Copy compat autotools environment
Vladimir Sokolovsky [Mon, 27 Oct 2014 15:46:29 +0000 (17:46 +0200)]
admin_rdma: Copy compat autotools environment

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agocheckout_files: Removed scsi_transport_srp_internal.h
Vladimir Sokolovsky [Mon, 27 Oct 2014 15:40:54 +0000 (17:40 +0200)]
checkout_files: Removed scsi_transport_srp_internal.h

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agocheckout_files: Removed documentation
Vladimir Sokolovsky [Mon, 27 Oct 2014 15:39:36 +0000 (17:39 +0200)]
checkout_files: Removed documentation

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agomake: Use config.h created by autotools
Vladimir Sokolovsky [Mon, 27 Oct 2014 15:37:34 +0000 (17:37 +0200)]
make: Use config.h created by autotools

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agoAdded backport patches
Vladimir Sokolovsky [Mon, 27 Oct 2014 15:11:35 +0000 (17:11 +0200)]
Added backport patches

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agoconfigure: Use check_autofconf to verify kernel configuration
Vladimir Sokolovsky [Mon, 27 Oct 2014 15:07:43 +0000 (17:07 +0200)]
configure: Use check_autofconf to verify kernel configuration

Some kernel-devel packages do not include .config. So, inspect
autoconf.h instead.

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agoRemoved all patches to add linux-3.18 support
Vladimir Sokolovsky [Mon, 27 Oct 2014 14:25:51 +0000 (16:25 +0200)]
Removed all patches to add linux-3.18 support

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agoRDMA/nes: Fix for register mr with zero length
Tatyana Nikolova [Fri, 24 Oct 2014 19:09:04 +0000 (14:09 -0500)]
RDMA/nes: Fix for register mr with zero length

Signed-off-by: Tatyana Nikolova <tatyana.e.nikolova@intel.com>
9 years agosvcrdma: advertise the correct max payload
Steve Wise [Wed, 1 Oct 2014 23:50:07 +0000 (18:50 -0500)]
svcrdma: advertise the correct max payload

Pull in this:

commit 7e5be28827bf5c1989218c4b7bf64fdbc3d679b5
Author: Steve Wise <swise@opengridcomputing.com>
Date:   Tue Sep 23 17:11:22 2014 -0500

    svcrdma: advertise the correct max payload

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
9 years agoxeon-phi: Updates to qib driver
Vladimir Sokolovsky [Mon, 29 Sep 2014 12:26:23 +0000 (15:26 +0300)]
xeon-phi: Updates to qib driver

Signed-off-by: Jubin John <jubin.john@intel.com>
Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agogen-compat-config: Handle kthread API to support RHEL6.6
Vladimir Sokolovsky [Mon, 29 Sep 2014 11:58:42 +0000 (14:58 +0300)]
gen-compat-config: Handle kthread API to support RHEL6.6

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agogen-compat-config: Prevent redefining ETH_FLAG_TXVLAN/ETH_FLAG_RXVLAN.
Vladimir Sokolovsky [Mon, 29 Sep 2014 12:58:24 +0000 (15:58 +0300)]
gen-compat-config: Prevent redefining ETH_FLAG_TXVLAN/ETH_FLAG_RXVLAN.

Signed-off-by: Alaa Hleihel <alaa@mellanox.com>
Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
9 years agobe2net : Backport support for RHEL 6.6
Selvin Xavier [Fri, 19 Sep 2014 02:39:20 +0000 (08:09 +0530)]
be2net : Backport support for RHEL 6.6

Fixing compilation issues for RHEL 6.6

Signed-off-by: Selvin Xavier <selvin.xavier@emulex.com>
9 years agomlx4_en: Added RHEL6.6 support
Vladimir Sokolovsky [Wed, 17 Sep 2014 10:28:51 +0000 (13:28 +0300)]
mlx4_en: Added RHEL6.6 support

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