email list for sale

2010-04-26 Thread Bridgette W Dillon
I have many good quality American Contact Lists at much lower prices than most sites. Contact me here: successto...@gmx.com for a complete catalogue of what we have. Best Regards Renee Foster Send us an email to we will discontinue from the list -- To unsubscribe from this list: send

[infiniband-diags] [4/4] support --filterdownports in iblinkinfo

2010-04-26 Thread Al Chu
Hi Sasha, This patch supports a new option called --filterdownports. The option will remove downports from the output if they were previously listed as down in a cache. This option is useful for clusters that have unpopulated switch ports. Many system administrators look for the word "Down" in t

[infiniband-diags] [3/4] Add lid and node description diff options for --diffcheck in iblinkinfo

2010-04-26 Thread Al Chu
Hi Sasha, This patch supports additional lid and node description diffing options in iblinkinfo. This is similar to the lid and nodescription --diffcheck options in ibnetdiscover. Al -- Albert Chu ch...@llnl.gov Computer Scientist High Performance Systems Division Lawrence Livermore National L

[infiniband-diags] [2/4] support --diffcheck in iblinkinfo

2010-04-26 Thread Al Chu
Hi Sasha, Similar to ibnetdiscover, this patch support a --diffcheck option in iblinkinfo. Al -- Albert Chu ch...@llnl.gov Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory --- Begin Message --- Signed-off-by: Albert Chu --- infiniband-diags/man/ibli

[infiniband-diags] [1/4] add --diff support to iblinkinfo

2010-04-26 Thread Al Chu
Hi Sasha, Similar to ibnetdiscover, this patch support a --diff option in iblinkinfo. Al -- Albert Chu ch...@llnl.gov Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory --- Begin Message --- Signed-off-by: Albert Chu --- infiniband-diags/man/iblinkinf

Re: SDP bugs 2027 and 2028

2010-04-26 Thread Steve Wise
Amir Vadai wrote: I have a fix for 2027 (number of SGE's issue) read. I'm busy with other things - but hopefully will succeed testing it and pushing it today. As to 2028 (No FMR support) - I need pushed a fix to only disable ZCopy when no FMR facility. I don't have time right now to add support

Re: [PATCH v3 05/10] iw_cxgb4: Add connection management functions.

2010-04-26 Thread Roland Dreier
> > +int c4iw_ep_redirect(void *ctx, struct dst_entry *old, struct dst_entry > *new, > > As far as I can see this function is not called or otherwise referenced > > anywhere else (except for a declaration in a header). Can we drop it? > Yes. OK, I rolled the following up into the big "me

Re: [PATCH v3 05/10] iw_cxgb4: Add connection management functions.

2010-04-26 Thread Steve Wise
Roland Dreier wrote: Thanks, all this looks pretty clean and small so I added it (as one big patch). One tiny issue that we can fix with a follow-up patch: > +int c4iw_ep_redirect(void *ctx, struct dst_entry *old, struct dst_entry *new, > + struct l2t_entry *l2t) > +{ > + stru

[PATCH v2] opensm/osm_lid_mgr: fix couple of duplicate LIDs bugs

2010-04-26 Thread Sasha Khapyorsky
Fix couple of cases where duplicated LID generation is possible: 1) When guid2lid db is reloaded after standby or disconnected SM port state (discovering) it must be validated, so content of used_lids[] array (used as reference during LID assignment) will be consistent with loaded guid2lid db. 2

[PATCH] opensm/osm_lid_mgr: fix couple of duplicate LIDs bugs

2010-04-26 Thread Sasha Khapyorsky
Fix couple of cases where duplicated LID generation is possible: 1) When guid2lid db is reloaded after standby or disconnected SM port state (discovering) it must be validated, so content of used_lids[] array (used as reference during LID assignment) will be consistent with loaded guid2lid db. 2

[PATCH] opensm/osm_lid_mgr: use 'first_time_master_sweep' flag

2010-04-26 Thread Sasha Khapyorsky
Use 'first_time_master_sweep' as initial sweep indication instead of 'coming_out_of_standby'. The last flag will be set only when OpenSM previously was in standby state, this doesn't cover some other cases such as temporary SM port disconnection. Signed-off-by: Sasha Khapyorsky --- opensm/opens