Add 2017Q3 iWARP entry from Jeb Cramer
This commit is contained in:
parent
a2898cbea6
commit
a7caa668d0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51208
1 changed files with 38 additions and 1 deletions
|
@ -388,5 +388,42 @@
|
|||
from source.</task>
|
||||
</help>
|
||||
</project>
|
||||
</report>
|
||||
|
||||
<project cat='kern'>
|
||||
<title>Intel iWARP Support</title>
|
||||
|
||||
<contact>
|
||||
<person>
|
||||
<name>
|
||||
<given>Bartosz</given>
|
||||
<common>Sobczak</common>
|
||||
</name>
|
||||
<email>bartosz.sobczak@intel.com</email>
|
||||
</person>
|
||||
</contact>
|
||||
|
||||
<links>
|
||||
<url href="https://reviews.FreeBSD.org/D11378">iWARP for
|
||||
<tt>ixl</tt></url>
|
||||
</links>
|
||||
|
||||
<body>
|
||||
<p>iWARP is a protocol suite that enables efficient movement
|
||||
of data across the network, building on Remote Direct Memory
|
||||
Access, Direct Data Placement, and Marker PDU Aligned Framing.
|
||||
It endeavors to avoid unnecessary (local) data copies and
|
||||
offload work from the main CPU to dedicated hardware.</p>
|
||||
|
||||
<p>An initial commit adding iWARP support for the Intel X722
|
||||
family of network adapters is under review. This is an
|
||||
important step towards introducing full iWARP support on
|
||||
systems equipped with Intel C620 Series Chipsets. Currently,
|
||||
with the <tt>iw_ixl</tt> driver, only the kVerbs API is
|
||||
supported.</p>
|
||||
</body>
|
||||
|
||||
<help>
|
||||
<task>Additional testing.</task>
|
||||
</help>
|
||||
</project>
|
||||
</report>
|
||||
|
|
Loading…
Reference in a new issue