public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* ANNOUCE: OpenIB InfiniBand software
@ 2004-03-05 18:31 Roland Dreier
  2004-03-06 21:00 ` Roland Dreier
  2004-03-23  1:34 ` OpenIB mailing lists available (was Re: ANNOUNCE: OpenIB InfiniBand software) Roland Dreier
  0 siblings, 2 replies; 6+ messages in thread
From: Roland Dreier @ 2004-03-05 18:31 UTC (permalink / raw)
  To: linux-kernel

OPENIB.ORG INFINIBAND DRIVERS RELEASE -- 2004-03-05

  We are proud to announce the initial availability of the OpenIB.org
  InfiniBand stack.  This is a fully open source[1] InfiniBand stack
  that includes a low-level driver for Mellanox HCA hardware, a
  midlayer, and a number of useful upper-layer protocols including
  IP-over-InfiniBand, SCSI RDMA Protocol, Sockets Direct Protocol,
  uDAPL and MPI.  In addition userspace utilities are available,
  including the OpenSM subnet manager.

  [1]  See the section on SDP intellectual property for some important
       information, though.

  An initial drop of this source is available from
  <http://openib.org>.  Additional protocols and further enhancements
  will be added in upcoming releases.  In the next few days, we will
  also be bringing up mailing lists, source code control, and so on.

  We look forward to working with the entire Linux community to
  continue to develop these drivers.

TODO

  We are fully aware that our code is far from being acceptable for
  inclusion in the Linux kernel, and we are very committed to doing
  the hard work required to clean up the source.  We believe that in
  addition to the benefits of being in the standard kernel, we will
  find huge improvements in the quality, performance and robustness of
  our drivers.

  As a starting point, here is a list of some of the tasks we believe
  must be completed before these drivers can be seriously considered
  for inclusion in the kernel.  We would welcome any suggestions of
  tasks that we have forgotten.  Of course patches would be even
  better!

    * Use a more standard naming convention (tTS_IB_TYPE_NAME ->
      ib_type_name, tsIbFunctionName -> ib_function_name, etc)
    * Get rid of bizarro types such as tUINT32 -- replace with Linux
      standard u32 etc.
    * Run source through scripts/Lindent (and then fix by hand, since
      lots of things will no longer line up)
    * Get rid of XXX_exports.c files and move EXPORT_SYMBOL next to
      definition in source.
    * Change MODULE_PARM -> module_param
    * Use DMA mapping API so we work properly with non-coherent
      caches, IOMMUs etc. Add a function to get struct device * for an
      IB device so ULPs can call sync functions (embed struct device
      in struct ib_device?). (How do we handle systems with limited
      DMA mapping capacity?)
    * Fix up ioctls, userspace interface so that 32-bit userspace
      works with a 64-bit kernel.
    * Get rid of ib_poll module; move all timers to standard Linux
      timers (CM can use a work queue plus schedule_delayed_work).
    * Get rid of ib_services module (move TS_TRACE etc. to dev_printk)
    * Add missing pieces of API for currently unused IB features: deal
      with RD (EECs, etc -- including CM support), verbs extensions.
    * Get rid of IPoIB address hash and just use native 20-byte
      addresses (keep 6-byte hash as an option for compatibility
      with existing applications?)
    * Rewrite client query support (SA and DM) to be more extensible,
      simpler, deal with component mask.
    * Add sysfs support.
    * In Mellanox HCA driver, clean up mosal. Some obvious
      targets (there's lots more though):
          o Grunging through kernel code to find the mlock/munlock
            pointers especially has to go (mosal_mlock.c). We need to
            get VM experts from LKML to tell us how to handle memory
            translation and locking.
          o Turn MT_KERNEL back to __KERNEL__
          o Use native spinlocks.
          o Turn driver into a real PCI driver (rather than
            reimplementing a worse version of PCI bus scan).

SDP intellectual property

  Microsoft believes that they own certain intellectual property
  relating to the Sockets Direct Protocol (SDP)[2].  Therefore, we are
  including the following disclaimer required by Microsoft's license
  in SDP source that relates to the implementation of the protocol:

    "This source code may incorporate intellectual property owned by
    Microsoft Corporation. Our provision of this source code does not
    include any licenses or any other rights to you under any
    Microsoft intellectual property. If you would like a license from
    Microsoft (e.g., to rebrand, redistribute), you need to contact
    Microsoft directly."

  We realize that this is incompatible with open source licensing, and
  we are working to find a more satisfactory solution, but for the
  time being we are forced to comply with Microsoft's license.

  Please make sure you have fully understood the implications of
  Microsoft's claims before you redistribute any of the SDP source
  that contains the above disclaimer.

  [2]  <http://www.microsoft.com/mscorp/ip/standards/>

^ permalink raw reply	[flat|nested] 6+ messages in thread
* RE: ANNOUCE: OpenIB InfiniBand software
@ 2004-03-14  0:55 Woodruff, Robert J
  0 siblings, 0 replies; 6+ messages in thread
From: Woodruff, Robert J @ 2004-03-14  0:55 UTC (permalink / raw)
  To: Roland Dreier, Troy Benjegerdes; +Cc: linux-kernel, infiniband-general

On Fri, 12 Mar 2004, Troy Benjegerdes wrote:

Troy> Since the openib.org mailing lists don't seem to be alive
Troy> yet, I'll bring this up here..

It would probably be best to wait and discuss openib.org business on
their email lists rather than on the InfiniBand SourceForge email lists
to prevent confusion as to which code we are talking about. 

BTW. when are these lists going to be available. I've got a bunch
of comments to provide on the tsTopSpinApi.



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

end of thread, other threads:[~2004-03-23  1:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-05 18:31 ANNOUCE: OpenIB InfiniBand software Roland Dreier
2004-03-06 21:00 ` Roland Dreier
2004-03-12  3:33   ` Troy Benjegerdes
2004-03-12 15:22     ` Roland Dreier
2004-03-23  1:34 ` OpenIB mailing lists available (was Re: ANNOUNCE: OpenIB InfiniBand software) Roland Dreier
  -- strict thread matches above, loose matches on Subject: below --
2004-03-14  0:55 ANNOUCE: OpenIB InfiniBand software Woodruff, Robert J

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