<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/Documentation/infiniband, branch v6.6.132</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=v6.6.132</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=v6.6.132'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2020-06-02T23:32:54+00:00</updated>
<entry>
<title>RDMA/core: Remove FMR device ops</title>
<updated>2020-06-02T23:32:54+00:00</updated>
<author>
<name>Max Gurtovoy</name>
<email>maxg@mellanox.com</email>
</author>
<published>2020-05-28T19:45:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=3a578152a9208bbcd196210be2f5396744cda302'/>
<id>urn:sha1:3a578152a9208bbcd196210be2f5396744cda302</id>
<content type='text'>
After removing FMR support from all the RDMA ULPs and providers, there
is no need to keep FMR operation for IB devices.

Link: https://lore.kernel.org/r/11-v3-f58e6669d5d3+2cf-fmr_removal_jgg@mellanox.com
Signed-off-by: Max Gurtovoy &lt;maxg@mellanox.com&gt;
Signed-off-by: Jason Gunthorpe &lt;jgg@mellanox.com&gt;
</content>
</entry>
<entry>
<title>Documentation/infiniband: update name of some functions</title>
<updated>2019-09-13T19:55:55+00:00</updated>
<author>
<name>Guoqing Jiang</name>
<email>jgq516@gmail.com</email>
</author>
<published>2019-09-03T12:45:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=bd0abfa8ca1dab85e9cedbf1988e5b4e53c67584'/>
<id>urn:sha1:bd0abfa8ca1dab85e9cedbf1988e5b4e53c67584</id>
<content type='text'>
Update the document since those functions had been renamed in below.

Fixes: 0a18cfe4f6d7 ("IB/core: Rename ib_create_ah to rdma_create_ah")
Fixes: 67b985b6c755 ("IB/core: Rename ib_modify_ah to rdma_modify_ah")
Fixes: bfbfd661c9ea ("IB/core: Rename ib_query_ah to rdma_query_ah")
Fixes: 365231593409 ("IB/core: Rename ib_destroy_ah to rdma_destroy_ah")
Link: https://lore.kernel.org/r/20190903124519.28318-1-guoqing.jiang@cloud.ionos.com
Signed-off-by: Guoqing Jiang &lt;guoqing.jiang@cloud.ionos.com&gt;
Reviewed-by: Jason Gunthorpe &lt;jgg@mellanox.com&gt;
Signed-off-by: Jason Gunthorpe &lt;jgg@mellanox.com&gt;
</content>
</entry>
<entry>
<title>docs: infiniband: add it to the driver-api bookset</title>
<updated>2019-07-08T17:22:56+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab+samsung@kernel.org</email>
</author>
<published>2019-06-28T12:30:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=a3a400da206bd0cf426571633da51547d44f4f42'/>
<id>urn:sha1:a3a400da206bd0cf426571633da51547d44f4f42</id>
<content type='text'>
While this contains some uAPI stuff, it was intended to be read by a
kernel doc. So, let's not move it to a different dir, but, instead, just
add it to the driver-api bookset.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;
Signed-off-by: Jason Gunthorpe &lt;jgg@mellanox.com&gt;
</content>
</entry>
<entry>
<title>docs: infiniband: convert docs to ReST and rename to *.rst</title>
<updated>2019-06-25T13:23:09+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab+samsung@kernel.org</email>
</author>
<published>2019-06-09T02:27:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=97162a1ee8a1735fc7a7159fe08de966d88354ce'/>
<id>urn:sha1:97162a1ee8a1735fc7a7159fe08de966d88354ce</id>
<content type='text'>
The InfiniBand docs are plain text with no markups.  So, all we needed to
do were to add the title markups and some markup sequences in order to
properly parse tables, lists and literal blocks.

At its new index.rst, let's add a :orphan: while this is not linked to the
main index.rst file, in order to avoid build warnings.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;
Signed-off-by: Jason Gunthorpe &lt;jgg@mellanox.com&gt;
</content>
</entry>
<entry>
<title>Documentation/infiniband: update from locked to pinned_vm</title>
<updated>2019-02-07T19:56:23+00:00</updated>
<author>
<name>Davidlohr Bueso</name>
<email>dave@stgolabs.net</email>
</author>
<published>2019-02-07T01:31:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=1a7a05e88fa0e4e168f83585d1bb1937197a9745'/>
<id>urn:sha1:1a7a05e88fa0e4e168f83585d1bb1937197a9745</id>
<content type='text'>
We are really talking about pinned_vm here.

Signed-off-by: Davidlohr Bueso &lt;dbueso@suse.de&gt;
Signed-off-by: Jason Gunthorpe &lt;jgg@mellanox.com&gt;
</content>
</entry>
<entry>
<title>Documentation/ABI: update infiniband sysfs interfaces</title>
<updated>2018-02-23T15:18:33+00:00</updated>
<author>
<name>Aishwarya Pant</name>
<email>aishpant@gmail.com</email>
</author>
<published>2018-02-10T07:41:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=3bd640b735d0dbfa4c34c283c7e9bcd5dc18fb43'/>
<id>urn:sha1:3bd640b735d0dbfa4c34c283c7e9bcd5dc18fb43</id>
<content type='text'>
Add documentation for core and hardware specific infiniband interfaces.
The descriptions have been collected from git commit logs, reading
through code and data sheets. Some drivers have incomplete doc and are
annotated with the comment '[to be documented]'.

Signed-off-by: Aishwarya Pant &lt;aishpant@gmail.com&gt;
Reviewed-by: Hal Rosenstock &lt;hal@mellanox.com&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
<entry>
<title>IB: Update references to libibverbs</title>
<updated>2018-02-04T16:56:49+00:00</updated>
<author>
<name>Jason Gunthorpe</name>
<email>jgg@mellanox.com</email>
</author>
<published>2018-02-02T21:35:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=46adb17982fae89aa3d41a0ba5706bc3f9d8f80d'/>
<id>urn:sha1:46adb17982fae89aa3d41a0ba5706bc3f9d8f80d</id>
<content type='text'>
These days the userspace comes from rdma-core, revise references
in the kernel to point to the current repository.

Signed-off-by: Jason Gunthorpe &lt;jgg@mellanox.com&gt;
Reviewed-by: Leon Romanovsky &lt;leonro@mellanox.com&gt;
Signed-off-by: Doug Ledford &lt;dledford@redhat.com&gt;
</content>
</entry>
<entry>
<title>Documentation: Hardware tag matching</title>
<updated>2017-08-29T12:30:21+00:00</updated>
<author>
<name>Artemy Kovalyov</name>
<email>artemyko@mellanox.com</email>
</author>
<published>2017-08-17T12:52:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=82fb342460362ce81cce2068eb4d9bf7f9e94be2'/>
<id>urn:sha1:82fb342460362ce81cce2068eb4d9bf7f9e94be2</id>
<content type='text'>
Add document providing definitions of terms and core explanations
for tag matching (TM) protocols, eager and rendezvous,
TM application header, tag list manipulations and matching process.

Signed-off-by: Artemy Kovalyov &lt;artemyko@mellanox.com&gt;
Signed-off-by: Leon Romanovsky &lt;leon@kernel.org&gt;
Signed-off-by: Doug Ledford &lt;dledford@redhat.com&gt;
</content>
</entry>
<entry>
<title>IB/opa-vnic: Virtual Network Interface Controller (VNIC) documentation</title>
<updated>2017-04-20T16:01:06+00:00</updated>
<author>
<name>Vishwanathapura, Niranjana</name>
<email>niranjana.vishwanathapura@intel.com</email>
</author>
<published>2017-04-13T03:29:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=c73690ca16b1dd17b5e45d23fb2d76d083fb03bf'/>
<id>urn:sha1:c73690ca16b1dd17b5e45d23fb2d76d083fb03bf</id>
<content type='text'>
Add OPA VNIC design document explaining the VNIC architecture and the
driver design.

Reviewed-by: Dennis Dalessandro &lt;dennis.dalessandro@intel.com&gt;
Reviewed-by: Ira Weiny &lt;ira.weiny@intel.com&gt;
Signed-off-by: Niranjana Vishwanathapura &lt;niranjana.vishwanathapura@intel.com&gt;
Signed-off-by: Doug Ledford &lt;dledford@redhat.com&gt;
</content>
</entry>
<entry>
<title>IB/hfi1: Document new sysfs entries for hfi1 driver</title>
<updated>2016-10-02T12:42:19+00:00</updated>
<author>
<name>Tadeusz Struk</name>
<email>tadeusz.struk@intel.com</email>
</author>
<published>2016-09-25T14:44:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=c642cc070b4934cd4718e63aa46e140468bc6a60'/>
<id>urn:sha1:c642cc070b4934cd4718e63aa46e140468bc6a60</id>
<content type='text'>
This patch adds description for the sdma engine related sysfs entries
for the HFI1 driver.

Reviewed-by: Dennis Dalessandro &lt;dennis.dalessandro@intel.com&gt;
Reviewed-by: Sebastian Sanchez &lt;sebastian.sanchez@intel.com&gt;
Reviewed-by: Jianxin Xiong &lt;jianxin.xiong@intel.com&gt;
Signed-off-by: Tadeusz Struk &lt;tadeusz.struk@intel.com&gt;
Signed-off-by: Dennis Dalessandro &lt;dennis.dalessandro@intel.com&gt;
Signed-off-by: Doug Ledford &lt;dledford@redhat.com&gt;
</content>
</entry>
</feed>
