Skip to content

Commit

Permalink
Updated v2023.2.1 Linux kernel documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
raghusha-xlnx committed Nov 10, 2023
1 parent 8ea2101 commit 6606aeb
Show file tree
Hide file tree
Showing 34 changed files with 52 additions and 45 deletions.
7 changes: 7 additions & 0 deletions master/QDMA/linux-kernel/html/_sources/build.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,13 @@ To enable VF 4K queue driver support for CPM5 design, build driver with the foll

[xilinx@]# make clean & make EQDMA_CPM5_VF_GT_256Q_SUPPORTED=1

To enable 10 bit tag driver support for gen5x8 performance measurements for CPM5 design, build driver with the following command

::

[xilinx@]# make clean & make EQDMA_CPM5_10BIT_TAG_ENABLE=1


**Kernel modules:**

+-------------------+--------------------+--------------------------------+
Expand Down
10 changes: 4 additions & 6 deletions master/QDMA/linux-kernel/html/_sources/dmactl.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ command:

``dma-ctl qdma<bbddf> q start idx <N> [dir <h2c|c2h|bi>] [idx_ringsz <0:15>] [idx_bufsz <0:15>] [idx_tmr <0:15>]
[idx_cntr <0:15>] [trigmode <every|usr_cnt|usr|usr_tmr|dis>] [cmptsz <0|1|2|3>] [desc_bypass_en] [pfetch_en] [pfetch_bypass_en]
[dis_cmpl_status] [dis_cmpl_status_acc] [dis_cmpl_status_pend_chk] [c2h_udd_en] [dis_fetch_credit] [dis_cmpt_stat] [c2h_cmpl_intr_en]
[dis_cmpl_status] [dis_cmpl_status_acc] [dis_cmpl_status_pend_chk] [c2h_udd_en] [fetch_credit <h2c|c2h|bi|none>] [c2h_cmpl_intr_en]
[cmpl_ovf_dis] [mm_chn <0:1>] [aperture_sz <Power of 2 aperture size>]``


Expand All @@ -219,8 +219,7 @@ command:
- dis_cmpl_status_acc : Disable completion status accumulation \( 1: Disable, 0: Enable \)
- dis_cmpl_status_pend_chk : Disable completion status pending check \( 1: Disable, 0: Enable \)
- c2h_udd_en : Enable immediate data\(User Defined Data\) \( 0: Disable, 1: Enable \)
- dis_fetch_credit: Disable fetch credit \( 1: Disable, 0: Enable \)
- dis_cmpt_stat : Disable completion status \( 1: Disable, 0: Enable \)
- fetch_credit : Enable fetch credit \(host-to-card \(h2c\), card-to-host \(c2h\), both \(bi\), disable \(none\)\)
- c2h_cmpl_intr_en : Enable c2h completion interval \( 0: Disable, 1: Enable \)
- cmpl_ovf_dis : Disable completion over flow check \( 1: Disable, 0: Enable \)
- mm_chn : MM Channel to be used(0/1)
Expand All @@ -244,7 +243,7 @@ command:

``dma-ctl qdma<bbddf> q start list <start_idx> <N> [dir <h2c|c2h|bi>] [idx_ringsz <0:15>] [idx_bufsz <0:15>] [idx_tmr <0:15>]
[idx_cntr <0:15>] [trigmode <every|usr_cnt|usr|usr_tmr|dis>] [cmptsz <0|1|2|3>] [desc_bypass_en] [pfetch_en] [pfetch_bypass_en]
[dis_cmpl_status] [dis_cmpl_status_acc] [dis_cmpl_status_pend_chk] [c2h_udd_en] [dis_fetch_credit] [dis_cmpt_stat] [c2h_cmpl_intr_en]
[dis_cmpl_status] [dis_cmpl_status_acc] [dis_cmpl_status_pend_chk] [c2h_udd_en] [fetch_credit <h2c|c2h|bi|none>] [c2h_cmpl_intr_en]
[cmpl_ovf_dis] [mm_chn <0:1>] [aperture_sz <Power of 2 aperture size>]``

This command allows the user to start a list of queues.
Expand All @@ -266,8 +265,7 @@ This command allows the user to start a list of queues.
- dis_cmpl_status : Disable completion status update
- dis_cmpl_status_pend_chk : Disable completion status pending check
- c2h_udd_en : Enable immdeiate data\(User Defined Data\)
- dis_fetch_credit: Disable fetch credit \( 1: Disable, 0: Enable \)
- dis_cmpt_stat : Disable completion status \( 1: Disable, 0: Enable \)
- fetch_credit : Enable fetch credit \(host-to-card \(h2c\), card-to-host \(c2h\), both \(bi\), disable \(none\)\)
- c2h_cmpl_intr_en : Enable c2h completion interval \( 0: Disable, 1: Enable \)
- cmpl_ovf_dis : Disable completion over flow check \( 1: Disable, 0: Enable \)
- mm_chn : MM Channel to be used(0/1)\)
Expand Down
2 changes: 1 addition & 1 deletion master/QDMA/linux-kernel/html/_sources/dmaperf.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DMA Performance Tool (dma-perf)
*******************************

Xilinx-developed custom tool``dma-perf`` is used to collect the performance metrics for unidirectional and bidirectional traffic. This tool is used with AXI Stream with Completion Example Design only.
Xilinx-developed custom tool``dma-perf`` is used to collect the performance metrics for unidirectional and bidirectional traffic. This tool is used with AXI Stream Loopback Example Design only.

=====
Note:
Expand Down
6 changes: 5 additions & 1 deletion master/QDMA/linux-kernel/html/build.html
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,10 @@ <h2>Building the QDMA Driver Software<a class="headerlink" href="#building-the-q
<div class="highlight-none"><div class="highlight"><pre><span></span>[xilinx@]# make clean &amp; make EQDMA_CPM5_VF_GT_256Q_SUPPORTED=1
</pre></div>
</div>
<p>To enable 10 bit tag driver support for gen5x8 performance measurements for CPM5 design, build driver with the following command</p>
<div class="highlight-none"><div class="highlight"><pre><span></span>[xilinx@]# make clean &amp; make EQDMA_CPM5_10BIT_TAG_ENABLE=1
</pre></div>
</div>
<p><strong>Kernel modules:</strong></p>
<table border="1" class="docutils">
<colgroup>
Expand Down Expand Up @@ -764,7 +768,7 @@ <h3>3. <strong>Dynamic Config Bar</strong><a class="headerlink" href="#dynamic-c
<div role="contentinfo" class="copyright">
<p class="footerinfo">
<span class="lastupdated">
Last updated on September 29, 2023.
Last updated on November 10, 2023.
</span>

</p>
Expand Down
2 changes: 1 addition & 1 deletion master/QDMA/linux-kernel/html/debugfs.html
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ <h1>QDMA Debug File System Support<a class="headerlink" href="#qdma-debug-file-s
<div role="contentinfo" class="copyright">
<p class="footerinfo">
<span class="lastupdated">
Last updated on September 29, 2023.
Last updated on November 10, 2023.
</span>

</p>
Expand Down
2 changes: 1 addition & 1 deletion master/QDMA/linux-kernel/html/devguide.html
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ <h1>Developers Guide<a class="headerlink" href="#developers-guide" title="Permal
<div role="contentinfo" class="copyright">
<p class="footerinfo">
<span class="lastupdated">
Last updated on September 29, 2023.
Last updated on November 10, 2023.
</span>

</p>
Expand Down
2 changes: 1 addition & 1 deletion master/QDMA/linux-kernel/html/dma-latency.html
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ <h1>DMA Latency Application (dma-latency)<a class="headerlink" href="#dma-latenc
<div role="contentinfo" class="copyright">
<p class="footerinfo">
<span class="lastupdated">
Last updated on September 29, 2023.
Last updated on November 10, 2023.
</span>

</p>
Expand Down
2 changes: 1 addition & 1 deletion master/QDMA/linux-kernel/html/dma_from_device.html
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ <h2>Note:<a class="headerlink" href="#note" title="Permalink to this headline">
<div role="contentinfo" class="copyright">
<p class="footerinfo">
<span class="lastupdated">
Last updated on September 29, 2023.
Last updated on November 10, 2023.
</span>

</p>
Expand Down
2 changes: 1 addition & 1 deletion master/QDMA/linux-kernel/html/dma_to_device.html
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ <h2>Note:<a class="headerlink" href="#note" title="Permalink to this headline">
<div role="contentinfo" class="copyright">
<p class="footerinfo">
<span class="lastupdated">
Last updated on September 29, 2023.
Last updated on November 10, 2023.
</span>

</p>
Expand Down
2 changes: 1 addition & 1 deletion master/QDMA/linux-kernel/html/dma_xfer_app.html
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ <h2>Note:<a class="headerlink" href="#note" title="Permalink to this headline">
<div role="contentinfo" class="copyright">
<p class="footerinfo">
<span class="lastupdated">
Last updated on September 29, 2023.
Last updated on November 10, 2023.
</span>

</p>
Expand Down
12 changes: 5 additions & 7 deletions master/QDMA/linux-kernel/html/dmactl.html
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ <h3>Start a Queue<a class="headerlink" href="#start-a-queue" title="Permalink to
<blockquote>
<div><code class="docutils literal"><span class="pre">dma-ctl</span> <span class="pre">qdma&lt;bbddf&gt;</span> <span class="pre">q</span> <span class="pre">start</span> <span class="pre">idx</span> <span class="pre">&lt;N&gt;</span> <span class="pre">[dir</span> <span class="pre">&lt;h2c|c2h|bi&gt;]</span> <span class="pre">[idx_ringsz</span> <span class="pre">&lt;0:15&gt;]</span> <span class="pre">[idx_bufsz</span> <span class="pre">&lt;0:15&gt;]</span> <span class="pre">[idx_tmr</span> <span class="pre">&lt;0:15&gt;]</span>
<span class="pre">[idx_cntr</span> <span class="pre">&lt;0:15&gt;]</span> <span class="pre">[trigmode</span> <span class="pre">&lt;every|usr_cnt|usr|usr_tmr|dis&gt;]</span> <span class="pre">[cmptsz</span> <span class="pre">&lt;0|1|2|3&gt;]</span> <span class="pre">[desc_bypass_en]</span> <span class="pre">[pfetch_en]</span> <span class="pre">[pfetch_bypass_en]</span>
<span class="pre">[dis_cmpl_status]</span> <span class="pre">[dis_cmpl_status_acc]</span> <span class="pre">[dis_cmpl_status_pend_chk]</span> <span class="pre">[c2h_udd_en]</span> <span class="pre">[dis_fetch_credit]</span> <span class="pre">[dis_cmpt_stat]</span> <span class="pre">[c2h_cmpl_intr_en]</span>
<span class="pre">[dis_cmpl_status]</span> <span class="pre">[dis_cmpl_status_acc]</span> <span class="pre">[dis_cmpl_status_pend_chk]</span> <span class="pre">[c2h_udd_en]</span> <span class="pre">[fetch_credit</span> <span class="pre">&lt;h2c|c2h|bi|none&gt;]</span> <span class="pre">[c2h_cmpl_intr_en]</span>
<span class="pre">[cmpl_ovf_dis]</span> <span class="pre">[mm_chn</span> <span class="pre">&lt;0:1&gt;]</span> <span class="pre">[aperture_sz</span> <span class="pre">&lt;Power</span> <span class="pre">of</span> <span class="pre">2</span> <span class="pre">aperture</span> <span class="pre">size&gt;]</span></code></div></blockquote>
<p><strong>Parameters</strong></p>
<ul class="simple">
Expand All @@ -663,8 +663,7 @@ <h3>Start a Queue<a class="headerlink" href="#start-a-queue" title="Permalink to
<li>dis_cmpl_status_acc : Disable completion status accumulation ( 1: Disable, 0: Enable )</li>
<li>dis_cmpl_status_pend_chk : Disable completion status pending check ( 1: Disable, 0: Enable )</li>
<li>c2h_udd_en : Enable immediate data(User Defined Data) ( 0: Disable, 1: Enable )</li>
<li>dis_fetch_credit: Disable fetch credit ( 1: Disable, 0: Enable )</li>
<li>dis_cmpt_stat : Disable completion status ( 1: Disable, 0: Enable )</li>
<li>fetch_credit : Enable fetch credit (host-to-card (h2c), card-to-host (c2h), both (bi), disable (none))</li>
<li>c2h_cmpl_intr_en : Enable c2h completion interval ( 0: Disable, 1: Enable )</li>
<li>cmpl_ovf_dis : Disable completion over flow check ( 1: Disable, 0: Enable )</li>
<li>mm_chn : MM Channel to be used(0/1)</li>
Expand All @@ -688,7 +687,7 @@ <h3>Start a List of Queues<a class="headerlink" href="#start-a-list-of-queues" t
<blockquote>
<div><code class="docutils literal"><span class="pre">dma-ctl</span> <span class="pre">qdma&lt;bbddf&gt;</span> <span class="pre">q</span> <span class="pre">start</span> <span class="pre">list</span> <span class="pre">&lt;start_idx&gt;</span> <span class="pre">&lt;N&gt;</span> <span class="pre">[dir</span> <span class="pre">&lt;h2c|c2h|bi&gt;]</span> <span class="pre">[idx_ringsz</span> <span class="pre">&lt;0:15&gt;]</span> <span class="pre">[idx_bufsz</span> <span class="pre">&lt;0:15&gt;]</span> <span class="pre">[idx_tmr</span> <span class="pre">&lt;0:15&gt;]</span>
<span class="pre">[idx_cntr</span> <span class="pre">&lt;0:15&gt;]</span> <span class="pre">[trigmode</span> <span class="pre">&lt;every|usr_cnt|usr|usr_tmr|dis&gt;]</span> <span class="pre">[cmptsz</span> <span class="pre">&lt;0|1|2|3&gt;]</span> <span class="pre">[desc_bypass_en]</span> <span class="pre">[pfetch_en]</span> <span class="pre">[pfetch_bypass_en]</span>
<span class="pre">[dis_cmpl_status]</span> <span class="pre">[dis_cmpl_status_acc]</span> <span class="pre">[dis_cmpl_status_pend_chk]</span> <span class="pre">[c2h_udd_en]</span> <span class="pre">[dis_fetch_credit]</span> <span class="pre">[dis_cmpt_stat]</span> <span class="pre">[c2h_cmpl_intr_en]</span>
<span class="pre">[dis_cmpl_status]</span> <span class="pre">[dis_cmpl_status_acc]</span> <span class="pre">[dis_cmpl_status_pend_chk]</span> <span class="pre">[c2h_udd_en]</span> <span class="pre">[fetch_credit</span> <span class="pre">&lt;h2c|c2h|bi|none&gt;]</span> <span class="pre">[c2h_cmpl_intr_en]</span>
<span class="pre">[cmpl_ovf_dis]</span> <span class="pre">[mm_chn</span> <span class="pre">&lt;0:1&gt;]</span> <span class="pre">[aperture_sz</span> <span class="pre">&lt;Power</span> <span class="pre">of</span> <span class="pre">2</span> <span class="pre">aperture</span> <span class="pre">size&gt;]</span></code></div></blockquote>
<p>This command allows the user to start a list of queues.</p>
<p><strong>Parameters</strong></p>
Expand All @@ -708,8 +707,7 @@ <h3>Start a List of Queues<a class="headerlink" href="#start-a-list-of-queues" t
<li>dis_cmpl_status : Disable completion status update</li>
<li>dis_cmpl_status_pend_chk : Disable completion status pending check</li>
<li>c2h_udd_en : Enable immdeiate data(User Defined Data)</li>
<li>dis_fetch_credit: Disable fetch credit ( 1: Disable, 0: Enable )</li>
<li>dis_cmpt_stat : Disable completion status ( 1: Disable, 0: Enable )</li>
<li>fetch_credit : Enable fetch credit (host-to-card (h2c), card-to-host (c2h), both (bi), disable (none))</li>
<li>c2h_cmpl_intr_en : Enable c2h completion interval ( 0: Disable, 1: Enable )</li>
<li>cmpl_ovf_dis : Disable completion over flow check ( 1: Disable, 0: Enable )</li>
<li>mm_chn : MM Channel to be used(0/1))</li>
Expand Down Expand Up @@ -1916,7 +1914,7 @@ <h3>Dump detailed register info<a class="headerlink" href="#dump-detailed-regist
<div role="contentinfo" class="copyright">
<p class="footerinfo">
<span class="lastupdated">
Last updated on September 29, 2023.
Last updated on November 10, 2023.
</span>

</p>
Expand Down
4 changes: 2 additions & 2 deletions master/QDMA/linux-kernel/html/dmaperf.html
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@

<div class="section" id="dma-performance-tool-dma-perf">
<h1>DMA Performance Tool (dma-perf)<a class="headerlink" href="#dma-performance-tool-dma-perf" title="Permalink to this headline"></a></h1>
<p>Xilinx-developed custom tool``dma-perf`` is used to collect the performance metrics for unidirectional and bidirectional traffic. This tool is used with AXI Stream with Completion Example Design only.</p>
<p>Xilinx-developed custom tool``dma-perf`` is used to collect the performance metrics for unidirectional and bidirectional traffic. This tool is used with AXI Stream Loopback Example Design only.</p>
<div class="section" id="note">
<h2>Note:<a class="headerlink" href="#note" title="Permalink to this headline"></a></h2>
<p>The name of the application in previous releases before 2020.1 was <code class="docutils literal"><span class="pre">dmaperf</span></code>. If user installed <code class="docutils literal"><span class="pre">dmaperf</span></code> application aleady in <code class="docutils literal"><span class="pre">/usr/local/sbin</span></code> area, make sure to uninstall the old application(s). Using <code class="docutils literal"><span class="pre">dmaperf</span></code> aginst latest driver would lead to undefined behaviour and errors may be observed.</p>
Expand Down Expand Up @@ -582,7 +582,7 @@ <h2>Note:<a class="headerlink" href="#note" title="Permalink to this headline">
<div role="contentinfo" class="copyright">
<p class="footerinfo">
<span class="lastupdated">
Last updated on September 29, 2023.
Last updated on November 10, 2023.
</span>

</p>
Expand Down
2 changes: 1 addition & 1 deletion master/QDMA/linux-kernel/html/features.html
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ <h2>QDMA Software Features<a class="headerlink" href="#qdma-software-features" t
<div role="contentinfo" class="copyright">
<p class="footerinfo">
<span class="lastupdated">
Last updated on September 29, 2023.
Last updated on November 10, 2023.
</span>

</p>
Expand Down
2 changes: 1 addition & 1 deletion master/QDMA/linux-kernel/html/flr.html
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ <h1>QDMA Function Level Reset (FLR)<a class="headerlink" href="#qdma-function-le
<div role="contentinfo" class="copyright">
<p class="footerinfo">
<span class="lastupdated">
Last updated on September 29, 2023.
Last updated on November 10, 2023.
</span>

</p>
Expand Down
2 changes: 1 addition & 1 deletion master/QDMA/linux-kernel/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ <h2 id="T">T</h2>
<div role="contentinfo" class="copyright">
<p class="footerinfo">
<span class="lastupdated">
Last updated on September 29, 2023.
Last updated on November 10, 2023.
</span>

</p>
Expand Down
2 changes: 1 addition & 1 deletion master/QDMA/linux-kernel/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ <h1>Xilinx QDMA Linux Driver<a class="headerlink" href="#xilinx-qdma-linux-drive
<div role="contentinfo" class="copyright">
<p class="footerinfo">
<span class="lastupdated">
Last updated on September 29, 2023.
Last updated on November 10, 2023.
</span>

</p>
Expand Down
2 changes: 1 addition & 1 deletion master/QDMA/linux-kernel/html/linux_dpdk_interop.html
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ <h2><strong>Note</strong><a class="headerlink" href="#note" title="Permalink to
<div role="contentinfo" class="copyright">
<p class="footerinfo">
<span class="lastupdated">
Last updated on September 29, 2023.
Last updated on November 10, 2023.
</span>

</p>
Expand Down
2 changes: 1 addition & 1 deletion master/QDMA/linux-kernel/html/performance.html
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ <h1>QDMA Performance<a class="headerlink" href="#qdma-performance" title="Permal
<div role="contentinfo" class="copyright">
<p class="footerinfo">
<span class="lastupdated">
Last updated on September 29, 2023.
Last updated on November 10, 2023.
</span>

</p>
Expand Down
2 changes: 1 addition & 1 deletion master/QDMA/linux-kernel/html/pf_vf_shutdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ <h1>PF/VF Shutdown<a class="headerlink" href="#pf-vf-shutdown" title="Permalink
<div role="contentinfo" class="copyright">
<p class="footerinfo">
<span class="lastupdated">
Last updated on September 29, 2023.
Last updated on November 10, 2023.
</span>

</p>
Expand Down
2 changes: 1 addition & 1 deletion master/QDMA/linux-kernel/html/qdma_design.html
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ <h2>Tandem Boot Support<a class="headerlink" href="#tandem-boot-support" title="
<div role="contentinfo" class="copyright">
<p class="footerinfo">
<span class="lastupdated">
Last updated on September 29, 2023.
Last updated on November 10, 2023.
</span>

</p>
Expand Down
2 changes: 1 addition & 1 deletion master/QDMA/linux-kernel/html/qdma_linux_export.html
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ <h1>QDMA Linux Driver Exported APIs<a class="headerlink" href="#qdma-linux-drive
<div role="contentinfo" class="copyright">
<p class="footerinfo">
<span class="lastupdated">
Last updated on September 29, 2023.
Last updated on November 10, 2023.
</span>

</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ <h2>Macros<a class="headerlink" href="#macros" title="Permalink to this headline
<div role="contentinfo" class="copyright">
<p class="footerinfo">
<span class="lastupdated">
Last updated on September 29, 2023.
Last updated on November 10, 2023.
</span>

</p>
Expand Down
2 changes: 1 addition & 1 deletion master/QDMA/linux-kernel/html/qdma_linux_export_enums.html
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@
<div role="contentinfo" class="copyright">
<p class="footerinfo">
<span class="lastupdated">
Last updated on September 29, 2023.
Last updated on November 10, 2023.
</span>

</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2270,7 +2270,7 @@ <h1>Global Functions<a class="headerlink" href="#global-functions" title="Permal
<div role="contentinfo" class="copyright">
<p class="footerinfo">
<span class="lastupdated">
Last updated on September 29, 2023.
Last updated on November 10, 2023.
</span>

</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1264,7 +1264,7 @@
<div role="contentinfo" class="copyright">
<p class="footerinfo">
<span class="lastupdated">
Last updated on September 29, 2023.
Last updated on November 10, 2023.
</span>

</p>
Expand Down
2 changes: 1 addition & 1 deletion master/QDMA/linux-kernel/html/qdma_mailbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ <h1>QDMA Mailbox<a class="headerlink" href="#qdma-mailbox" title="Permalink to t
<div role="contentinfo" class="copyright">
<p class="footerinfo">
<span class="lastupdated">
Last updated on September 29, 2023.
Last updated on November 10, 2023.
</span>

</p>
Expand Down
2 changes: 1 addition & 1 deletion master/QDMA/linux-kernel/html/qdma_resmgmt.html
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ <h2>Multiple devices on single Host managed by Single driver<a class="headerlink
<div role="contentinfo" class="copyright">
<p class="footerinfo">
<span class="lastupdated">
Last updated on September 29, 2023.
Last updated on November 10, 2023.
</span>

</p>
Expand Down
2 changes: 1 addition & 1 deletion master/QDMA/linux-kernel/html/qdma_usecases.html
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ <h2>ST C2H(Card-to-Host)<a class="headerlink" href="#st-c2h-card-to-host" title=
<div role="contentinfo" class="copyright">
<p class="footerinfo">
<span class="lastupdated">
Last updated on September 29, 2023.
Last updated on November 10, 2023.
</span>

</p>
Expand Down
2 changes: 1 addition & 1 deletion master/QDMA/linux-kernel/html/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@
<div role="contentinfo" class="copyright">
<p class="footerinfo">
<span class="lastupdated">
Last updated on September 29, 2023.
Last updated on November 10, 2023.
</span>

</p>
Expand Down
2 changes: 1 addition & 1 deletion master/QDMA/linux-kernel/html/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion master/QDMA/linux-kernel/html/system-requirements.html
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ <h2>Notes about GCC versions<a class="headerlink" href="#notes-about-gcc-version
<div role="contentinfo" class="copyright">
<p class="footerinfo">
<span class="lastupdated">
Last updated on September 29, 2023.
Last updated on November 10, 2023.
</span>

</p>
Expand Down
2 changes: 1 addition & 1 deletion master/QDMA/linux-kernel/html/tandem_boot_support.html
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ <h2>Step#5: MM DMA to and from PL BRAM to test<a class="headerlink" href="#step-
<div role="contentinfo" class="copyright">
<p class="footerinfo">
<span class="lastupdated">
Last updated on September 29, 2023.
Last updated on November 10, 2023.
</span>

</p>
Expand Down
Loading

0 comments on commit 6606aeb

Please sign in to comment.