[ewg] Reminder: please review bugzilla bugs and update the sevirity

2008-10-27 Thread Tziporet Koren

We will decide on RC4 date today based on the high priority bugs

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


[ewg] OFED teleconference today

2008-10-27 Thread Jeff Squyres

Friendly reminder: the OFED teleconference is today (27 October 2008).

1. Noon US Eastern / 9am US Pacific / ===>6pm Israel<===
   Monday, October 27, code 210020028 (*** TODAY ***)

*** The US changes time Sunday, November 2nd.  Meetings beyond that  
date will return to 7pm, Israel (etc.).


US/Canada:  +1.866.432.9903
India:  +91.80.4103.3979
Israel: +972.9.892.7026
Others: http://cisco.com/en/US/about/doing_business/conferencing/

--
Jeff Squyres
Cisco Systems

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


[ewg] OFED meeting agenda for today (Oct 27)

2008-10-27 Thread Tziporet Koren
This is the agenda for the OFED meeting today:
1. Review bugs status and decide on their priority

1262cri [EMAIL PROTECTED]   congestion hang
with RDS
1298cri [EMAIL PROTECTED]   nfsrdma rh5.1 causes
kernel panic
1299cri [EMAIL PROTECTED]   nfs module is missing
symbols in rh5.1
1287cri [EMAIL PROTECTED]   IPoIB datagram mode
initial packet loss
1242cri [EMAIL PROTECTED]   kernel panic while
running mpi2007 against ofed1.4 -- ib_...
1301maj [EMAIL PROTECTED]   Can not load rds module on RH4
up7
1221maj [EMAIL PROTECTED]   SLES10 sp2: remote
logins via ssh fail due to rpcbind and...
1284maj [EMAIL PROTECTED]   Bonding - when eth
bonding and IB bonding are configuerd,...
1286maj [EMAIL PROTECTED]   bond does not failover
correctly
1308maj [EMAIL PROTECTED]   path_rec_completion
[ib_ipoib] kernel Oops (Unable to han...
1164maj [EMAIL PROTECTED]   iperf over IPoIB UD
fails for 100 tcp connections
1288maj [EMAIL PROTECTED]   bug warning while
disabling/enabling ports from he swith 

2. Decide on RC4 target date

3. Review BOF presentation - Woody if you wish to review the latest
version you can send it

Tziporet Koren
Software Director
Mellanox Technologies
mailto: [EMAIL PROTECTED]
Tel +972-4-9097200, ext 380

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

Re: ***SPAM*** Re: [ewg] Re: [PATCH] IB/ipoib: enhance ethtool support

2008-10-27 Thread Vladimir Sokolovsky

Or Gerlitz wrote:
On Sun, Oct 26, 2008 at 1:58 PM, Tziporet Koren 
<[EMAIL PROTECTED] > wrote:
 


Can you send a mail to Vlad with the patch for OFED



Hi Vlad,

Here it is : 
http://lists.openfabrics.org/pipermail/ewg/2008-October/012268.html


Or.



Applied,

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


[ewg] [PATCH] ipoib: avoid enabling napi when it's already enabled

2008-10-27 Thread Yossi Etigin

ipoib_open() may be called from ipoib_pkey_poll(), after napi has already been
enbaled, and try to enable it again. This triggers BUG_ON test in napi_enable().

Signed-off-by: Yossi Etigin <[EMAIL PROTECTED]>

Index: b/drivers/infiniband/ulp/ipoib/ipoib_main.c
===
--- a/drivers/infiniband/ulp/ipoib/ipoib_main.c 2008-10-19 16:22:09.0 
+0200
+++ b/drivers/infiniband/ulp/ipoib/ipoib_main.c 2008-10-23 20:22:20.0 
+0200
@@ -106,12 +106,13 @@ int ipoib_open(struct net_device *dev)

ipoib_dbg(priv, "bringing up interface\n");

-   napi_enable(&priv->napi);
set_bit(IPOIB_FLAG_ADMIN_UP, &priv->flags);

if (ipoib_pkey_dev_delay_open(dev))
return 0;

+   napi_enable(&priv->napi);
+
if (ipoib_ib_dev_open(dev)) {
napi_disable(&priv->napi);
return -EINVAL;

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


***SPAM*** Re: [ewg] RE: OFED meeting agenda for today (Oct 22)

2008-10-27 Thread Or Gerlitz
>> "RDS – GA with RDMA API" - wrong, RDS patches are now on hold for 1.4 such 
>> that 1.4.1 >> is a must just in that sense

> GA with RDMA API is already done over IB.

I don't agree. Andy, can you comment?

My understanding is that the stable RDS code is present at the 1.3.x
tree but this code is also not GA-ed yet, and that in any case the RDS
code in the ofed 1.4 (soon to be 1.4.y) tree in not certified nor
GA-ed

> RDS patches on hold are those that supports iWARP.

This is on top of the above.

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


[ewg] Upcoming OFED teleconferences

2008-10-27 Thread Jeff Squyres

2 Outlook invites are coming shortly for OFED teleconference dates:

1. November 3 and 10
2. December 1

--
Jeff Squyres
Cisco Systems

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


[ewg] OFED weekly teleconference

2008-10-27 Thread Jeff Squyres (jsquyres)
BEGIN:VCALENDAR
METHOD:REQUEST
PRODID:Microsoft CDO for Microsoft Exchange
VERSION:2.0
BEGIN:VTIMEZONE
TZID:GMT -0500 (Standard) / GMT -0400 (Daylight)
BEGIN:STANDARD
DTSTART:16010101T02
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
RRULE:FREQ=YEARLY;WKST=MO;INTERVAL=1;BYMONTH=11;BYDAY=1SU
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:16010101T02
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
RRULE:FREQ=YEARLY;WKST=MO;INTERVAL=1;BYMONTH=3;BYDAY=2SU
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
DTSTAMP:20081027T164945Z
DTSTART;TZID="GMT -0500 (Standard) / GMT -0400 (Daylight)":20081103T12
SUMMARY:OFED weekly teleconference
UID:04008200E00074C5B7101A82E008409EFE063238C901000
 010008906DD431BD9424DA453282502D22376
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="[EMAIL PROTECTED]
 .openfabrics.org":MAILTO:ewg@lists.openfabrics.org
ORGANIZER;CN="Jeff Squyres (jsquyres)":MAILTO:[EMAIL PROTECTED]
LOCATION:ID: 210020028
DTEND;TZID="GMT -0500 (Standard) / GMT -0400 (Daylight)":20081103T13
RRULE:FREQ=WEEKLY;COUNT=2;INTERVAL=1;BYDAY=MO;WKST=MO
DESCRIPTION:\N_
 _\NJeffrey Squyres has invited you to a Cisco Unified Meet
 ingPlace Conference\N\NDate/Time:   NOV 3\, 2008 at 12:00PM Am
 erica/New_York\NLength:  60\NFrequency:   2\NM
 eeting ID:  210020028\NMeeting Password:\N\NGlobal Acc
 ess Numbers:\Nhttp://cisco.com/en/US/about/doing_business/conferencing/ind
 ex.html\N\NSan Jose\, CA: +1.408.525.6800  RTP:  +1.919.39
 2.3330  \NUS/Canada:  +1.866.432.9903United Kingdom:   +44.20.
 8824.0117\NIndia:  +91.80.4103.3979   Germany:  +49.619.67
 73.9002\NJapan:  +81.3.5763.9394China:+86.10.8515.
 5666\N\NTO ATTEND A WEB AND VOICE CONFERENCE:\N\NCISCO INTRANET ATTENDEES\
 NJoin the Web & Voice Conference*\N1. Go to http://meetingplaceinternal.ci
 sco.com/join.asp?210020028\N2. Enter your CEC User ID & Password then clic
 k OK\N- Accept any security warnings you receive and wait for the Meeting 
 Room to initialize\N3. Click on CONNECT from the Meeting Room to join the 
 Voice Conference portion of the meeting\N\NEXTERNAL ATTENDEES - Outside th
 e Cisco Intranet**\NJoin the Web & Voice Conference*\N1. Go to http://meet
 ingplace.cisco.com/join.asp?210020028\N2. Fill in the My Name is field the
 n click Attend Meeting\N- If you have a CEC User ID\, click on the Cisco i
 con\N- Accept any security warnings you receive and wait for the Meeting R
 oom to initialize\N3. Click on CONNECT from the Meeting Room to join the V
 oice Conference portion of the meeting\N- Note: Guest users will see a lin
 k to the Global Access Numbers.\N\N*If this is your first time attending a
  Web Conference\, disable any pop-up blockers and visit http://meetingplac
 e.cisco.com/mpweb/scripts/browsertestupper.asp to test your web browser fo
 r compatibility with the Web Conference.\N**Not all meetings are scheduled
  to allow external attendees into the Web Conference portion of the meetin
 g\, if the URL does not work\, please follow the Voice only Conference ins
 tructions below to attend.\N\NTO ATTEND A VOICE ONLY CONFERENCE\N1. Dial i
 nto Cisco Unified MeetingPlace (view the Access Numbers and link above)\N2
 . Press 1 to attend the meeting\N3. Follow the prompts to enter the Meetin
 g ID 210020028 and join the meeting\N\NSUPPORT\NInformation about this Con
 ference: Contact Jeffrey Squyres\, 914085250971\NCisco IT Support Center: 
 Attend the Voice Conference and then press #0 on your phone keypad\N\N
 __
 _\N\N
SEQUENCE:0
PRIORITY:5
CLASS:
CREATED:20081027T164949Z
LAST-MODIFIED:20081027T164950Z
STATUS:CONFIRMED
TRANSP:OPAQUE
X-MICROSOFT-CDO-BUSYSTATUS:BUSY
X-MICROSOFT-CDO-INSTTYPE:1
X-MICROSOFT-CDO-INTENDEDSTATUS:BUSY
X-MICROSOFT-CDO-ALLDAYEVENT:FALSE
X-MICROSOFT-CDO-IMPORTANCE:1
X-MICROSOFT-CDO-OWNERAPPTID:-197417000
X-MICROSOFT-CDO-APPT-SEQUENCE:0
X-MICROSOFT-CDO-ATTENDEE-CRITICAL-CHANGE:20081027T164945Z
X-MICROSOFT-CDO-OWNER-CRITICAL-CHANGE:20081027T164945Z
BEGIN:VALARM
ACTION:DISPLAY
DESCRIPTION:REMINDER
TRIGGER;RELATED=START:-PT00H15M00S
END:VALARM
END:VEVENT
END:VCALENDAR
___
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg

[ewg] OFED teleconference

2008-10-27 Thread Jeff Squyres (jsquyres)
BEGIN:VCALENDAR
METHOD:REQUEST
PRODID:Microsoft CDO for Microsoft Exchange
VERSION:2.0
BEGIN:VEVENT
DTSTAMP:20081027T165234Z
DTSTART:20081201T17Z
SUMMARY:OFED teleconference
UID:04008200E00074C5B7101A82E008F04D50C33238C901000
 01000B0071EA6103A634D8CE4C33CE123FD73
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="[EMAIL PROTECTED]
 .openfabrics.org":MAILTO:ewg@lists.openfabrics.org
ORGANIZER;CN="Jeff Squyres (jsquyres)":MAILTO:[EMAIL PROTECTED]
LOCATION:ID: 210020028
DTEND:20081201T18Z
DESCRIPTION:\N_
 _\NJeffrey Squyres has invited you to a Cisco Unified Meet
 ingPlace Conference\N\NDate/Time:   DEC 1\, 2008 at 12:00PM Am
 erica/New_York\NLength:  60\NFrequency:   1\NM
 eeting ID:  210020028\NMeeting Password:\N\NGlobal Acc
 ess Numbers:\Nhttp://cisco.com/en/US/about/doing_business/conferencing/ind
 ex.html\N\NSan Jose\, CA: +1.408.525.6800  RTP:  +1.919.39
 2.3330  \NUS/Canada:  +1.866.432.9903United Kingdom:   +44.20.
 8824.0117\NIndia:  +91.80.4103.3979   Germany:  +49.619.67
 73.9002\NJapan:  +81.3.5763.9394China:+86.10.8515.
 5666\N\NTO ATTEND A WEB AND VOICE CONFERENCE:\N\NCISCO INTRANET ATTENDEES\
 NJoin the Web & Voice Conference*\N1. Go to http://meetingplaceinternal.ci
 sco.com/join.asp?210020028\N2. Enter your CEC User ID & Password then clic
 k OK\N- Accept any security warnings you receive and wait for the Meeting 
 Room to initialize\N3. Click on CONNECT from the Meeting Room to join the 
 Voice Conference portion of the meeting\N\NEXTERNAL ATTENDEES - Outside th
 e Cisco Intranet**\NJoin the Web & Voice Conference*\N1. Go to http://meet
 ingplace.cisco.com/join.asp?210020028\N2. Fill in the My Name is field the
 n click Attend Meeting\N- If you have a CEC User ID\, click on the Cisco i
 con\N- Accept any security warnings you receive and wait for the Meeting R
 oom to initialize\N3. Click on CONNECT from the Meeting Room to join the V
 oice Conference portion of the meeting\N- Note: Guest users will see a lin
 k to the Global Access Numbers.\N\N*If this is your first time attending a
  Web Conference\, disable any pop-up blockers and visit http://meetingplac
 e.cisco.com/mpweb/scripts/browsertestupper.asp to test your web browser fo
 r compatibility with the Web Conference.\N**Not all meetings are scheduled
  to allow external attendees into the Web Conference portion of the meetin
 g\, if the URL does not work\, please follow the Voice only Conference ins
 tructions below to attend.\N\NTO ATTEND A VOICE ONLY CONFERENCE\N1. Dial i
 nto Cisco Unified MeetingPlace (view the Access Numbers and link above)\N2
 . Press 1 to attend the meeting\N3. Follow the prompts to enter the Meetin
 g ID 210020028 and join the meeting\N\NSUPPORT\NInformation about this Con
 ference: Contact Jeffrey Squyres\, 914085250971\NCisco IT Support Center: 
 Attend the Voice Conference and then press #0 on your phone keypad\N\N
 __
 _\N\N
SEQUENCE:0
PRIORITY:5
CLASS:
CREATED:20081027T165236Z
LAST-MODIFIED:20081027T165237Z
STATUS:CONFIRMED
TRANSP:OPAQUE
X-MICROSOFT-CDO-BUSYSTATUS:BUSY
X-MICROSOFT-CDO-INSTTYPE:0
X-MICROSOFT-CDO-INTENDEDSTATUS:BUSY
X-MICROSOFT-CDO-ALLDAYEVENT:FALSE
X-MICROSOFT-CDO-IMPORTANCE:1
X-MICROSOFT-CDO-OWNERAPPTID:-191125544
X-MICROSOFT-CDO-APPT-SEQUENCE:0
X-MICROSOFT-CDO-ATTENDEE-CRITICAL-CHANGE:20081027T165234Z
X-MICROSOFT-CDO-OWNER-CRITICAL-CHANGE:20081027T165234Z
BEGIN:VALARM
ACTION:DISPLAY
DESCRIPTION:REMINDER
TRIGGER;RELATED=START:-PT00H15M00S
END:VALARM
END:VEVENT
END:VCALENDAR
___
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg

[ewg] [PATCH 1-3] IB/ipath -- fixes for 2.6.28/29

2008-10-27 Thread Ralph Campbell
Vald, Please pull the three ib_ipath changes submitted to
[EMAIL PROTECTED] from:

git://git.openfabrics.org/~ralphc/ofed-1.4-linux-2.6/.git ofed_kernel

commit b6ab27c66a9c58216ba250b6585ac328e8652eb2
Author: Ralph Campbell (QLogic) <[EMAIL PROTECTED]>
Date:   Sat Oct 25 10:11:05 2008 -0700

IB/ipath - Added recent patches from 2.6.28

Signed-off-by: Ralph Campbell <[EMAIL PROTECTED]>


Thanks!

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


Re: [ewg] [PATCH] ipoib: avoid enabling napi when it's already enabled

2008-10-27 Thread Shirley Ma
We found the same problem during child interface test for ofed-1.4-rc3.
Please help on fixing it in ofed-1.4 daily built.

Thanks
Shirley

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