public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [RFC] Add support for RDMA enabled devices in main tree
@ 2011-06-30 18:40 Alexey Shvetsov
  2011-06-30 18:47 ` Mike Frysinger
  2011-06-30 20:54 ` Robin H. Johnson
  0 siblings, 2 replies; 6+ messages in thread
From: Alexey Shvetsov @ 2011-06-30 18:40 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 927 bytes --]

Hi all!

I'm working on putting infiniband support to main tree. Currently infiniband 
related stuff hosted in science overlay in sys-infiniband [1] category (this 
category currently contains ~25 packages but they will be ~40) so i wanna move 
them as whole category. Also i'm going to add USE_EXPAND for infiniband 
userspace drivers:
libmlx4
libmthca
libehca
libcxgb3

Any objections about moving this stuff to tree?

PS some in-tree stuff already has infiniband use flag so i'd like to make it 
global or may be rename it to rdma

[1] http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=tree;f=sys-
infiniband;h=5442f68fcaa8cedde34772915c605fdbab8d5541;hb=HEAD
-- 
Best Regards,
 Alexey 'Alexxy' Shvetsov
 Petersburg Nuclear Physics Institute, Russia
 Department of Molecular and Radiation Biophysics
 Gentoo Team Ru
 Gentoo Linux Dev
 mailto:alexxyum@gmail.com
 mailto:alexxy@gentoo.org
 mailto:alexxy@omrb.pnpi.spb.ru

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] [RFC] Add support for RDMA enabled devices in main tree
  2011-06-30 18:40 [gentoo-dev] [RFC] Add support for RDMA enabled devices in main tree Alexey Shvetsov
@ 2011-06-30 18:47 ` Mike Frysinger
  2011-06-30 20:01   ` Alexey Shvetsov
       [not found]   ` <1674705.74V1oghP05@x201>
  2011-06-30 20:54 ` Robin H. Johnson
  1 sibling, 2 replies; 6+ messages in thread
From: Mike Frysinger @ 2011-06-30 18:47 UTC (permalink / raw
  To: gentoo-dev

On Thu, Jun 30, 2011 at 14:40, Alexey Shvetsov wrote:
> Also i'm going to add USE_EXPAND for infiniband userspace drivers:
> libmlx4
> libmthca
> libehca
> libcxgb3

should it be based on the hardware family rather than the lib name ?

> Any objections about moving this stuff to tree?

i object to it not being done already ! ;)
-mike



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] [RFC] Add support for RDMA enabled devices in main tree
  2011-06-30 18:47 ` Mike Frysinger
@ 2011-06-30 20:01   ` Alexey Shvetsov
       [not found]   ` <1674705.74V1oghP05@x201>
  1 sibling, 0 replies; 6+ messages in thread
From: Alexey Shvetsov @ 2011-06-30 20:01 UTC (permalink / raw
  To: gentoo-dev; +Cc: Mike Frysinger

[-- Attachment #1: Type: text/plain, Size: 1087 bytes --]

On Thursday 30 of June 2011 14:47:06 Mike Frysinger wrote:
> On Thu, Jun 30, 2011 at 14:40, Alexey Shvetsov wrote:
> > Also i'm going to add USE_EXPAND for infiniband userspace drivers:
> > libmlx4
> > libmthca
> > libehca
> > libcxgb3

use will be something like OPENIB_DRIVERS="mlx4 mthca ehca cxgb3"

Honestly i can only tests first two. 

Also since mlx4 ib driver wants kernel with xrc support i gonna add 'cluster-
sources' to tree and use flag 'xrc' to virtual/linux-sources-2.6 so sys-
infiniband/libmlx4 will depend on it.

So if there will be no objections i'll proceed with this stuff =)
And I'll move it to tree in an hour or so.


> 
> should it be based on the hardware family rather than the lib name ?
> 
> > Any objections about moving this stuff to tree?
> 
> i object to it not being done already ! ;)
> -mike
-- 
Best Regards,
 Alexey 'Alexxy' Shvetsov
 Petersburg Nuclear Physics Institute, Russia
 Department of Molecular and Radiation Biophysics
 Gentoo Team Ru
 Gentoo Linux Dev
 mailto:alexxyum@gmail.com
 mailto:alexxy@gentoo.org
 mailto:alexxy@omrb.pnpi.spb.ru

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] [RFC] Add support for RDMA enabled devices in main tree
       [not found]   ` <1674705.74V1oghP05@x201>
@ 2011-06-30 20:10     ` Mike Frysinger
  0 siblings, 0 replies; 6+ messages in thread
From: Mike Frysinger @ 2011-06-30 20:10 UTC (permalink / raw
  To: gentoo-dev

On Thu, Jun 30, 2011 at 15:13, Alexey Shvetsov wrote:
> On Thursday 30 of June 2011 14:47:06 Mike Frysinger wrote:
>> On Thu, Jun 30, 2011 at 14:40, Alexey Shvetsov wrote:
>> > Also i'm going to add USE_EXPAND for infiniband userspace drivers:
>> > libmlx4
>> > libmthca
>> > libehca
>> > libcxgb3
>
> use will be something like OPENIB_DRIVERS="mlx4 mthca ehca cxgb3"
>
> Honestly i can only tests first two.

i dont think that's a problem.  no one is expecting you to validate
every piece of hardware.
-mike



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] [RFC] Add support for RDMA enabled devices in main tree
  2011-06-30 18:40 [gentoo-dev] [RFC] Add support for RDMA enabled devices in main tree Alexey Shvetsov
  2011-06-30 18:47 ` Mike Frysinger
@ 2011-06-30 20:54 ` Robin H. Johnson
  2011-06-30 21:07   ` Alexey Shvetsov
  1 sibling, 1 reply; 6+ messages in thread
From: Robin H. Johnson @ 2011-06-30 20:54 UTC (permalink / raw
  To: gentoo-dev

On Thu, Jun 30, 2011 at 10:40:26PM +0400, Alexey Shvetsov wrote:
> I'm working on putting infiniband support to main tree. Currently infiniband 
> related stuff hosted in science overlay in sys-infiniband [1] category (this 
> category currently contains ~25 packages but they will be ~40) so i wanna move 
> them as whole category. Also i'm going to add USE_EXPAND for infiniband 
> userspace drivers:
Why a new category of sys-infiniband vs. existing sys-* categories.
I thought I had seen some existing infiniband packages lurking in the
tree.

-- 
Robin Hugh Johnson
Gentoo Linux: Developer, Trustee & Infrastructure Lead
E-Mail     : robbat2@gentoo.org
GnuPG FP   : 11AC BA4F 4778 E3F6 E4ED  F38E B27B 944E 3488 4E85



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] [RFC] Add support for RDMA enabled devices in main tree
  2011-06-30 20:54 ` Robin H. Johnson
@ 2011-06-30 21:07   ` Alexey Shvetsov
  0 siblings, 0 replies; 6+ messages in thread
From: Alexey Shvetsov @ 2011-06-30 21:07 UTC (permalink / raw
  To: gentoo-dev; +Cc: Robin H. Johnson

[-- Attachment #1: Type: text/plain, Size: 1011 bytes --]

On Thursday 30 of June 2011 20:54:21 Robin H. Johnson wrote:
> On Thu, Jun 30, 2011 at 10:40:26PM +0400, Alexey Shvetsov wrote:
> > I'm working on putting infiniband support to main tree. Currently
> > infiniband related stuff hosted in science overlay in sys-infiniband
> > [1] category (this category currently contains ~25 packages but they
> > will be ~40) so i wanna move them as whole category. Also i'm going to
> > add USE_EXPAND for infiniband
> > userspace drivers:
> Why a new category of sys-infiniband vs. existing sys-* categories.
> I thought I had seen some existing infiniband packages lurking in the
> tree.

Because its very scpecific stuff containing system libs and userspace drivers 
and daemons that will make ib hw functional =)
-- 
Best Regards,
 Alexey 'Alexxy' Shvetsov
 Petersburg Nuclear Physics Institute, Russia
 Department of Molecular and Radiation Biophysics
 Gentoo Team Ru
 Gentoo Linux Dev
 mailto:alexxyum@gmail.com
 mailto:alexxy@gentoo.org
 mailto:alexxy@omrb.pnpi.spb.ru

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-06-30 21:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-30 18:40 [gentoo-dev] [RFC] Add support for RDMA enabled devices in main tree Alexey Shvetsov
2011-06-30 18:47 ` Mike Frysinger
2011-06-30 20:01   ` Alexey Shvetsov
     [not found]   ` <1674705.74V1oghP05@x201>
2011-06-30 20:10     ` Mike Frysinger
2011-06-30 20:54 ` Robin H. Johnson
2011-06-30 21:07   ` Alexey Shvetsov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox