[PATCH V2 for-next 2/3] IB/mlx4_ib: Disassociate support

2014-11-25 Thread Yishai Hadas
Implements the IB core disassociate_ucontext API. The driver detaches the HW resources for a given user context to prevent a dependency between application termination and device disconnecting. This is done by managing the VMAs that were mapped to the HW bars such as door bell and blueflame. When

[PATCH V2 for-next 0/3] HW Device hot-removal support

2014-11-25 Thread Yishai Hadas
Currently, if there is any user space application using an IB device, it is impossible to unload the HW device driver for this device. Similarly, if the device is hot-unplugged or reset, the device driver hardware removal flow blocks until all user contexts are destroyed. This patchset removes

[PATCH V2 for-next 1/3] IB/uverbs: Enable device removal when there are active user space applications

2014-11-25 Thread Yishai Hadas
Enables the uverbs_remove_one to succeed despite the fact that there are running IB applications working with the given ib device. This functionality enables a HW device to be unbind/reset despite the fact that there are running user space applications using it. It exposes a new IB kernel API

[PATCH V2 for-next 3/3] IB/ucma: HW Device hot-removal support

2014-11-25 Thread Yishai Hadas
Currently, IB/cma remove_one flow blocks until all user descriptor managed by IB/ucma are released. This prevents hot-removal of IB devices. This patch allows IB/cma to remove devices regardless of user space activity. Upon getting the RDMA_CM_EVENT_DEVICE_REMOVAL event we close all the underlying

Fix Penguin Penalty 17th October2014 ( mail-archive.com )

2014-11-25 Thread swell78646
Dear Sir Did your website get hit by Google Penguin update on October 17th 2014? What basically is Google Penguin Update? It is actually a code name for Google algorithm which aims at decreasing your websites search engine rankings that violate Google’s guidelines by using black hat SEO

Re: [PATCH] bonding: move ipoib_header_ops to vmlinux

2014-11-25 Thread Jay Vosburgh
Or Gerlitz ogerl...@mellanox.com wrote: On 11/25/2014 8:07 AM, David Miller wrote: IPOIB should not work over bonding as it requires that the device use ARPHRD_ETHER. Hi Dave, IPoIB devices can be enslaved to both bonding and teaming in their HA mode, the bond device type becomes

Re: [PATCH] bonding: move ipoib_header_ops to vmlinux

2014-11-25 Thread David Miller
From: Jay Vosburgh jay.vosbu...@canonical.com Date: Tue, 25 Nov 2014 10:41:17 -0800 Or Gerlitz ogerl...@mellanox.com wrote: On 11/25/2014 8:07 AM, David Miller wrote: IPOIB should not work over bonding as it requires that the device use ARPHRD_ETHER. Hi Dave, IPoIB devices can be enslaved

RE: [RFC PATCH 00/16] ib_mad: Add support for Intel Omni-Path Architecture (OPA) MAD processing.

2014-11-25 Thread Weiny, Ira
On Thu, Nov 13, 2014 at 9:54 PM, ira.we...@intel.com wrote: The following patch series modifies the kernel MAD processing (ib_mad/ib_umad) and related interfaces to process Intel Omni-Path Architecture MADs on devices which support them. So this series allows to process such mad when

Re: [RFC PATCH 00/16] ib_mad: Add support for Intel Omni-Path Architecture (OPA) MAD processing.

2014-11-25 Thread Hal Rosenstock
On 11/13/2014 2:54 PM, ira.we...@intel.com wrote: The following patch series modifies the kernel MAD processing (ib_mad/ib_umad) and related interfaces to process Intel Omni-Path Architecture MADs on devices which support them. In addition to supporting some IBTA management classes, OPA

Re: [PATCH] bonding: move ipoib_header_ops to vmlinux

2014-11-25 Thread Wengang
于 2014年11月26日 02:44, David Miller 写道: From: Jay Vosburgh jay.vosbu...@canonical.com Date: Tue, 25 Nov 2014 10:41:17 -0800 Or Gerlitz ogerl...@mellanox.com wrote: On 11/25/2014 8:07 AM, David Miller wrote: IPOIB should not work over bonding as it requires that the device use ARPHRD_ETHER.