Organization:InfiniBand

From HandWiki
Short description: Network standard
InfiniBand Trade Association
InfiniBand Trade Association logo.jpg
Formation1999
TypeIndustry trade group
PurposePromoting InfiniBand
HeadquartersBeaverton, Oregon, U.S.
Websiteinfinibandta.org

InfiniBand (IB) is a computer networking communications standard used in high-performance computing that features very high throughput and very low latency. It is used for data interconnect both among and within computers. InfiniBand is also used as either a direct or switched interconnect between servers and storage systems, as well as an interconnect between storage systems. It is designed to be scalable and uses a switched fabric network topology. Between 2014 and June 2016[1], it was the most commonly used interconnect in the TOP500 list of supercomputers.

Mellanox (acquired by Nvidia) manufactures InfiniBand host bus adapters and network switches, which are used by large computer system and database vendors in their product lines.[2] As a computer cluster interconnect, IB competes with Ethernet, Fibre Channel, and Intel Omni-Path. The technology is promoted by the InfiniBand Trade Association.

History

InfiniBand originated in 1999 from the merger of two competing designs: Future I/O and Next Generation I/O (NGIO). NGIO was led by Intel, with a specification released in 1998,[3] and joined by Sun Microsystems and Dell. Future I/O was backed by Compaq, IBM, and Hewlett-Packard.[4] This led to the formation of the InfiniBand Trade Association (IBTA), which included both sets of hardware vendors as well as software vendors such as Microsoft. At the time it was thought some of the more powerful computers were approaching the interconnect bottleneck of the PCI bus, in spite of upgrades like PCI-X.[5] Version 1.0 of the InfiniBand Architecture Specification was released in 2000. Initially the IBTA vision for IB was simultaneously a replacement for PCI in I/O, Ethernet in the machine room, cluster interconnect and Fibre Channel. IBTA also envisaged decomposing server hardware on an IB fabric.

Mellanox had been founded in 1999 to develop NGIO technology, but by 2001 shipped an InfiniBand product line called InfiniBridge at 10 Gbit/second speeds.[6] Following the burst of the dot-com bubble there was hesitation in the industry to invest in such a far-reaching technology jump.[7] By 2002, Intel announced that instead of shipping IB integrated circuits ("chips"), it would focus on developing PCI Express, and Microsoft discontinued IB development in favor of extending Ethernet. Sun Microsystems and Hitachi continued to support IB.[8]

In 2003, the System X supercomputer built at Virginia Tech used InfiniBand in what was estimated to be the third largest computer in the world at the time.[9] The OpenIB Alliance (later renamed OpenFabrics Alliance) was founded in 2004 to develop an open set of software for the Linux kernel. By February, 2005, the support was accepted into the 2.6.11 Linux kernel.[10][11] In November 2005 storage devices finally were released using InfiniBand from vendors such as Engenio.[12]

Of the top 500 supercomputers in 2009, Gigabit Ethernet was the internal interconnect technology in 259 installations, compared with 181 using InfiniBand.[13] In 2010, market leaders Mellanox and Voltaire merged, leaving just one other IB vendor, QLogic, primarily a Fibre Channel vendor.[14] At the 2011 International Supercomputing Conference, links running at about 56 gigabits per second (known as FDR, see below), were announced and demonstrated by connecting booths in the trade show.[15] In 2012, Intel acquired QLogic's InfiniBand technology, leaving only one independent supplier.[16]

By 2014, InfiniBand was the most popular internal connection technology for supercomputers, although within two years, 10 Gigabit Ethernet started displacing it.[1] In 2016, it was reported that Oracle Corporation (an investor in Mellanox) might engineer its own InfiniBand hardware.[2] In 2019 Nvidia acquired Mellanox, the last independent supplier of InfiniBand products.[17]

Specification

Specifications are published by the InfiniBand trade association.

Performance

Original names for speeds were single-data rate (SDR), double-data rate (DDR) and quad-data rate (QDR) as given below.[12] Subsequently, other three-letter acronyms were added for even higher data rates.[18]

InfiniBand unidirectional data rates
Year[19] Line code Signaling rate (Gbit/s) Throughput (Gbit/s)[20] Adapter latency (µs)[21]
1x 4x 8x 12x
SDR 2001, 2003 NRZ 8b/10b[22] 2.5 2 8 16 24 5
DDR 2005 5 4 16 32 48 2.5
QDR 2007 10 8 32 64 96 1.3
FDR10 2011 64b/66b 10.3125[23] 10 40 80 120 0.7
FDR 2011 14.0625[24][18] 13.64 54.54 109.08 163.64 0.7
EDR 2014[25] 25.78125 25 100 200 300 0.5
HDR 2018[25] PAM4 53.125[26] 50 200 400 600 <0.6[27]
NDR 2022[25] 256b/257b[lower-roman 1] 106.25[28] 100 400 800 1200 t.b.d.
XDR t.b.d. t.b.d t.b.d 200 200 800 1600 2400
GDR 400 400 1600 3200 4800
Notes
  1. Using Reed-Solomon forward error correction

Each link is duplex. Links can be aggregated: most systems use a 4 link/lane connector (QSFP). HDR often makes use of 2x links (aka HDR100, 100Gb link using 2 lanes of HDR, while still using a QSFP connector). 8x is called for with NDR switch ports using OSFP (Octal Small Form Factor Pluggable) connectors "Cable and Connector Definitions" (in en-US). https://docs.nvidia.com/networking/display/cablemanagfaq/cable+and+connector+definitions. 

InfiniBand provides remote direct memory access (RDMA) capabilities for low CPU overhead.

Topology

InfiniBand uses a switched fabric topology, as opposed to early shared medium Ethernet. All transmissions begin or end at a channel adapter. Each processor contains a host channel adapter (HCA) and each peripheral has a target channel adapter (TCA). These adapters can also exchange information for security or quality of service (QoS).

Messages

InfiniBand transmits data in packets of up to 4 KB that are taken together to form a message. A message can be:

  • a remote direct memory access read or write
  • a channel send or receive
  • a transaction-based operation (that can be reversed)
  • a multicast transmission
  • an atomic operation

Physical interconnection

InfiniBand switch with CX4/SFF-8470 connectors

In addition to a board form factor connection, it can use both active and passive copper (up to 10 meters) and optical fiber cable (up to 10 km).[29] QSFP connectors are used.

The InfiniBand Association also specified the CXP connector system for speeds up to 120 Gbit/s over copper, active optical cables, and optical transceivers using parallel multi-mode fiber cables with 24-fiber MPO connectors.[citation needed]

Software interfaces

Mellanox operating system support is available for Solaris, FreeBSD,[30][31] Red Hat Enterprise Linux, SUSE Linux Enterprise Server (SLES), Windows, HP-UX, VMware ESX,[32] and AIX.[33]

InfiniBand has no specific standard application programming interface (API). The standard only lists a set of verbs such as ibv_open_device or ibv_post_send, which are abstract representations of functions or methods that must exist. The syntax of these functions is left to the vendors. Sometimes for reference this is called the verbs API. The de facto standard software is developed by OpenFabrics Alliance and called the Open Fabrics Enterprise Distribution (OFED). It is released under two licenses GPL2 or BSD license for Linux and FreeBSD, and as Mellanox OFED for Windows (product names: WinOF / WinOF-2; attributed as host controller driver for matching specific ConnectX 3 to 5 devices)[34] under a choice of BSD license for Windows. It has been adopted by most of the InfiniBand vendors, for Linux, FreeBSD, and Microsoft Windows. IBM refers to a software library called libibverbs, for its AIX operating system, as well as "AIX InfiniBand verbs".[35] The Linux kernel support was integrated in 2005 into the kernel version 2.6.11.[36]

Ethernet over InfiniBand

Ethernet over InfiniBand, abbreviated to EoIB, is an Ethernet implementation over the InfiniBand protocol and connector technology. EoIB enables multiple Ethernet bandwidths varying on the InfiniBand (IB) version.[37] Ethernet's implementation of the Internet Protocol Suite, usually referred to as TCP/IP, is different in some details compared to the direct InfiniBand protocol in IP over IB (IPoIB).

Ethernet over InfiniBand performance
Type Lanes Bandwidth (Gbit/s) Compatible Ethernet type(s) Compatible Ethernet quantity
SDR 001 0002.5 GbE to 2.5 GbE 02 × GbE to 1 × 02.5 GbE
004 0010 GbE to 10 GbE 10 × GbE to 1 × 10 GbE
008 0020 GbE to 10 GbE 20 × GbE to 2 × 10 GbE
012 0030 GbE to 25 GbE 30 × GbE to 1 × 25 GbE + 1 × 05 GbE
DDR 001 0005 GbE to 5 GbE 05 × GbE to 1 × 05 GbE
004 0020 GbE to 10 GbE 20 × GbE to 2 × 10 GbE
008 0040 GbE to 40 GbE 40 × GbE to 1 × 40 GbE
012 0060 GbE to 50 GbE 60 × GbE to 1 × 50 GbE + 1 × 10 GbE
QDR 001 0010 GbE to 10 GbE 10 × GbE to 1 × 10 GbE
004 0040 GbE to 40 GbE 40 × GbE to 1 × 40 GbE

See also

References

  1. 1.0 1.1 "Highlights– June 2016". Top500.Org. June 2016. https://www.top500.org/lists/top500/2016/06/highlights/. "InfiniBand technology is now found on 205 systems, down from 235 systems, and is now the second most-used internal system interconnect technology. Gigabit Ethernet has risen to 218 systems up from 182 systems, in large part thanks to 176 systems now using 10G interfaces." 
  2. 2.0 2.1 Timothy Prickett Morgan (February 23, 2016). "Oracle Engineers Its Own InfiniBand Interconnects". The Next Platform. http://www.nextplatform.com/2016/02/22/oracle-engineers-its-own-infiniband-interconnects/. 
  3. Scott Bekker (November 11, 1998). "Intel Introduces Next Generation I/O for Computing Servers". Redmond Channel Partner. https://rcpmag.com/articles/1998/11/11/intel-introduces-next-generation-io-for-computing-servers.aspx. 
  4. Will Wade (August 31, 1999). "Warring NGIO and Future I/O groups to merge". EE Times. https://www.eetimes.com/warring-ngio-and-future-i-o-groups-to-merge/. 
  5. Pentakalos, Odysseas. "An Introduction to the InfiniBand Architecture". http://www.oreillynet.com/pub/a/network/2002/02/04/windows.html. 
  6. "Timeline". Mellanox Technologies. http://www.mellanox.com/page/timeline. 
  7. Kim, Ted. "Brief History of InfiniBand: Hype to Pragmatism". Oracle. https://blogs.oracle.com/RandomDude/entry/history_hype_to_pragmatism. 
  8. Computerwire (December 2, 2002). "Sun confirms commitment to InfiniBand". https://www.theregister.co.uk/2002/12/30/sun_confirms_commitment_to_infiniband/. 
  9. "Virginia Tech Builds 10 TeraFlop Computer". R&D World. November 30, 2003. https://www.rdworldonline.com/virginia-tech-builds-10-teraflop-computer/. 
  10. Sean Michael Kerner (February 24, 2005). "Linux Kernel 2.6.11 Supports InfiniBand". Internet News. http://www.internetnews.com/dev-news/article.php/3485401. 
  11. OpenIB Alliance (January 21, 2005). "OpenIB Alliance Achieves Acceptance By Kernel.org". Press release. https://www.hpcwire.com/2005/01/21/openib-alliance-achieves-acceptance-by-kernel-org/. 
  12. 12.0 12.1 Ann Silverthorn (January 12, 2006), "Is InfiniBand poised for a comeback?", Infostor 10 (2), http://www.infostor.com/index/articles/display/248655/articles/infostor/volume-10/issue-2/news-analysis-trends/news-analysis-trends/is-infiniband-poised-for-a-comeback.html, retrieved September 28, 2021 
  13. Lawson, Stephen (November 16, 2009). "Two rival supercomputers duke it out for top spot". Computerworld. https://www.computerworld.com/article/2521602/two-rival-supercomputers-duke-it-out-for-top-spot.html. 
  14. Raffo, Dave. "Largest InfiniBand vendors merge; eye converged networks". http://itknowledgeexchange.techtarget.com/storage-soup/largest-infiniband-vendors-merge-eye-converged-networks/. 
  15. Mikael Ricknäs (June 20, 2011). "Mellanox Demos Souped-Up Version of InfiniBand". CIO. http://www.cio.com/article/684732/Mellanox_Demos_Souped_Up_Version_of_Infiniband. 
  16. Michael Feldman (January 23, 2012). "Intel Snaps Up InfiniBand Technology, Product Line from QLogic". HPCwire. https://www.hpcwire.com/2012/01/23/intel_snaps_up_infiniband_technology_product_line_from_qlogic/. 
  17. "Nvidia to Acquire Mellanox for $6.9 Billion". Press release. March 11, 2019. https://nvidianews.nvidia.com/news/nvidia-to-acquire-mellanox-for-6-9-billion. 
  18. 18.0 18.1 "FDR InfiniBand Fact Sheet". InfiniBand Trade Association. November 11, 2021. https://cw.infinibandta.org/document/dl/7260. 
  19. Panda, Dhabaleswar K.; Sayantan Sur (2011). "Network Speed Acceleration with IB and HSE". Designing Cloud and Grid Computing Systems with InfiniBand and High-Speed Ethernet. Newport Beach, CA, USA: CCGrid 2011. pp. 23. http://www.ics.uci.edu/~ccgrid11/files/ccgrid11-ib-hse_last.pdf#page=23. 
  20. "InfiniBand Roadmap: IBTA - InfiniBand Trade Association". http://www.infinibandta.org/content/pages.php?pg=technology_overview. 
  21. http://www.hpcadvisorycouncil.com/events/2014/swiss-workshop/presos/Day_1/1_Mellanox.pdf // Mellanox
  22. "InfiniBand Types and Speeds". https://www.advancedclustering.com/act_kb/infiniband-types-speeds/. 
  23. "Interfaces" (in en). https://docs.nvidia.com/networking/display/SB77X0EDR/Interfaces. "FDR10 is a non-standard InfiniBand data rate, where each lane of a 4X port runs a bit rate of 10.3125 Gbit/s with a 64b/66b encoding, resulting in an effective bandwidth of 40 Gbit/s. FDR10 supports 20% more bandwidth over QDR due to better encoding rate." 
  24. "324-Port InfiniBand FDR SwitchX® Switch Platform Hardware User Manual". 2018-04-29. section 1.2. https://network.nvidia.com/pdf/user_manuals/SX6518_User_Manual.pdf. "InfiniBand FDR and FDR10 Overview [...] FDR, standard InfiniBand data rate, where each lane of a 4X port runs a bit rate of 14.0625 Gbit/s with a 64b/66b encoding, resulting in an effective bandwidth of 54.54 Gbit/s. The FDR physical layer is an IBTA specified physical layer using different block types, deskew mechanism and framing rules. The SX6518 switch also supports FDR10, a non-standard InfiniBand data rate, where each lane of a 4X port runs a bit rate of 10.3125 Gbit/s with a 64b/66b encoding, resulting in an effective bandwidth of 40 Gbit/s." 
  25. 25.0 25.1 25.2 "InfiniBand Roadmap - Advancing InfiniBand" (in en-US). https://www.infinibandta.org/infiniband-roadmap/. 
  26. "Introduction" (in en). https://docs.nvidia.com/networking/display/ConnectX6VPI/Introduction. 
  27. https://www.mellanox.com/files/doc-2020/pb-connectx-6-vpi-card.pdf [bare URL PDF]
  28. "Introduction" (in en). https://docs.nvidia.com/networking/display/ConnectX7VPI/Introduction. 
  29. "Specification FAQ". ITA. http://www.infinibandta.org/content/pages.php?pg=technology_faq. 
  30. "Mellanox OFED for FreeBSD". Mellanox. http://www.mellanox.com/page/products_dyn?product_family=193. 
  31. "FreeBSD Kernel Interfaces Manual, mlx5en" (in en). FreeBSD. 3 December 2015. https://www.freebsd.org/cgi/man.cgi?query=mlx5en. 
  32. "InfiniBand Cards - Overview". Mellanox. http://www.mellanox.com/page/infiniband_cards_overview. 
  33. "Implementing InfiniBand on IBM System p (IBM Redbook SG24-7351-00)". http://www.redbooks.ibm.com/redbooks/pdfs/sg247351.pdf. 
  34. Mellanox OFED for Windows - WinOF / WinOF-2
  35. "Verbs API". IBM AIX 7.1 documentation. 2020. https://www.ibm.com/support/knowledgecenter/en/ssw_aix_71/com.ibm.aix.rdma/verbs_API.htm. 
  36. Dotan Barak (March 11, 2014). "Verbs programming tutorial". OpenSHEM, 2014. Mellanox. https://www.csm.ornl.gov/workshops/openshmem2014/documents/presentations_and_tutorials/Tutorials/Verbs%20programming%20tutorial-final.pdf. 
  37. "10 Advantages of InfiniBand". https://www.naddod.com/blog/top-10-advantages-of-infiniband. 

External links