Skip to content

Commit 67c0f7a

Browse files
committed
doc: update to fe839a99f1239e6857b9e84c84f86bfd967413cd
Signed-off-by: spdk-bot <[email protected]>
1 parent cb1ee2a commit 67c0f7a

File tree

4 files changed

+299
-88
lines changed

4 files changed

+299
-88
lines changed

_doc_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
59490e39f0b4352837ccfe3808c4ab4cdd2e96f7
1+
fe839a99f1239e6857b9e84c84f86bfd967413cd

doc/changelog.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ <h1><a class="anchor" id="changelog-v26-01"></a>
136136
v26.01: (Upcoming Release)</h1>
137137
<h2>event</h2>
138138
<p>Added new public API: <code><a class="el" href="event_8h.html#af0bacd19103e80a4227b89fb0d08f4c0" title="Set up SPDK tracing for the application.">spdk_app_setup_trace()</a></code> to set up SPDK tracing for applications.</p>
139+
<h2>python</h2>
140+
<p>Deprecate some boolean python cli arguments to use new modern argparse format instead.</p>
139141
<h1>v25.09</h1>
140142
<h2>bdev</h2>
141143
<p><code>spdk_bdev_get_preferred_write_alignment</code>, <code>spdk_bdev_get_preferred_write_granularity</code>, <code>spdk_bdev_get_optimal_write_size</code>, <code>spdk_bdev_get_preferred_unmap_alignment</code> and <code>spdk_bdev_get_preferred_unmap_granularity</code> APIs were added.</p>

doc/deprecation.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,27 @@ <h1>Deprecation Notices</h1>
140140
<h2>bdev</h2>
141141
<h3><code>bdev_get_iostat</code></h3>
142142
<p><code>--name</code> option will be removed in the 26.05 release. <code>--names</code> option should be used instead, it allows providing array of devices names to obtain statistics from.</p>
143+
<h2>python/cli</h2>
144+
<h3><code>framework_monitor_context_switch</code></h3>
145+
<p>deprecate <code>--enable</code> and <code>--disable</code> in favor of single <code>--monitor/--no-monitor</code> option</p>
146+
<h3><code>bdev_set_options</code></h3>
147+
<p>deprecate <code>--enable-auto-examine</code> and <code>--disable-auto-examine</code> in favor of single <code>--auto-examine/--no-auto-examine</code> option deprecate <code>--enable-rdma-umr-per-io</code> and <code>--disable-rdma-umr-per-io</code> in favor of single <code>--rdma-umr-per-io/--no-rdma-umr-per-io</code> option</p>
148+
<h3><code>bdev_nvme_set_hotplug</code></h3>
149+
<p>deprecate <code>--enable</code> and <code>--disable</code> in favor of single <code>--hotplug/--no-hotplug</code> option</p>
150+
<h3><code>bdev_enable_histogram</code></h3>
151+
<p>deprecate <code>--enable</code> and <code>--disable</code> in favor of single <code>--histogram/--no-histogram</code> option</p>
152+
<h3><code>fsdev_aio_create</code></h3>
153+
<p>deprecate <code>--enable-xattr</code> and <code>--disable-xattr</code> in favor of single <code>--xattr/--no-xattr</code> option deprecate <code>--enable-writeback-cache</code> and <code>--disable-writeback-cache</code> in favor of single <code>--writeback-cache/--no-writeback-cache</code> option</p>
154+
<h3><code>iscsi_enable_histogram</code></h3>
155+
<p>deprecate <code>--enable</code> and <code>--disable</code> in favor of single <code>--histogram/--no-histogram</code> option</p>
156+
<h3><code>log_enable_timestamps</code></h3>
157+
<p>deprecate <code>--enable</code> and <code>--disable</code> in favor of single <code>--timestamps/--no-timestamps</code> option</p>
158+
<h3><code>nvmf_subsystem_allow_any_host</code></h3>
159+
<p>deprecate <code>--enable</code> and <code>--disable</code> in favor of single <code>--allow-any-host/--no-allow-any-host</code> option</p>
160+
<h3><code>sock_impl_set_options</code></h3>
161+
<p>deprecate <code>--enable-recv-pipe</code> and <code>--disable-recv-pipe</code> in favor of single <code>--recv-pipe/--no-recv-pipe</code> option deprecate <code>--enable-quickack</code> and <code>--disable-quickack</code> in favor of single <code>--quickack/--no-quickack</code> option deprecate <code>--enable-zerocopy-send-server</code> and <code>--disable-zerocopy-send-server</code> in favor of single <code>--zerocopy-send-server/--no-zerocopy-send-server</code> option deprecate <code>--enable-zerocopy-send-client</code> and <code>--disable-zerocopy-send-client</code> in favor of single <code>--zerocopy-send-client/--no-zerocopy-send-client</code> option deprecate <code>--enable-ktls</code> and <code>--disable-ktls</code> in favor of single <code>--ktls/--no-ktls</code> option</p>
162+
<h3><code>bdev_virtio_blk_set_hotplug</code></h3>
163+
<p>deprecate <code>--enable</code> and <code>--disable</code> in favor of single <code>--hotplug/--no-hotplug</code> option</p>
143164
<h2>util/net</h2>
144165
<h3><code>spdk_net_getaddr</code></h3>
145166
<p>Returning -1 and setting errno on this function is deprecated and will be changed in the 26.01 release. This function will return negative errno values instead.</p>

0 commit comments

Comments
 (0)