<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pm24.git/include/linux/qed/qede_rdma.h, branch rust-6.12</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.kobert.dev/pm24.git/atom?h=rust-6.12</id>
<link rel='self' href='https://git.kobert.dev/pm24.git/atom?h=rust-6.12'/>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/'/>
<updated>2020-09-11T13:24:54Z</updated>
<entry>
<title>qede: Notify qedr when mtu has changed</title>
<updated>2020-09-11T13:24:54Z</updated>
<author>
<name>Michal Kalderon</name>
<email>michal.kalderon@marvell.com</email>
</author>
<published>2020-09-02T16:57:38Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=97fb3e33474897c35b7cfe6ff0e16a3e172d9249'/>
<id>urn:sha1:97fb3e33474897c35b7cfe6ff0e16a3e172d9249</id>
<content type='text'>
MTU change on ethtool is currently not supported for iWARP.  Notify qedr
driver so that appropriate logging can take place.

Link: https://lore.kernel.org/r/20200902165741.8355-6-michal.kalderon@marvell.com
Signed-off-by: Michal Kalderon &lt;michal.kalderon@marvell.com&gt;
Signed-off-by: Jason Gunthorpe &lt;jgg@nvidia.com&gt;
</content>
</entry>
<entry>
<title>net: qed: update copyright years</title>
<updated>2020-06-30T22:51:40Z</updated>
<author>
<name>Alexander Lobakin</name>
<email>alobakin@marvell.com</email>
</author>
<published>2020-06-29T11:05:09Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=663eacd899ac131dcfc2279184c1ce3c4fd2815f'/>
<id>urn:sha1:663eacd899ac131dcfc2279184c1ce3c4fd2815f</id>
<content type='text'>
Set the actual copyright holder and years in all qed source files.

Signed-off-by: Alexander Lobakin &lt;alobakin@marvell.com&gt;
Signed-off-by: Igor Russkikh &lt;irusskikh@marvell.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>net: qed: convert to SPDX License Identifiers</title>
<updated>2020-06-30T22:51:39Z</updated>
<author>
<name>Alexander Lobakin</name>
<email>alobakin@marvell.com</email>
</author>
<published>2020-06-29T11:05:08Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=1f4d4ed6acc5b74974fa038e5e9d2e19f3b532f3'/>
<id>urn:sha1:1f4d4ed6acc5b74974fa038e5e9d2e19f3b532f3</id>
<content type='text'>
QLogic QED drivers source code is dual licensed under
GPL-2.0/BSD-3-Clause.
Remove all the boilerplates in the existing code and replace it with the
correct SPDX tag.

Signed-off-by: Alexander Lobakin &lt;alobakin@marvell.com&gt;
Signed-off-by: Igor Russkikh &lt;irusskikh@marvell.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>qede: Error recovery process</title>
<updated>2019-01-28T18:58:41Z</updated>
<author>
<name>Tomer Tayar</name>
<email>tomer.tayar@cavium.com</email>
</author>
<published>2019-01-28T17:27:56Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=ccc67ef50b9085b895738d7720840eb6fe98745e'/>
<id>urn:sha1:ccc67ef50b9085b895738d7720840eb6fe98745e</id>
<content type='text'>
This patch adds the error recovery process in the qede driver.
The process includes a partial/customized driver unload and load, which
allows it to look like a short suspend period to the kernel while
preserving the net devices' state.

Signed-off-by: Tomer Tayar &lt;tomer.tayar@cavium.com&gt;
Signed-off-by: Ariel Elior &lt;ariel.elior@cavium.com&gt;
Signed-off-by: Michal Kalderon &lt;michal.kalderon@cavium.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>qede: Fix compilation without QED_RDMA</title>
<updated>2017-06-21T15:33:47Z</updated>
<author>
<name>Chad Dupuis</name>
<email>chad.dupuis@cavium.com</email>
</author>
<published>2017-06-21T05:26:34Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=da2e9cf03b8fccbb69dd1e215bb1e554ce8e8cbe'/>
<id>urn:sha1:da2e9cf03b8fccbb69dd1e215bb1e554ce8e8cbe</id>
<content type='text'>
When CONFIG_QED_RDMA isn't defined, we'd hit the following:

 /include/linux/qed/qede_rdma.h:84:19:
 warning: ‘qede_rdma_dev_add’ used but never defined [enabled by default]
 static inline int qede_rdma_dev_add(struct qede_dev *dev);

Fixes: bbfcd1e8e167 ("qed*: Set rdma generic functions prefix")
Signed-off-by: Chad Dupuis &lt;chad.dupuis@cavium.com&gt;
Signed-off-by: Yuval Mintz &lt;Yuval.Mintz@cavium.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>qed*: Set rdma generic functions prefix</title>
<updated>2017-06-20T16:34:08Z</updated>
<author>
<name>Michal Kalderon</name>
<email>Michal.Kalderon@cavium.com</email>
</author>
<published>2017-06-20T13:00:04Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=bbfcd1e8e1677b1e692144c5709945e1dfe1ed30'/>
<id>urn:sha1:bbfcd1e8e1677b1e692144c5709945e1dfe1ed30</id>
<content type='text'>
Rename the functions common to both iWARP and RoCE to have a prefix of
_rdma_ instead of _roce_.

Signed-off-by: Michal Kalderon &lt;Michal.Kalderon@cavium.com&gt;
Signed-off-by: Yuval Mintz &lt;Yuval.Mintz@cavium.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>qed*: qede_roce.[ch] -&gt; qede_rdma.[ch]</title>
<updated>2017-06-20T16:34:07Z</updated>
<author>
<name>Michal Kalderon</name>
<email>Michal.Kalderon@cavium.com</email>
</author>
<published>2017-06-20T13:00:03Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=b262a06e642cfb1eeb6c2c772f76dad674ada57e'/>
<id>urn:sha1:b262a06e642cfb1eeb6c2c772f76dad674ada57e</id>
<content type='text'>
Once we have iWARP support, the qede portion of the qedr&lt;-&gt;qede would
serve all the RDMA protocols - so rename the file to be appropriate
to its function.

While we're at it, we're also moving a couple of inclusions to it into
.h files and adding includes to make sure it contains all type
definitions it requires.

Signed-off-by: Michal Kalderon &lt;Michal.Kalderon@cavium.com&gt;
Signed-off-by: Yuval Mintz &lt;Yuval.Mintz@cavium.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
</feed>
