Re: [openib-general] [openfabrics-ewg] OFED 1.1-rc1 is available

2006-08-16 Thread Vladimir Sokolovsky
autogen.sh and some other autotools files are not included because they 
are not listed in the corresponding Makefile.am (EXTRA_DIST variable).
They weren't  included in OFED-1.0 also.

If openib sources will be taken as is (without running 'make dist') then 
it will require from users to install updated autotools :
(autoconf-2.59, automake-1.9.6, libtool-1.5.20, m4-1.4.4)

Regards,
Vladimir

Hal Rosenstock wrote:
> On Tue, 2006-08-15 at 09:28, Vladimir Sokolovsky wrote:
>   
>> The OFED-1.1-rc1 source tar ball (openib-1.1.tgz ) created by build_ofed.sh 
>> script (from https://openib.org/svn/gen2/branches/1.1/ofed/build)
>>
>> build_ofed.sh script takes userspace libraries/binaries after executing:
>>  
>> autogen.sh
>> configure
>> make dist
>>
>> Therefor, autogen.sh is not a part of it and also it is the reason 
>> that you see Makefiles there.
>> 
>
> Why shouldn't they be included ? Weren't they included in OFED 1.0 ?
>
> This makes life difficult for those who want to rebuild based on the
> OFED released sources.
>
> -- Hal
>
>   
>> Regards,
>> Vladimir
>>
>>
>>
>> Ira Weiny wrote:
>> 
>>> Why is the OFED 1.1-rc1 source tar ball missing files when compared with 
>>> the 1.1 branch?
>>>
>>> Of specific question is the absence of autogen.sh in libibverbs.
>>>
>>> Ira
>>>
>>> On Sun, 13 Aug 2006 16:14:10 +0300
>>> "Tziporet Koren" <[EMAIL PROTECTED]> wrote:
>>>
>>>   
>>>   
 Hal Rosenstock wrote:
 
 
>> Target release date: 12-Sep 
>>
>> Intermediate milestones:
>> 1. Create 1.1 branch of user level: 27-Jul - done
>> 2. RC1: 8-Aug - done
>> 3. Feature freeze (RC2): 17-Aug
>> 
>> 
>> 
> What is the start build date for RC2 ? When do developers need to have
> their code in by to make RC2 ?
>   
>   
>   
 We will start on Tue 15-Aug. Is this OK with you?
 
 
>  
>   
>   
>   
>> 4. Code freeze (rc-x): 6-Sep
>> 
>> 
>> 
> Is this 1 or 2 RCs beyond RC2 in order to make this ?
>
>   
>   
>   
 I hope one but I guess it will be two more RCs.

 Tziporet

 ___
 openib-general mailing list
 openib-general@openib.org
 http://openib.org/mailman/listinfo/openib-general

 To unsubscribe, please visit 
 http://openib.org/mailman/listinfo/openib-general

 
 
>>> ___
>>> openfabrics-ewg mailing list
>>> [EMAIL PROTECTED]
>>> http://openib.org/mailman/listinfo/openfabrics-ewg
>>>
>>>   
>>>   
>> ___
>> openfabrics-ewg mailing list
>> [EMAIL PROTECTED]
>> http://openib.org/mailman/listinfo/openfabrics-ewg
>>
>> 
>
>   


___
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general



Re: [openib-general] [openfabrics-ewg] OFED 1.1-rc1 is available

2006-08-16 Thread Roland Dreier
Hal> Why shouldn't they be included ? Weren't they included in
Hal> OFED 1.0 ?

Hal> This makes life difficult for those who want to rebuild based
Hal> on the OFED released sources.

Why?  Distributing tarballs made with "make dist" seems like the
sanest thing to me.

 - R.

___
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general



Re: [openib-general] [openfabrics-ewg] OFED 1.1-rc1 is available

2006-08-16 Thread Michael S. Tsirkin
Quoting r. Hal Rosenstock <[EMAIL PROTECTED]>:
> Subject: Re: [openfabrics-ewg] OFED 1.1-rc1 is available
> 
> On Tue, 2006-08-15 at 09:28, Vladimir Sokolovsky wrote:
> > The OFED-1.1-rc1 source tar ball (openib-1.1.tgz ) created by build_ofed.sh 
> > script (from https://openib.org/svn/gen2/branches/1.1/ofed/build)
> > 
> > build_ofed.sh script takes userspace libraries/binaries after executing:
> >  
> > autogen.sh
> > configure
> > make dist
> > 
> > Therefor, autogen.sh is not a part of it and also it is the reason 
> > that you see Makefiles there.
> 
> Why shouldn't they be included ? Weren't they included in OFED 1.0 ?

I think that's the way autotools work.
You are *supposed* to do make dist before redistributing the package.

> This makes life difficult for those who want to rebuild based on the
> OFED released sources.

Seems to be the reverse is true - you just run configure/make/make install,
no need to play with autotools which are also broken in interesting ways
on many platforms.

And of course there's always the git/svn branch if you want the pristine
sources.

-- 
MST

___
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general



Re: [openib-general] [openfabrics-ewg] OFED 1.1-rc1 is available

2006-08-16 Thread Hal Rosenstock
On Tue, 2006-08-15 at 09:28, Vladimir Sokolovsky wrote:
> The OFED-1.1-rc1 source tar ball (openib-1.1.tgz ) created by build_ofed.sh 
> script (from https://openib.org/svn/gen2/branches/1.1/ofed/build)
> 
> build_ofed.sh script takes userspace libraries/binaries after executing:
>  
> autogen.sh
> configure
> make dist
> 
> Therefor, autogen.sh is not a part of it and also it is the reason 
> that you see Makefiles there.

Why shouldn't they be included ? Weren't they included in OFED 1.0 ?

This makes life difficult for those who want to rebuild based on the
OFED released sources.

-- Hal

> Regards,
> Vladimir
> 
> 
> 
> Ira Weiny wrote:
> > Why is the OFED 1.1-rc1 source tar ball missing files when compared with 
> > the 1.1 branch?
> >
> > Of specific question is the absence of autogen.sh in libibverbs.
> >
> > Ira
> >
> > On Sun, 13 Aug 2006 16:14:10 +0300
> > "Tziporet Koren" <[EMAIL PROTECTED]> wrote:
> >
> >   
> >> Hal Rosenstock wrote:
> >> 
>  Target release date: 12-Sep 
> 
>  Intermediate milestones:
>  1. Create 1.1 branch of user level: 27-Jul - done
>  2. RC1: 8-Aug - done
>  3. Feature freeze (RC2): 17-Aug
>  
>  
> >>> What is the start build date for RC2 ? When do developers need to have
> >>> their code in by to make RC2 ?
> >>>   
> >>>   
> >> We will start on Tue 15-Aug. Is this OK with you?
> >> 
> >>>  
> >>>   
> >>>   
>  4. Code freeze (rc-x): 6-Sep
>  
>  
> >>> Is this 1 or 2 RCs beyond RC2 in order to make this ?
> >>>
> >>>   
> >>>   
> >> I hope one but I guess it will be two more RCs.
> >>
> >> Tziporet
> >>
> >> ___
> >> openib-general mailing list
> >> openib-general@openib.org
> >> http://openib.org/mailman/listinfo/openib-general
> >>
> >> To unsubscribe, please visit 
> >> http://openib.org/mailman/listinfo/openib-general
> >>
> >> 
> >
> > ___
> > openfabrics-ewg mailing list
> > [EMAIL PROTECTED]
> > http://openib.org/mailman/listinfo/openfabrics-ewg
> >
> >   
> 
> 
> ___
> openfabrics-ewg mailing list
> [EMAIL PROTECTED]
> http://openib.org/mailman/listinfo/openfabrics-ewg
> 


___
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general



Re: [openib-general] [openfabrics-ewg] OFED 1.1-rc1 is available

2006-08-15 Thread Vladimir Sokolovsky
The OFED-1.1-rc1 source tar ball (openib-1.1.tgz ) created by build_ofed.sh 
script (from https://openib.org/svn/gen2/branches/1.1/ofed/build)

build_ofed.sh script takes userspace libraries/binaries after executing:
 
autogen.sh
configure
make dist

Therefor, autogen.sh is not a part of it and also it is the reason that you see 
Makefiles there.

Regards,
Vladimir



Ira Weiny wrote:
> Why is the OFED 1.1-rc1 source tar ball missing files when compared with the 
> 1.1 branch?
>
> Of specific question is the absence of autogen.sh in libibverbs.
>
> Ira
>
> On Sun, 13 Aug 2006 16:14:10 +0300
> "Tziporet Koren" <[EMAIL PROTECTED]> wrote:
>
>   
>> Hal Rosenstock wrote:
>> 
 Target release date: 12-Sep 

 Intermediate milestones:
 1. Create 1.1 branch of user level: 27-Jul - done
 2. RC1: 8-Aug - done
 3. Feature freeze (RC2): 17-Aug
 
 
>>> What is the start build date for RC2 ? When do developers need to have
>>> their code in by to make RC2 ?
>>>   
>>>   
>> We will start on Tue 15-Aug. Is this OK with you?
>> 
>>>  
>>>   
>>>   
 4. Code freeze (rc-x): 6-Sep
 
 
>>> Is this 1 or 2 RCs beyond RC2 in order to make this ?
>>>
>>>   
>>>   
>> I hope one but I guess it will be two more RCs.
>>
>> Tziporet
>>
>> ___
>> openib-general mailing list
>> openib-general@openib.org
>> http://openib.org/mailman/listinfo/openib-general
>>
>> To unsubscribe, please visit 
>> http://openib.org/mailman/listinfo/openib-general
>>
>> 
>
> ___
> openfabrics-ewg mailing list
> [EMAIL PROTECTED]
> http://openib.org/mailman/listinfo/openfabrics-ewg
>
>   


___
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general



Re: [openib-general] [openfabrics-ewg] OFED 1.1-rc1 is available

2006-08-14 Thread Ira Weiny
Why is the OFED 1.1-rc1 source tar ball missing files when compared with the 
1.1 branch?

Of specific question is the absence of autogen.sh in libibverbs.

Ira

On Sun, 13 Aug 2006 16:14:10 +0300
"Tziporet Koren" <[EMAIL PROTECTED]> wrote:

> Hal Rosenstock wrote:
> >> Target release date: 12-Sep 
> >>
> >> Intermediate milestones:
> >> 1. Create 1.1 branch of user level: 27-Jul - done
> >> 2. RC1: 8-Aug - done
> >> 3. Feature freeze (RC2): 17-Aug
> >> 
> >
> > What is the start build date for RC2 ? When do developers need to have
> > their code in by to make RC2 ?
> >   
> We will start on Tue 15-Aug. Is this OK with you?
> >  
> >   
> >> 4. Code freeze (rc-x): 6-Sep
> >> 
> >
> > Is this 1 or 2 RCs beyond RC2 in order to make this ?
> >
> >   
> I hope one but I guess it will be two more RCs.
> 
> Tziporet
> 
> ___
> openib-general mailing list
> openib-general@openib.org
> http://openib.org/mailman/listinfo/openib-general
> 
> To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
> 

___
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general



Re: [openib-general] [openfabrics-ewg] OFED 1.1-rc1 is available

2006-08-14 Thread Hal Rosenstock
On Sun, 2006-08-13 at 09:14, Tziporet Koren wrote:
> Hal Rosenstock wrote:
> >> Target release date: 12-Sep 
> >>
> >> Intermediate milestones:
> >> 1. Create 1.1 branch of user level: 27-Jul - done
> >> 2. RC1: 8-Aug - done
> >> 3. Feature freeze (RC2): 17-Aug
> >> 
> >
> > What is the start build date for RC2 ? When do developers need to have
> > their code in by to make RC2 ?
> >   
> We will start on Tue 15-Aug. Is this OK with you?

Yes; I just needed to know when this needed to be done by. Thanks.

-- Hal

> >  
> >   
> >> 4. Code freeze (rc-x): 6-Sep
> >> 
> >
> > Is this 1 or 2 RCs beyond RC2 in order to make this ?
> >
> >   
> I hope one but I guess it will be two more RCs.
> 
> Tziporet


___
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general



Re: [openib-general] [openfabrics-ewg] OFED 1.1-rc1 is available

2006-08-13 Thread Tziporet Koren
Hal Rosenstock wrote:
>> Target release date: 12-Sep 
>>
>> Intermediate milestones:
>> 1. Create 1.1 branch of user level: 27-Jul - done
>> 2. RC1: 8-Aug - done
>> 3. Feature freeze (RC2): 17-Aug
>> 
>
> What is the start build date for RC2 ? When do developers need to have
> their code in by to make RC2 ?
>   
We will start on Tue 15-Aug. Is this OK with you?
>  
>   
>> 4. Code freeze (rc-x): 6-Sep
>> 
>
> Is this 1 or 2 RCs beyond RC2 in order to make this ?
>
>   
I hope one but I guess it will be two more RCs.

Tziporet

___
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general



Re: [openib-general] [openfabrics-ewg] OFED 1.1-rc1 is available

2006-08-11 Thread Hal Rosenstock
On Thu, 2006-08-10 at 09:42, Tziporet Koren wrote:
> The schedule is sleeps in 2 weeks meaning:

Thanks.

> Target release date: 12-Sep 
> 
> Intermediate milestones:
> 1. Create 1.1 branch of user level: 27-Jul - done
> 2. RC1: 8-Aug - done
> 3. Feature freeze (RC2): 17-Aug

What is the start build date for RC2 ? When do developers need to have
their code in by to make RC2 ?
 
> 4. Code freeze (rc-x): 6-Sep

Is this 1 or 2 RCs beyond RC2 in order to make this ?

-- Hal
 
> 5. Final release: 12-Sep
> 
> Tziporet
> 
> 
> -Original Message-
> From: Hal Rosenstock [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, August 09, 2006 9:04 PM
> To: Tziporet Koren
> Cc: OpenFabricsEWG; openib
> Subject: Re: [openfabrics-ewg] OFED 1.1-rc1 is available
> 
> 
> On Tue, 2006-08-08 at 10:48, Tziporet Koren wrote:
> > Hi,
> > 
> > In two week delay we publish OFED 1.1-RC1 on
> https://openib.org/svn/gen2/branches/1.1/ofed/releases/
> > File: OFED-1.1-rc1.tgz
> 
> Is there an update to the OFED 1.1 schedule going forward ?
> 
> -- Hal
> 
>
>   1. Schedule:
> 
>   
> 
>   Target release date: 31-Aug 
> 
>   Intermediate milestones:
> 
>   1.Create 1.1 branch of user level code and rc1: 27-Jul
> 
>   2.Feature freeze : 3-Aug 
> 
>   3.Code freeze (rc-x): 25-Aug 
> 
>   4.Final release: 31-Aug
> 


___
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general



Re: [openib-general] [openfabrics-ewg] OFED 1.1-rc1 is available

2006-08-10 Thread Hal Rosenstock
On Thu, 2006-08-10 at 16:59, Roland Dreier wrote:
> James> Why don't you find it useful as an InfiniBand diagnosis
> James> tool?
> 
> James> In the absence of IPoIB (and therefore ICMP pings), it can
> James> be used to test connectivity.
> 
> Sure, but AFAIK the ibping userspace app (which is required to use it
> anyway) has a server mode,

Yes that is accurate.

>  so you don't need the kernel module.
>   And
> I'm hard pressed to imagine a situation where the SM could bring a
> port up but ibping would show a problem.

I think it depends on the architecture and is true right now but not in
the (perhaps near term) future. In the current architectures (mthca,
ipath), perfquery accomplishes almost the same thing as ibping. I'm not
so sure that is the case for ehca.

I can envision component failures where something like this is useful.

> Putting some non-standard network server into the kernel just for some
> oddball debugging scenario doesn't seem worth it to me.

It may not be an oddball debugging scenario. One man's oddball is
perhaps another's elegant solution.

-- Hal

>  - R.
> 
> ___
> openib-general mailing list
> openib-general@openib.org
> http://openib.org/mailman/listinfo/openib-general
> 
> To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
> 


___
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general



Re: [openib-general] [openfabrics-ewg] OFED 1.1-rc1 is available

2006-08-10 Thread Hal Rosenstock
On Thu, 2006-08-10 at 16:36, James Lentini wrote:
> On Thu, 10 Aug 2006, Ira Weiny wrote:
> 
> > Is there a reason ib_ping.ko is not in this release?
> 
> The OFED release team decided to only pull kernel sources from the 
> upstream kernel. 

There are some things which have not yet gone upstream (e.g. SDP) and
other things (like madeye) which will not go upstream.

> I understand why they did this, but I too had hoped that ib_ping would 
> be in the next OFED release.

If it's any help, the userspace command ibping can be used in server
mode (-S) and provide the same functionality.

-- Hal

> Roland, will ib_ping be moving upstream?
> 
> ___
> openfabrics-ewg mailing list
> [EMAIL PROTECTED]
> http://openib.org/mailman/listinfo/openfabrics-ewg
> 


___
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general



Re: [openib-general] [openfabrics-ewg] OFED 1.1-rc1 is available

2006-08-10 Thread Roland Dreier
James> Why don't you find it useful as an InfiniBand diagnosis
James> tool?

James> In the absence of IPoIB (and therefore ICMP pings), it can
James> be used to test connectivity.

Sure, but AFAIK the ibping userspace app (which is required to use it
anyway) has a server mode, so you don't need the kernel module.  And
I'm hard pressed to imagine a situation where the SM could bring a
port up but ibping would show a problem.

Putting some non-standard network server into the kernel just for some
oddball debugging scenario doesn't seem worth it to me.

 - R.

___
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general



Re: [openib-general] [openfabrics-ewg] OFED 1.1-rc1 is available

2006-08-10 Thread James Lentini


On Thu, 10 Aug 2006, Roland Dreier wrote:

> James> Roland, will ib_ping be moving upstream?
> 
> No one has submitted it.  And I really question what the point of it 
> is anyway.

Why don't you find it useful as an InfiniBand diagnosis tool? 

In the absence of IPoIB (and therefore ICMP pings), it can be used to 
test connectivity.

___
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general



Re: [openib-general] [openfabrics-ewg] OFED 1.1-rc1 is available

2006-08-10 Thread Roland Dreier
James> Roland, will ib_ping be moving upstream?

No one has submitted it.  And I really question what the point of it
is anyway.

 - R.

___
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general



Re: [openib-general] [openfabrics-ewg] OFED 1.1-rc1 is available

2006-08-10 Thread James Lentini


On Thu, 10 Aug 2006, Ira Weiny wrote:

> Is there a reason ib_ping.ko is not in this release?

The OFED release team decided to only pull kernel sources from the 
upstream kernel. 

I understand why they did this, but I too had hoped that ib_ping would 
be in the next OFED release.

Roland, will ib_ping be moving upstream?

___
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general



Re: [openib-general] [openfabrics-ewg] OFED 1.1-rc1 is available

2006-08-10 Thread Ira Weiny
Is there a reason ib_ping.ko is not in this release?

Ira

On Thu, 10 Aug 2006 17:22:07 +0300
"Tziporet Koren" <[EMAIL PROTECTED]> wrote:

> of course I meant slips (we are all awake here :-)
>  
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Tziporet Koren
> Sent: Thursday, August 10, 2006 4:42 PM
> To: Hal Rosenstock
> Cc: OpenFabricsEWG; openib
> Subject: Re: [openfabrics-ewg] OFED 1.1-rc1 is available
> 
> The schedule is sleeps in 2 weeks meaning:
> 
> Target release date: 12-Sep 
> 
> Intermediate milestones:
> 1. Create 1.1 branch of user level: 27-Jul - done
> 2. RC1: 8-Aug - done
> 3. Feature freeze (RC2): 17-Aug 
> 4. Code freeze (rc-x): 6-Sep 
> 5. Final release: 12-Sep
> 
> Tziporet
> 
> 
> -Original Message-
> From: Hal Rosenstock [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, August 09, 2006 9:04 PM
> To: Tziporet Koren
> Cc: OpenFabricsEWG; openib
> Subject: Re: [openfabrics-ewg] OFED 1.1-rc1 is available
> 
> 
> On Tue, 2006-08-08 at 10:48, Tziporet Koren wrote:
> > Hi,
> > 
> > In two week delay we publish OFED 1.1-RC1 on
> https://openib.org/svn/gen2/branches/1.1/ofed/releases/
> > File: OFED-1.1-rc1.tgz
> 
> Is there an update to the OFED 1.1 schedule going forward ?
> 
> -- Hal
> 
>
>   1. Schedule:
> 
>   
> 
>   Target release date: 31-Aug 
> 
>   Intermediate milestones:
> 
>   1.Create 1.1 branch of user level code and rc1: 27-Jul
> 
>   2.Feature freeze : 3-Aug 
> 
>   3.Code freeze (rc-x): 25-Aug 
> 
>   4.Final release: 31-Aug
> 
> 
> ___
> openfabrics-ewg mailing list
> [EMAIL PROTECTED]
> http://openib.org/mailman/listinfo/openfabrics-ewg
> 
> ___
> openib-general mailing list
> openib-general@openib.org
> http://openib.org/mailman/listinfo/openib-general
> 
> To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
> 

___
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general



Re: [openib-general] [openfabrics-ewg] OFED 1.1-rc1 is available

2006-08-10 Thread Tziporet Koren
of course I meant slips (we are all awake here :-)
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tziporet Koren
Sent: Thursday, August 10, 2006 4:42 PM
To: Hal Rosenstock
Cc: OpenFabricsEWG; openib
Subject: Re: [openfabrics-ewg] OFED 1.1-rc1 is available

The schedule is sleeps in 2 weeks meaning:

Target release date: 12-Sep 

Intermediate milestones:
1. Create 1.1 branch of user level: 27-Jul - done
2. RC1: 8-Aug - done
3. Feature freeze (RC2): 17-Aug 
4. Code freeze (rc-x): 6-Sep 
5. Final release: 12-Sep

Tziporet


-Original Message-
From: Hal Rosenstock [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 09, 2006 9:04 PM
To: Tziporet Koren
Cc: OpenFabricsEWG; openib
Subject: Re: [openfabrics-ewg] OFED 1.1-rc1 is available


On Tue, 2006-08-08 at 10:48, Tziporet Koren wrote:
> Hi,
> 
> In two week delay we publish OFED 1.1-RC1 on
https://openib.org/svn/gen2/branches/1.1/ofed/releases/
> File: OFED-1.1-rc1.tgz

Is there an update to the OFED 1.1 schedule going forward ?

-- Hal

 
1. Schedule:



Target release date: 31-Aug 

Intermediate milestones:

1.Create 1.1 branch of user level code and rc1: 27-Jul

2.Feature freeze : 3-Aug 

3.Code freeze (rc-x): 25-Aug 

4.Final release: 31-Aug


___
openfabrics-ewg mailing list
[EMAIL PROTECTED]
http://openib.org/mailman/listinfo/openfabrics-ewg

___
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general



Re: [openib-general] [openfabrics-ewg] OFED 1.1-rc1 is available

2006-08-10 Thread Tziporet Koren
The schedule is sleeps in 2 weeks meaning:

Target release date: 12-Sep 

Intermediate milestones:
1. Create 1.1 branch of user level: 27-Jul - done
2. RC1: 8-Aug - done
3. Feature freeze (RC2): 17-Aug 
4. Code freeze (rc-x): 6-Sep 
5. Final release: 12-Sep

Tziporet


-Original Message-
From: Hal Rosenstock [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 09, 2006 9:04 PM
To: Tziporet Koren
Cc: OpenFabricsEWG; openib
Subject: Re: [openfabrics-ewg] OFED 1.1-rc1 is available


On Tue, 2006-08-08 at 10:48, Tziporet Koren wrote:
> Hi,
> 
> In two week delay we publish OFED 1.1-RC1 on
https://openib.org/svn/gen2/branches/1.1/ofed/releases/
> File: OFED-1.1-rc1.tgz

Is there an update to the OFED 1.1 schedule going forward ?

-- Hal

 
1. Schedule:



Target release date: 31-Aug 

Intermediate milestones:

1.Create 1.1 branch of user level code and rc1: 27-Jul

2.Feature freeze : 3-Aug 

3.Code freeze (rc-x): 25-Aug 

4.Final release: 31-Aug


___
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general



Re: [openib-general] [openfabrics-ewg] OFED 1.1-rc1 is available

2006-08-09 Thread Hal Rosenstock

On Tue, 2006-08-08 at 10:48, Tziporet Koren wrote:
> Hi,
> 
> In two week delay we publish OFED 1.1-RC1 on 
> https://openib.org/svn/gen2/branches/1.1/ofed/releases/
> File: OFED-1.1-rc1.tgz

Is there an update to the OFED 1.1 schedule going forward ?

-- Hal

 
1. Schedule:



Target release date: 31-Aug 

Intermediate milestones:

1.Create 1.1 branch of user level code and rc1: 27-Jul

2.Feature freeze : 3-Aug 

3.Code freeze (rc-x): 25-Aug 

4.Final release: 31-Aug



___
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general



Re: [openib-general] [openfabrics-ewg] OFED 1.1-rc1 is available

2006-08-09 Thread Moni Levy
Hi, Tziporet,

On 8/8/06, Tziporet Koren <[EMAIL PROTECTED]> wrote:
> o iSER:
>- Stability
>- Testing more platforms (e.g. ppc64 and ia64)
>- Performance improvements

Only number two above is in the scope of OFED from our perspective, so
we prefer to have it listed alone.

> 2. iSER support in install script for SLES 10 is missing

We have a fix for that and it will be part of RC2


-- Moni

___
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general



Re: [openib-general] [openfabrics-ewg] OFED 1.1-rc1 is available

2006-08-08 Thread Scott Weitzenkamp (sweitzen)
Bryan, can you please add a "1.1rc1" version to bugzilla?

Scott Weitzenkamp
SQA and Release Manager
Server Virtualization Business Unit
Cisco Systems
 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Tziporet Koren
> Sent: Tuesday, August 08, 2006 7:48 AM
> To: [EMAIL PROTECTED]
> Cc: openib
> Subject: [openfabrics-ewg] OFED 1.1-rc1 is available
> 
> Hi,
> 
> In two week delay we publish OFED 1.1-RC1 on 
> https://openib.org/svn/gen2/branches/1.1/ofed/releases/
> File: OFED-1.1-rc1.tgz
> 
> Build_id:
> OFED-1.1-rc1
>  
> openib-1.1 (REV=8849)
> # User space
> https://openib.org/svn/gen2/branches/1.1/src/userspace
> Git:
> git://www.mellanox.co.il/~git/infiniband ofed_1_1
> ref: refs/heads/ofed_1_1
> commit df6aabce49695368fd004e6505102a1519b266a4
>  
> # MPI
> mpi_osu-0.9.7-mlx2.2.0.tgz
> openmpi-1.1-1.src.rpm
> mpitests-2.0-0.src.rpm
> 
> 
> OS support:
> ===
> Novell:
>   - SLES 9.0 SP3*
>   - SLES10 (official release)*
> Redhat:
>   - Redhat EL4 up3
>   - Redhat EL4 up4 (was not tested yet)
> kernel.org:
>   - Kernel 2.6.17*
> * Changed from 1.0 release
> 
> Note: Redhat EL4 up2, Fedora C4 and SuSE Pro 10 were dropped 
> from the list.
> We keep the backport patches for these OSes and make sure 
> OFED compile and 
> loaded properly but will not do full QA cycle.
> 
> Systems:
> 
> * x86_64
>     * x86
>     * ia64
>     * ppc64
> 
> Main changes from OFED-1.0:
> ===
> o Bug fixes
> o Enabled building 32-bit libraries on x86_64 and ppc64.
>   Note: sysfsutils and sysfsutils-devel 32-bit required.
> o Kernel code based on 2.6.18
> o Kernel hot-plug support in uverbs - removing module wait 
> till all user 
>   applications release their HCA resources.
> o Package sources (user space and kernel modules) are places 
> under: /src/
>   Original kernel sources are not replaced
> o RDS was removed from the OFED package 
> o Set options in CMA & uCMA
> o OSM new features: 
>   - Partition Manager (Pkey)
>   - Pre-computed routing load from file 
>   - Primitive QoS - As technology preview
> o SDP:
>   - Improved latency (13 usec with netperf tcprr)
>   - Implemented Naggle algorithm
>   - Memory leaks fixes
>   - Error handling added
> o MPI:
>   - OSU - MVAPICH: Message coalescing to improve message rate
>   - Open MPI 1.1-1: see changes: 
> http://svn.open-mpi.org/svn/ompi/trunk/NEWS
>   - MPI tests: Replace to the new test versions from 
> LLNL, Intel, OSU
> o SRP:
>   - Stability
> o iSER:
>   - Stability
>   - Testing more platforms (e.g. ppc64 and ia64)
>   - Performance improvements
> o Management: 
>   - Add saquery tool
>   - Enhancement to ibnetdiscover tool with grouping function
>   - New ibutils package: 
>   o Port error counter check 
>   o Port performance counters dump 
>   o Link width and Link Speed check by flag
> o uDAPL:
>   - Scalability features needed for Intel MPI 
>   - Code was updated from trunk
> 
> 
> Limitations and known issues:
> =
> 1. ipath driver compilation fails on all systems 
> 2. iSER support in install script for SLES 10 is missing
> 3. SDP: 
>   - 32 bit systems might run out of low memory when 
> opening hundreds of sockets. 
>   - For Mellanox Sinai HCAs one must use latest FW 
> version (1.1.000).
> 
> Missing features that should be completed for RC2:
> ==
> 1. SRP:
>   - Complete testing with DM (Device Mapper) - for high 
> availability
>   - New daemon
> 2. IPoIB: High availability support using a daemon in user level
> 3. SDP: support sending/receiving out of band data
> 4. Add Madeye utility
> 5. Fatal error support in mthca
> 
> 
> Please report any issues in bugzilla http://openib.org/bugzilla/
> 
> Tziporet & Vlad
> 
> 
> ___
> openfabrics-ewg mailing list
> [EMAIL PROTECTED]
> http://openib.org/mailman/listinfo/openfabrics-ewg
> 

___
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general