Re: [PATCH ibacm 2/8] acm.c: In acm_port_up, handle noncontiguous pkeys

2013-08-07 Thread Hal Rosenstock
On 8/7/2013 1:35 PM, Hefty, Sean wrote: >> There can be "holes" in pkey table although this is not usually the case >> but since IBA spec allows for this, it should be handled. >> >> Signed-off-by: Hal Rosenstock >> --- >> src/acm.c | 14 +++--- >> 1 files changed, 7 insertions(+), 7 de

RE: [PATCH ibacm 2/8] acm.c: In acm_port_up, handle noncontiguous pkeys

2013-08-07 Thread Hefty, Sean
> There can be "holes" in pkey table although this is not usually the case > but since IBA spec allows for this, it should be handled. > > Signed-off-by: Hal Rosenstock > --- > src/acm.c | 14 +++--- > 1 files changed, 7 insertions(+), 7 deletions(-) > > diff --git a/src/acm.c b/src/a

[PATCH ibacm 2/8] acm.c: In acm_port_up, handle noncontiguous pkeys

2013-08-06 Thread Hal Rosenstock
There can be "holes" in pkey table although this is not usually the case but since IBA spec allows for this, it should be handled. Signed-off-by: Hal Rosenstock --- src/acm.c | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/acm.c b/src/acm.c index 81aeeb