Thanks - all updates should be applied.
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
On Mon, 2014-09-29 at 14:52 -0400, Chuck Lever wrote:
> Is there a bugzilla report filed for this issue? Has there been any progress
> towards a fix?
This is fixed in Linus tree.
http://git.kernel.org/cgit/linux/kernel/git/davem/net.git/commit/?id=257117862634d89de33fec74858b1a0ba5ab444b
http:/
On Sep 10, 2014, at 3:42 AM, Or Gerlitz wrote:
>
> On 9/9/2014 10:30 PM, Chuck Lever wrote:
>> This crash happens when booting v3.17-rcN on any of my IB-enabled
>> systems. I have both ConnectX-2 and mthca systems, all are affected.
>>
>> I bisected this to:
>>
>> commit e0f31d8498676fda36289
On Mon, Sep 29, 2014 at 11:07:25AM -0500, Steve Wise wrote:
>
> Hey Bruce, is this version acceptable for 3.18?
Yes, applying, thanks for the reminder.--b.
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo
Hey Bruce, is this version acceptable for 3.18?
Thanks,
Steve.
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi,
Le lundi 29 septembre 2014 à 02:08 +, floaterions a écrit :
> Hello everyone,
>
> I'm trying to run some basic rdma examples (provided here:
> github.com/tarickb/the-geek-in-the-corner/tree/master/01_basic-client-server
> but I keep getting these errors:
>
>
> $ gcc -Wall -g -lrdmacm
Yes, you need install some lib. eg:
RedHat (RHEL 6.4 and above)
yum groupinstall "Infiniband Support"
yum install libtool autoconf automake
yum install infiniband-diags perftest libibverbs-utils librdmacm-utils
yum install librdmacm-devel libibverbs-devel numactl numactl-devel
libaio-devel libeven