Re: SRP over RoCE

2011-08-06 Thread Bart Van Assche
On Fri, Aug 5, 2011 at 9:17 PM, Bob Pearson rpear...@systemfabricworks.com wrote: There are a couple of issues with SRP/RoCE. One of them is that the current scheme for configuring connections is based on DM MADs. The other is the one you mention. We (SFW) looked at both problems a couple of

Re: [patch v2 33/37] add rxe_net.c

2011-08-06 Thread Bart Van Assche
On Sun, Jul 24, 2011 at 9:43 PM, rpear...@systemfabricworks.com wrote: +static __be64 rxe_mac_to_eui64(struct net_device *ndev) +{ +    unsigned char *mac_addr = ndev-dev_addr; +    __be64 eui64; +    unsigned char *dst = (unsigned char *)eui64; + +    dst[0] = mac_addr[0] ^ 2; +    dst[1] =

Re: [patch v2 37/37] add Kconfig

2011-08-06 Thread Bart Van Assche
On Fri, Aug 5, 2011 at 9:19 PM, Bob Pearson rpear...@systemfabricworks.com wrote: -Original Message- From: linux-rdma-ow...@vger.kernel.org [mailto:linux-rdma- ow...@vger.kernel.org] On Behalf Of Bart Van Assche Sent: Friday, August 05, 2011 1:44 PM To: rpear...@systemfabricworks.com

Re: SRP over RoCE

2011-08-06 Thread David Dillow
On Sat, 2011-08-06 at 09:31 +0200, Bart Van Assche wrote: On Fri, Aug 5, 2011 at 9:17 PM, Bob Pearson rpear...@systemfabricworks.com wrote: There are a couple of issues with SRP/RoCE. One of them is that the current scheme for configuring connections is based on DM MADs. The other is the one