<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:03:59 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-13761] MOFED 5.1 support</title>
                <link>https://jira.whamcloud.com/browse/LU-13761</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;I&apos;m testing MOFED 5.1 Beta candidate with lustre master. And I got the following compilation error:&lt;br/&gt;
Type &apos;make&apos; to build Lustre.&lt;br/&gt;
+ grep -q &apos;define[&lt;span class=&quot;error&quot;&gt;&amp;#91;:space:&amp;#93;&lt;/span&gt;]*HAVE_SERVER_SUPPORT&apos; config.h&lt;br/&gt;
+ make -j24 -s&lt;br/&gt;
Making all in .&lt;br/&gt;
/tmp/rpmbuild-lustre--ToFAMKNQ/BUILD/lustre-2.13.54_148_g3fcceea/lnet/klnds/o2iblnd/o2iblnd_cb.c: In function &apos;kiblnd_reject&apos;:&lt;br/&gt;
/tmp/rpmbuild-lustre--ToFAMKNQ/BUILD/lustre-2.13.54_148_g3fcceea/lnet/klnds/o2iblnd/o2iblnd_cb.c:2296:9: error: too few arguments to function &apos;rdma_reject&apos;&lt;br/&gt;
         rc = rdma_reject(cmid, rej, sizeof(*rej));&lt;br/&gt;
The error is related to a change in RDMA_CM API. The change came to MOFED from the upstream kernel:&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
commit 8094ba0ace7f6cd1e31ea8b151fba3594cadfa9a
Author: Leon Romanovsky &amp;lt;leonro@mellanox.com&amp;gt;
Date: Tue May 26 13:33:04 2020 +0300
RDMA/cma: Provide ECE reject reason
IBTA declares &lt;span class=&quot;code-quote&quot;&gt;&quot;vendor option not supported&quot;&lt;/span&gt; reject reason in REJ messages
 &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; passive side doesn&apos;t want to accept proposed ECE options.
Due to the fact that ECE is managed by userspace, there is a need to let
 users to provide such rejected reason.
Link: https:&lt;span class=&quot;code-comment&quot;&gt;//lore.kernel.org/r/20200526103304.196371-7-leon@kernel.org
&lt;/span&gt; Signed-off-by: Leon Romanovsky &amp;lt;leonro@mellanox.com&amp;gt;
 Signed-off-by: Jason Gunthorpe &amp;lt;jgg@mellanox.com&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;And the same error is expected with kernel 5.8.&lt;/p&gt;

&lt;p&gt;I have a patch for the lustre to support MOFED 5.1 and kernel 5.8. I will push the patch for review soon.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</description>
                <environment></environment>
        <key id="59873">LU-13761</key>
            <summary>MOFED 5.1 support</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="sergeygo">Sergey Gorenko</assignee>
                                    <reporter username="sergeygo">Sergey Gorenko</reporter>
                        <labels>
                    </labels>
                <created>Wed, 8 Jul 2020 07:25:35 +0000</created>
                <updated>Thu, 25 Feb 2021 14:45:38 +0000</updated>
                            <resolved>Tue, 15 Sep 2020 12:15:00 +0000</resolved>
                                                    <fixVersion>Lustre 2.14.0</fixVersion>
                    <fixVersion>Lustre 2.12.6</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="274789" author="gerrit" created="Wed, 8 Jul 2020 20:10:08 +0000"  >&lt;p&gt;Sergey Gorenko (sergeygo@mellanox.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/39323&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39323&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13761&quot; title=&quot;MOFED 5.1 support&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13761&quot;&gt;&lt;del&gt;LU-13761&lt;/del&gt;&lt;/a&gt; o2ib: Fix compilation with MOFED 5.1&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 4ddc15e21351b7a8a021c00e275c79da25b26659&lt;/p&gt;</comment>
                            <comment id="276901" author="gerrit" created="Fri, 7 Aug 2020 04:59:24 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39323/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39323/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13761&quot; title=&quot;MOFED 5.1 support&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13761&quot;&gt;&lt;del&gt;LU-13761&lt;/del&gt;&lt;/a&gt; o2ib: Fix compilation with MOFED 5.1&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 956deb0fe8195c7a0c38c66a5a8cc1e95c2c245e&lt;/p&gt;</comment>
                            <comment id="276941" author="pjones" created="Fri, 7 Aug 2020 14:23:29 +0000"  >&lt;p&gt;Landed for 2.14&lt;/p&gt;</comment>
                            <comment id="278475" author="gerrit" created="Tue, 1 Sep 2020 06:54:28 +0000"  >&lt;p&gt;Jian Yu (yujian@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/39781&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39781&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13761&quot; title=&quot;MOFED 5.1 support&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13761&quot;&gt;&lt;del&gt;LU-13761&lt;/del&gt;&lt;/a&gt; o2ib: Fix compilation with MOFED 5.1&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 3aefc95e209cf053f05426f72b950af8a7ce75fd&lt;/p&gt;</comment>
                            <comment id="279585" author="gerrit" created="Tue, 15 Sep 2020 05:09:28 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39781/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39781/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13761&quot; title=&quot;MOFED 5.1 support&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13761&quot;&gt;&lt;del&gt;LU-13761&lt;/del&gt;&lt;/a&gt; o2ib: Fix compilation with MOFED 5.1&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: ba702c79fbf81da830e0ba3d79f1f4efd9d50310&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="62224">LU-14297</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="59953">LU-13783</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10030" key="com.atlassian.jira.plugin.system.customfieldtypes:labels">
                        <customfieldname>Epic/Theme</customfieldname>
                        <customfieldvalues>
                                        <label>build</label>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i014lj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>