Sasha, Hal,
I have found that the following patch caused our SRP connected storage to
break.
patch: 3d20f82edd3246879063b77721d0bcef927bdc48
opensm/osm_sa_path_record.c: separate router guid resolution code
Move off subnet destination (router address) resolution code to separate
On Thu, Nov 5, 2009 at 9:51 AM, Philip Pokorny
wrote:
>>
>> [ ... ]
>>
>> [ 8864.326702] <6>[0]: scst_queue_retry_cmd:1099:TGT QUEUE FULL:
>> incrementing retry_cmds 1
>> [ 8864.326709] <6>[0]: scst_queue_retry_cmd:1106:Some command(s) finished,
>> direct retry (finished_cmds=2023031, tgt->finishe
On Mon, 2009-12-14 at 10:37 -0800, Roland Dreier wrote:
> - New QLogic qib driver. Needs at least one more iteration of
>cleanups; and I have not had time to look at the latest code in
>detail to see exactly what cleanups are needed. I am concerned
>that QLogic chose to abandon the
On Mon, Dec 14, 2009 at 10:41:27AM +0200, Eli Cohen wrote:
> On Thu, Dec 10, 2009 at 01:50:00PM -0800, Sean Hefty wrote:
> > >@@ -306,7 +314,7 @@ static struct pingpong_context *pp_init_ctx(struct
> > >ibv_device *ib_dev, int size,
> > > return NULL;
> > > }
> > >
> > >- memset(ctx->bu
Since 2.6.32 is already out, it's probably a good time (or at least I
shouldn't wait longer!) to talk about 2.6.33 merge plans.
Unfortunately I lost pretty much a week and a half after Thanksgiving
to the flu, so I'm pretty late and didn't get as much done as I hoped.
Anyway, all the pending things
On Thu, Dec 10, 2009 at 01:50:00PM -0800, Sean Hefty wrote:
> >@@ -306,7 +314,7 @@ static struct pingpong_context *pp_init_ctx(struct
> >ibv_device *ib_dev, int size,
> > return NULL;
> > }
> >
> >-memset(ctx->buf, 0, size);
> >+memset(ctx->buf, 0x7b + is_server, size);
> >
On Thu, Dec 10, 2009 at 02:49:45PM -0700, Jason Gunthorpe wrote:
>
> - Change the library API for ibv_port_attr to include a link_layer
> - Change the kernel API to retrieve link_layer
> - Add ibv_cmd_get_mac and other stuff to support RDMAoE
> - Update verbs examples to support RDMAoE
> - Update