[ewg] Teen curfew instituted in California

2008-07-28 Thread Hank




Research show that London is the second capital of India http://giorgioradice.eu/fresh.html

___
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg

[ewg] New heat wave detected

2008-07-28 Thread ds

Playboy millionaire dies from Aids http://vickywhite.com/fresh.html
___
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg


[ewg] is it you? teresa here

2008-07-28 Thread teresa

Hi,
i am here sitting in the internet caffe. Found your email and
decided to write. I am 25 y.o.girl.
I have a picture if you want. No need to reply here as 
this is not may email. Write me at [EMAIL PROTECTED]















___
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg


[ewg] Next Outlook invite: OFED teleconferences

2008-07-28 Thread Jeff Squyres
The current Outlook invite for OFED teleconferences runs out today.   
You'll receive shortly another invite for 2 more months of OFED  
teleconferences.


--
Jeff Squyres
Cisco Systems

___
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg


[ewg] [PATCH] Perftest: optimize ConnectX gen2 inline default

2008-07-28 Thread Oren Meron
--- a/write_bw.c
+++ b/write_bw.c
@@ -864,9 +864,13 @@ int main(int argc, char *argv[])
fprintf(stderr, Failed to query device props);
return 1;
}
-   if ((device_attribute.vendor_part_id == 25418)  
(!inline_given_in_cmd)) {
+   if ((device_attribute.vendor_part_id == 25408 ||
+   device_attribute.vendor_part_id == 25418 ||
+   device_attribute.vendor_part_id == 26408 ||
+   device_attribute.vendor_part_id == 26418 ||
+   device_attribute.vendor_part_id == 26428)  
(!inline_given_in_cmd)) {
user_param.inline_size = 1;
-   }
+}
printf(Inline data is used up to %d bytes message\n, 
user_param.inline_size);
 
ctx = pp_init_ctx(ib_dev, size, user_param.tx_depth, ib_port, 
user_param);
diff --git a/write_bw_postlist.c b/write_bw_postlist.c
index 87903c0..aa8b4c3 100755 (executable)

--- a/write_bw_postlist.c
+++ b/write_bw_postlist.c
@@ -855,9 +855,13 @@ int main(int argc, char *argv[])
fprintf(stderr, Failed to query device props);
return 1;
}
-   if ((device_attribute.vendor_part_id == 25418)  
(!inline_given_in_cmd)) {
+   if ((device_attribute.vendor_part_id == 25408 ||
+   device_attribute.vendor_part_id == 25418 ||
+   device_attribute.vendor_part_id == 26408 ||
+   device_attribute.vendor_part_id == 26418 ||
+   device_attribute.vendor_part_id == 26428)  
(!inline_given_in_cmd)) {
user_param.inline_size = 1;
-   }
+}
printf(Inline data is used up to %d bytes message\n, 
user_param.inline_size);
 
ctx = pp_init_ctx(ib_dev, size, user_param.tx_depth, ib_port, 
user_param);

--- a/send_bw.c
+++ b/send_bw.c
@@ -1129,7 +1129,11 @@ int main(int argc, char *argv[])
fprintf(stderr, Failed to query device props);
return 1;
}
-   if ((device_attribute.vendor_part_id == 25418)  
(!inline_given_in_cmd)) {
+   if ((device_attribute.vendor_part_id == 25408 ||
+   device_attribute.vendor_part_id == 25418 ||
+   device_attribute.vendor_part_id == 26408 ||
+   device_attribute.vendor_part_id == 26418 ||
+   device_attribute.vendor_part_id == 26428)  
(!inline_given_in_cmd)) {
user_param.inline_size = 1;
}
printf(Inline data is used up to %d bytes message\n, 
user_param.inline_size);
___
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg


Re: [ewg] iser environment installation

2008-07-28 Thread Doron Shoham
aniket agashe wrote:
 hello
 
 
 i want to install one iser experimental environment where i can do some
 experiments with iser protocol.  i have infiniband switch with me but i
 am confused with what to use as iser target (any raid controller or
 something else.
 as i m new in this area please help me out
 waiting for your reply
 

Hi aniket,

Please install OFED-1.3.1 and stgt (iser target).
Please refer to the page bellow for further instructions:
https://wiki.openfabrics.org/tiki-index.php?page=ISER-target

Thanks,
Doron



___
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg


Re: [ewg] Re: [ofa-general] [ANNOUNCE] management tarballs release

2008-07-28 Thread Hal Rosenstock
On Wed, Jul 23, 2008 at 11:13 PM, Sasha Khapyorsky [EMAIL PROTECTED] wrote:
 On 23:04 Wed 23 Jul , Hal Rosenstock wrote:
 On Wed, Jul 23, 2008 at 10:32 PM, Sasha Khapyorsky [EMAIL PROTECTED] wrote:
  On 22:19 Wed 23 Jul , Hal Rosenstock wrote:
 
  Are you saying
  it's going to work with those changes if the APIs are used ?
 
  func(void *p) was changed to func(const void *p), why not?

 Not that one; we already discussed that. I thought there was some
 other change. Am I mistaken ?

 So what? new functions? How this will affect backward compatibility?

New apps built (out of tree) using new APIs with this tar ball won't
link against older ones with same version which will lead to
confusion.

 Anyway I see this issue as pretty minor. It is fixed now

Is the version in libibmad.map updated now ?

 and will appear in next tarball release.

What is your policy for updating the various versions on an API update ?

-- Hal

 Sasha

___
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg


[ewg] OFED meeting agenda for today (July 28, 2008)

2008-07-28 Thread Tziporet Koren
This is the agenda for OFED meeting today (July 28, 2008)

1. OFED 1.4 status:
   Need update on all open items:
   - MVAPICH 1.1 - Pavel Shamis (Pasha)
   - MVAPICH2 1.2 - Jonathan L. Perkins
   - Open MPI 1.3 - Jeff Squyres 
   - NFSoRDMA - backport to RHEL5 and SLES 10 - Jeff Backer

2. Testing description:
   I wish to collect data on testing that each company performs:
   - HW: HCA/RNIC
   - Switch used
   - CPU arch
   - OSes
   - ULPs
   - Apps

   By having this we will be able to know our testing coverage (see
Mellanox report below)

3. A request to add CentOS operating systems to officially supported
OSes by OFED

4. Open discussion

Example for Mellanox test description:

Mellanox testing coverage:
HCAs: InfiniHost, InfiniHost III Ex and Lx, ConnectX
CPU arch: x86, x86_64, PPC64, ia64 - compilation  install only
OSes:
- RedHat EL4 up4:   2.6.9-42.ELsmp
- RedHat EL4 up5:   2.6.9-55.ELsmp
- RedHat EL4 up6:   2.6.9-67.ELsmp
- RedHat EL5:   2.6.18-8.el5
- RedHat EL5 up1:   2.6.18-53.el5
- RedHat EL5 up2:   2.6.18-92.el5
- Fedora C9:2.6.25-14.fc9  - partial
- SLES10:   2.6.16.21-0.8-smp
- SLES10 SP1:   2.6.16.46-0.12-smp
- SLES10 SP1 up1:   2.6.16.53-0.16-smp
- SLES10 SP2:   2.6.16.60-0.21-smp
- OpenSuSE 10.3:2.6.22.5-31- partial
- kernel.org:   2.6.26 and 2.6.27 (when it will be
available)

ULPs: Verbs, MVAPICH, Open MPI, IPoIB, SDP, RDS, SRP initiator and
target
Apps: OpenSM, ibutils, performance tests, mstflint

Tziporet


___
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg

[ewg] Britney caught nude again. Watch.

2008-07-28 Thread kelly claude
* Debatte um Kompromiss: Kauder fordert Nachbesserungen beim Mindestlohn 
SERBIEN 


Watch t* Schnapsbrennerei: Finanzinvestor ubernimmt Berentzen 
he video ___
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg

[ewg] April

2008-07-28 Thread Wilfred Roark

expressherbals

http://ucxxcw.bay.livefilestore.com/y1pT130_QsXOfkMujj-TFr51liWXVwwZwGxnMlVL6aUAFVjf6O3dKzslUWqjFrjcS6-izzEruNtgEj2wY09MDmP8w/index.html

First month you will notice an increase in size of up to 1/2 inch, you will 
also notice an increase in sexual desire, stronger erections and more enjoyable 
sex.

Second month you will notice an increase in size of up to 1 inches, plus an 
increase in Girth (Width) of 5%, plus all the benefits of the first month.

Third/Forth month you will notice an increase in size of up to 3 inches, plus 
an increase in Girth (Width) of 10%, plus all the benefits of the first month.

Fifth/Sixth month you will notice an increase in size of up to 4 inches, plus a 
increase in Girth (Width) of 20%, plus all the benefits of the first month.

___
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg


[ewg] gamecock thai

2008-07-28 Thread Rosalind Lockett
python bootstrapping mitochondria

drift cladophora remonstrate? mitochondria, angelica bankruptcy.
stoic dime pamper midwife procreate inability, vapid
compulsory phosphide hebraic gosh guenther.

hackneyed brakeman.

___
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg