RE: [PATCH 12/13] staging/rdma/hfi1: Read EFI variable for device description

2015-11-12 Thread Luick, Dean
> -Original Message- > From: gre...@linuxfoundation.org [mailto:gre...@linuxfoundation.org] > Sent: Wednesday, November 11, 2015 11:24 AM > > If you move the variables to the top and have the early return as you > > suggest, > then in some CONFIG cases, there will be all those automatic v

RE: [PATCH 12/13] staging/rdma/hfi1: Read EFI variable for device description

2015-11-11 Thread Luick, Dean
> -Original Message- > From: Dan Carpenter [mailto:dan.carpen...@oracle.com] > Sent: Wednesday, November 11, 2015 8:39 AM > To: Luick, Dean > Cc: John, Jubin ; de...@driverdev.osuosl.org; > gre...@linuxfoundation.org; dledf...@redhat.com; linux- > r...@vger.ker

RE: [PATCH 12/13] staging/rdma/hfi1: Read EFI variable for device description

2015-11-11 Thread Luick, Dean
> -Original Message- > From: linux-rdma-ow...@vger.kernel.org [mailto:linux-rdma- > ow...@vger.kernel.org] On Behalf Of Dan Carpenter > Sent: Wednesday, November 11, 2015 2:45 AM > To: John, Jubin > Cc: gre...@linuxfoundation.org; de...@driverdev.osuosl.org; linux- > r...@vger.kernel.org

RE: [RFC/PATCH v3] IPoIB: Leave space in skb linear buffer for IP headers

2013-04-09 Thread Luick, Dean
> From: Roland Dreier > + if (wc->byte_len > IPOIB_UD_HEAD_SIZE) { > + page = priv->rx_ring[wr_id].page; > + priv->rx_ring[wr_id].page = NULL; > + } else { > + page = NULL; > + } > + > /* >* If we can't allocate a new RX buffer, dump >

RE: [PATCH] IB/qib: change QLogic to Intel

2013-03-14 Thread Luick, Dean
> -#define DRIVER_LOAD_MSG "QLogic " QIB_DRV_NAME " loaded: " > +#define DRIVER_LOAD_MSG "Qib " QIB_DRV_NAME " loaded: " DRIVER_LOAD_MSG ends up being "Qib ib_qib loaded: ". Wouldn't "Intel ib_qib loaded: " be better? Dean

RE: Qperf and APM

2013-03-13 Thread Luick, Dean
> [root]# qperf -lap 2 -rap 2 -t 30 rc_bw > rc_bw: > warning: -lap set but not used in test rc_bw > warning: -rap set but not used in test rc_bw > failed to receive results: timed out > > thanks, > Suri > > > -Original Message- >

RE: Qperf and APM

2013-03-06 Thread Luick, Dean
- > ow...@vger.kernel.org] On Behalf Of Suresh Shelvapille > Sent: Wednesday, March 06, 2013 1:00 PM > To: Luick, Dean; linux-rdma@vger.kernel.org > Subject: RE: Qperf and APM > > This is the error I see on the client(the same warning is seen with

RE: Qperf and APM

2013-03-06 Thread Luick, Dean
Hi, Can you be more specific? What are you running and how is it failing? Thanks, Dean > -Original Message- > From: linux-rdma-ow...@vger.kernel.org [mailto:linux-rdma- > ow...@vger.kernel.org] On Behalf Of Suresh Shelvapille > Sent: Wednesday, March 06, 2013 9:40 AM > To: linux-rdma@vg

RE: crash in librdmacm

2013-01-31 Thread Luick, Dean
> -Original Message- > Looking further, I also notice that 'enum rdma_cm_event_type' does not > initialize a single value. AFAIK, according to the C standard at least > the first value has to be initialized, otherwise the compiler is free to > assign random values. This is certainly fine

RE: [PATCH libmlx4 1/8] Add raw packet QP support

2012-09-20 Thread Luick, Dean
> -Original Message- > From: linux-rdma-ow...@vger.kernel.org [mailto:linux-rdma- > ow...@vger.kernel.org] On Behalf Of Or Gerlitz > Sent: Thursday, September 20, 2012 3:31 PM > To: rol...@kernel.org > Cc: linux-rdma@vger.kernel.org; Or Gerlitz > Subject: [PATCH libmlx4 1/8] Add raw packe