[ewg] Unique men's health shop

2008-07-09 Thread Reba Lyon
When your wife is angry with your bad potence. Dont try your luck in bed, ensure your potence with ANTIEDs. Here! fLacctdisk epexegesis fairbairns fBgetfsent extradites enforcment ewhereupon fBinternat excalbians extincting felicitous externname ___

[ewg] RE: [ofw] Developer's Workshop at SC'08

2008-07-09 Thread Smith, Stan
Woodruff, Robert J wrote: > Hi Guys, > > I have been asked by the OpenFabrics marketing working group to gauge > the possible interest in having a developer workshop during the > week of SC'08 in Austin. There are already plans to have BOFs at SC'08 > to provide customers with updates on the upcom

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

2008-07-09 Thread Sasha Khapyorsky
On 13:53 Wed 09 Jul , Hal Rosenstock wrote: > > > > It is just *.ver file, *.map is symbol versioning - there were additions, > > no changes in existing functions API. > > Isn't that needed too when APIs are added ? I don't think. > Also, some existing > functions had minor parameter change

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

2008-07-09 Thread Hal Rosenstock
On Wed, 2008-07-09 at 23:46 +0300, Sasha Khapyorsky wrote: > On 13:22 Wed 09 Jul , Hal Rosenstock wrote: > > > > Thanks. Is it just libibmad or was it also libibumad as well ? > > No API related changes were in libibumad. > > Is it > > just the *.ver file or also the version in the *.map fil

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

2008-07-09 Thread Sasha Khapyorsky
On 13:22 Wed 09 Jul , Hal Rosenstock wrote: > > Thanks. Is it just libibmad or was it also libibumad as well ? No API related changes were in libibumad. > Is it > just the *.ver file or also the version in the *.map file ? It is just *.ver file, *.map is symbol versioning - there were addit

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

2008-07-09 Thread Hal Rosenstock
On Wed, 2008-07-09 at 22:05 +0300, Sasha Khapyorsky wrote: > On 11:57 Wed 09 Jul , Hal Rosenstock wrote: > > > 891c907cf7fb56191c1cd4224608ef63 libibmad-1.2.1.tar.gz > > > > There have been API additions and changes in the libraries since last > > release. Although the tarball versions have c

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

2008-07-09 Thread Sasha Khapyorsky
On 11:57 Wed 09 Jul , Hal Rosenstock wrote: > > 891c907cf7fb56191c1cd4224608ef63 libibmad-1.2.1.tar.gz > > There have been API additions and changes in the libraries since last > release. Although the tarball versions have changed, have the ones in > the library map files changed ? Don't they

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

2008-07-09 Thread Hal Rosenstock
Sasha, On Wed, 2008-07-09 at 08:03 +0300, Sasha Khapyorsky wrote: > Hi, > > There is a new release of the management (OpenSM and infiniband > diagnostics) tarballs available in: > > http://www.openfabrics.org/downloads/management/ > > md5sum: > > 59737e8ef106c3a37a3bab690397d973 libibcommon-1

[ewg] US $ 69.95 Viagra 100mg x 10 pills

2008-07-09 Thread Kathrine Willis
50mg x 60 pills $119.95 http://medtexmedical.eu ___ ewg mailing list ewg@lists.openfabrics.org http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg

[ewg] [Fwd: incorrect/obsolete link]

2008-07-09 Thread Jeff Becker
Hi Jeff. I guess the word "documentation" does not correspond to what the link points to. I think he was expecting man pages or something. -jeff Original Message Subject:incorrect/obsolete link Date: Wed, 9 Jul 2008 12:53:07 -0400 From: Erb Cooper <[EMAIL PROTECTED

Re: [ofa-general] Re: [ewg] List of libraries in OFED

2008-07-09 Thread Oren Kladnitsky
Yevgeny Kliteynik wrote: Sasha Khapyorsky wrote: Hi Oren, On 13:31 Wed 09 Jul , Oren Kladnitsky wrote: No. Ibutils use opensm libvendor for mad sending interface. Right, it is not used directly. But it is used in LDFLAGS (due to libosmvendor -> libibumad -> libibcommon dependency): Rig

Re: [ofa-general] Re: [ewg] List of libraries in OFED

2008-07-09 Thread Yevgeny Kliteynik
Sasha Khapyorsky wrote: Hi Oren, On 13:31 Wed 09 Jul , Oren Kladnitsky wrote: No. Ibutils use opensm libvendor for mad sending interface. Right, it is not used directly. But it is used in LDFLAGS (due to libosmvendor -> libibumad -> libibcommon dependency): Right, but there's no reason

Re: [ewg] List of libraries in OFED

2008-07-09 Thread Sasha Khapyorsky
Hi Oren, On 13:31 Wed 09 Jul , Oren Kladnitsky wrote: > No. Ibutils use opensm libvendor for mad sending interface. Right, it is not used directly. But it is used in LDFLAGS (due to libosmvendor -> libibumad -> libibcommon dependency): config/osm.m4: OSM_LDFLAGS="$OSM_LDFLAGS -lopens

Re: [ewg] List of libraries in OFED

2008-07-09 Thread Oren Kladnitsky
Tziporet Koren wrote: Sasha Khapyorsky wrote: On 09:02 Wed 09 Jul , Tziporet Koren wrote: Public: === * libibcommon I wanted to remove (merge with libibumad and libibmad) libibcommon yet in OFED 1.3 (we discussed this on the list). Not sure I will be able to do it now

[ewg] [PATCH] IB/mlx4: Use kzalloc when allocating a new mlx4_ib_qp

2008-07-09 Thread Eli Cohen
Current code uses kmalloc() and then does a bitwise or operation on qp->flags at create_qp_common(): if (init_attr->create_flags & IB_QP_CREATE_BLOCK_MULTICAST_LOOPBACK) qp->flags |= MLX4_IB_QP_BLOCK_MULTICAST_LOOPBACK; Instead of taking care of clearing individual fields,

Re: [ewg] List of libraries in OFED

2008-07-09 Thread Tziporet Koren
Sasha Khapyorsky wrote: On 09:02 Wed 09 Jul , Tziporet Koren wrote: Public: === * libibcommon I wanted to remove (merge with libibumad and libibmad) libibcommon yet in OFED 1.3 (we discussed this on the list). Not sure I will be able to do it now (in OFED 1.4 timeframe)