RE: nes_store_flash_data() bugged?

2015-07-20 Thread Latif, Faisal
t: Friday, July 17, 2015 7:02 AM >To: gstre...@neteffect.com; Latif, Faisal >Cc: linux-rdma@vger.kernel.org >Subject: nes_store_flash_data() bugged? > >I've been converting nes.c driver and stumbled upon the following bit of code >(below). > >What does marked line is suppos

RE: [PATCH] RDMA/nes: Remove unused field sent_ts

2015-02-03 Thread Latif, Faisal
> From: Tina Ruchandani [mailto:ruchandani.t...@gmail.com] > Sent: Tuesday, February 03, 2015 5:48 AM > > This patch removes the unused field sent_ts from struct nes_cm_tcp_context. > This patch is part of an effort to clean up instances of timekeeping > data-types > like 'struct timeval' which

RE: [PATCH] IB: Fix potential mem leak in schedule_nes_timer()

2012-02-24 Thread Latif, Faisal
Rosenstock; Hefty, Sean; Roland > Dreier; Latif, Faisal > Subject: [PATCH] IB: Fix potential mem leak in schedule_nes_timer() > > In drivers/infiniband/hw/nes/nes_cm.c::schedule_nes_timer(), if we do > not take the true branch of either the > (type == NES_TIMER_TYPE_SEND) > or

RE: [patch] RDMA/nes: silence compiler warning

2011-10-18 Thread Latif, Faisal
> -Original Message- > From: rol...@purestorage.com [mailto:rol...@purestorage.com] On Behalf > Of Roland Dreier > Sent: Tuesday, October 18, 2011 12:11 PM > To: Latif, Faisal > Cc: Dan Carpenter; Hefty, Sean; Hal Rosenstock; linux- > r...@vger.kernel.org; kernel-jan

RE: [patch] RDMA/nes: silence compiler warning

2011-10-17 Thread Latif, Faisal
> -Original Message- > From: rol...@purestorage.com [mailto:rol...@purestorage.com] On Behalf > Of Roland Dreier > Sent: Monday, October 17, 2011 1:15 PM > To: Dan Carpenter > Cc: Latif, Faisal; Hefty, Sean; Hal Rosenstock; linux- > r...@vger.kernel.org; kernel-jan

RE: [patch] RDMA/nes: silence compiler warning

2011-10-17 Thread Latif, Faisal
Dan Carpenter Wrote: > Signed-off-by: Dan Carpenter > > diff --git a/drivers/infiniband/hw/nes/nes_cm.c > b/drivers/infiniband/hw/nes/nes_cm.c > index 16667c7..b96ec43 100644 > --- a/drivers/infiniband/hw/nes/nes_cm.c > +++ b/drivers/infiniband/hw/nes/nes_cm.c > @@ -3189,7 +3189,7 @@ int nes_acc

RE: [PATCH 3/3] RDMA/nes: Support for Packed And Unaligned fpdus

2011-10-11 Thread Latif, Faisal
Sorry, we missed it in the patch. Just need to add #define NES_DBG_PAU 0x20 Thanks! Faisal > -Original Message- > From: rol...@purestorage.com [mailto:rol...@purestorage.com] On Behalf > Of Roland Dreier > Sent: Tuesday, October 11, 2011 11:40 AM > To: Lat

RE: [PATCH 2/3] RDMA/nes: Print ip address for critcal errors

2011-10-10 Thread Latif, Faisal
2:54 PM > To: Latif, Faisal > Cc: linux-rdma@vger.kernel.org > Subject: Re: [PATCH 2/3] RDMA/nes: Print ip address for critcal errors > > > +               printk(KERN_ERR PFX "Remote ip addr = %u.%u.%u.%u\n", > > +                       rem_addr[3], rem_addr[2]

RE: [PATCH 3/3] RDMA/nes: Support for Packed And Unaligned fpdus

2011-10-10 Thread Latif, Faisal
Thanks, I will test it again to make sure. Faisal > -Original Message- > From: rol...@purestorage.com [mailto:rol...@purestorage.com] On Behalf > Of Roland Dreier > Sent: Monday, October 10, 2011 1:05 PM > To: Latif, Faisal > Cc: linux-rdma@vger.kernel.org > Su

RE: [PATCH 3/9] IB: nes: convert to SKB paged frag API.

2011-08-25 Thread Latif, Faisal
Acked-by: Faisal Latif Thanks. > --- > drivers/infiniband/hw/nes/nes_nic.c | 21 +++-- > 1 files changed, 11 insertions(+), 10 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majord...@vger.kernel.org More ma

RE: [PATCH/RFC] RDMA/iwcm: Get rid of enum iw_cm_event_status

2011-05-10 Thread Latif, Faisal
From: Roland Dreier > > The IW_CM_EVENT_STATUS_xxx values were used in only a couple of places; > cma.c uses -Exxx values instead, and so do the amso1100, cxgb3 and > cxgb4 > drivers -- only nes was using the enum values (with the mild > consequence > that all nes connection failures were treate

RE: [PATCH/libnes] Fix build against upstream libibverbs

2011-05-06 Thread Latif, Faisal
> -Original Message- > From: rol...@purestorage.com [mailto:rol...@purestorage.com] On Behalf > Of Roland Dreier > Sent: Friday, May 06, 2011 1:06 AM > To: Latif, Faisal > Cc: linux-rdma@vger.kernel.org > Subject: Re: [PATCH/libnes] Fix build against upstream libibv

RE: [PATCH/libnes] Fix build against upstream libibverbs

2011-05-05 Thread Latif, Faisal
Roland Dreier wrote > > Upstream libibverbs has not merged support for IBV_QPT_RAW_ETH yet. > Add a test for the identifier to the configure script, and add #ifdefs > to compile raw Ethernet QP support only if libibverbs supports it. > > Signed-off-by: Roland Dreier Acked-by: Faisal Latif --

[ANNOUNCE] libnes-1.1.1 release

2010-12-19 Thread Latif, Faisal
New version of libnes v1.1.1 is available at: http://www.openfabrics.org/downloads/nes/libnes-1.1.1.tar.gz Changes since last release: - Check # of sge posted for posting rcv buffers - Fix for frames too long - Fix handling of RAW QP Error state - Fix handling of frames with VLAN flag set libnes

RE: [patch] infiniband: nes_cm: remove unneeded variable

2010-09-15 Thread Latif, Faisal
>-Original Message- >From: Dan Carpenter [mailto:erro...@gmail.com] >Sent: Wednesday, September 15, 2010 11:33 AM >To: Latif, Faisal >Cc: Tung, Chien Tin; Roland Dreier; Or Gerlitz; linux- >r...@vger.kernel.org; kernel-janit...@vger.kernel.org >Subject: [patch] infin

RE: [PATCH] RDMA/nes: double CLOSE event indication crash

2010-08-16 Thread Latif, Faisal
>-Original Message- >From: Or Gerlitz [mailto:ogerl...@voltaire.com] >Sent: Sunday, August 15, 2010 12:41 AM >To: Latif, Faisal >Cc: Roland Dreier; linux-rdma@vger.kernel.org >Subject: Re: [PATCH] RDMA/nes: double CLOSE event indication crash > >Faisal Latif w

RE: [PATCH/RFC] RDMA/nes: Rewrite expression to avoid undefined semantics

2010-07-14 Thread Latif, Faisal
> -Original Message- > From: Roland Dreier [mailto:rdre...@cisco.com] > Sent: Wednesday, July 14, 2010 3:31 PM > To: Latif, Faisal; Tung, Chien Tin; linux-rdma@vger.kernel.org > Subject: [PATCH/RFC] RDMA/nes: Rewrite expression to avoid undefined > semantics >

RE: [PATCH] rdma/nes: set assume_alligned_header bit

2010-02-19 Thread Latif, Faisal
That will be fine. Thanks Faisal >-Original Message- >From: Roland Dreier [mailto:rdre...@cisco.com] >Sent: Friday, February 19, 2010 3:18 PM >To: Latif, Faisal >Cc: linux-rdma@vger.kernel.org >Subject: Re: [PATCH] rdma/nes: set assume_alligned_header bit > > >

RE: [PATCH 02/02] RDMA/nes: listener destroyed during loopback setup crash

2010-02-12 Thread Latif, Faisal
t;Sent: Friday, February 12, 2010 2:02 PM >To: Latif, Faisal; Roland Dreier; -...@vger.kernel.org; linux- >r...@vger.kernel.org >Subject: RE: [PATCH 02/02] RDMA/nes: listener destroyed during loopback >setup crash > >>@@ -1011,9 +1011,10 @@ static int mini_cm_dec_refcnt_li