<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in iser_memory.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>71625ec9ad2a9bc8c09784fbd23b759830e0ee5f - sys: Remove $FreeBSD$: one-line .c comment pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/dev/iser/iser_memory.c#71625ec9ad2a9bc8c09784fbd23b759830e0ee5f</link>
        <description>sys: Remove $FreeBSD$: one-line .c comment patternRemove /^/[*/]\s*\$FreeBSD\$.*\n/

            List of files:
            /freebsd/sys/dev/iser/iser_memory.c</description>
        <pubDate>Wed, 16 Aug 2023 19:54:24 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c3987b8ea793c11f61fecb14ef93195a23e3522c - ibcore: Declare ib_post_send() and ib_post_recv() arguments const</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/dev/iser/iser_memory.c#c3987b8ea793c11f61fecb14ef93195a23e3522c</link>
        <description>ibcore: Declare ib_post_send() and ib_post_recv() arguments constSince neither ib_post_send() nor ib_post_recv() modify the data structuretheir second argument points at, declare that argument const. This changemakes it necessary to declare the &apos;bad_wr&apos; argument const too and also tomodify all ULPs that call ib_post_send(), ib_post_recv() orib_post_srq_recv(). This patch does not change any functionality but makesit possible for the compiler to verify whether theib_post_(send|recv|srq_recv) really do not modify the posted work request.Linux commit:f696bf6d64b195b83ca1bdb7cd33c999c9dcf5147bb1fafc2f163ad03a2007295bb2f57cfdbfb630d34ac5cd3a73aacd11009c4fc3ba15d7ea62c411MFC after:	1 weekReviewed by:	kibSponsored by:	Mellanox Technologies // NVIDIA Networking

            List of files:
            /freebsd/sys/dev/iser/iser_memory.c</description>
        <pubDate>Wed, 16 Jun 2021 15:01:54 +0200</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>87181516ef48be852d5e5fee53c6e0dbfc62f21e - RoCE/infiniband upgrade to Linux v4.9 for kernel and userspace.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/dev/iser/iser_memory.c#87181516ef48be852d5e5fee53c6e0dbfc62f21e</link>
        <description>RoCE/infiniband upgrade to Linux v4.9 for kernel and userspace.This commit merges projects/bsd_rdma_4_9 to head.List of kernel sources used:============================1) kernel sources were cloned from git://github.com/torvalds/linux.gitTop commit 69973b830859bc6529a7a0468ba0d80ee5117826 - tag: v4.9, linux-4.92) krping was cloned from https://github.com/larrystevenwise/krpingTop commit 292a2f1abf0348285e678a82264740d52e4dcfe4List of userspace sources used:===============================1) rdma-core was cloned from https://github.com/linux-rdma/rdma-core.gitTop commit d65138ef93af30b3ea249f3a84aa6a24ba7f8a752) OpenSM was cloned from git://git.openfabrics.org/~halr/opensm.gitTop commit 85f841cf209f791c89a075048a907020e924528d3) libibmad was cloned from git://git.openfabrics.org/~iraweiny/libibmad.gitTag 1.3.13 with some additional patches from Mellanox.4) infiniband-diags was cloned from git://git.openfabrics.org/~iraweiny/infiniband-diags.gitTag 1.6.7 with some additional patches from Mellanox.NOTES:======1) The mthca driver has been removed in kernel and in userspace.2) All GPLv2 only sources have been removed and where applicable   rewritten from scratch under a BSD license.3) List of fully supported drivers in userspace and kernel:   a) iw_cxgbe (Chelsio)   b) mlx4ib (Mellanox)   c) mlx5ib (Mellanox)4) WITH_OFED=YES is still required by make in order to build   OFED userspace and kernel code.5) Full support has been added for routable RoCE, RoCE v2.Sponsored by:	Mellanox Technologies

            List of files:
            /freebsd/sys/dev/iser/iser_memory.c</description>
        <pubDate>Fri, 24 Nov 2017 15:50:28 +0100</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>41dbd9dd1daa87ec7722fc7744236e66581cbc90 - Update iser backend code to use new ibcore APIs.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/dev/iser/iser_memory.c#41dbd9dd1daa87ec7722fc7744236e66581cbc90</link>
        <description>Update iser backend code to use new ibcore APIs.Sponsored by:	Mellanox Technologies

            List of files:
            /freebsd/sys/dev/iser/iser_memory.c</description>
        <pubDate>Thu, 16 Nov 2017 14:28:00 +0100</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4814a0a4ce8983cdae2a40a568d17f4c03baef3c - Bring in the Mellanox implementation of iSER (iSCSI over RDMA) initiator,</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/dev/iser/iser_memory.c#4814a0a4ce8983cdae2a40a568d17f4c03baef3c</link>
        <description>Bring in the Mellanox implementation of iSER (iSCSI over RDMA) initiator,written by Sagi Grimberg &lt;sagig at mellanox.com&gt; and Max Gurtovoy&lt;maxg at mellanox.com&gt;.This code comes from https://github.com/sagigrimberg/iser-freebsd, branchiser-rebase-11-current-r291993.  It&apos;s not connected to the build just yet;it still needs some tweaks to adapt to my changes to iSCSI infrastructure.Big thanks to Mellanox for their support for FreeBSD!Obtained from:	Mellanox TechnologiesMFC after:	1 monthRelnotes:	yes

            List of files:
            /freebsd/sys/dev/iser/iser_memory.c</description>
        <pubDate>Thu, 26 May 2016 11:49:29 +0200</pubDate>
        <dc:creator>Edward Tomasz Napierala &lt;trasz@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
