You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Added new public API: <code><aclass="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>
139
141
<h1>v25.09</h1>
140
142
<h2>bdev</h2>
141
143
<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>
Copy file name to clipboardExpand all lines: doc/deprecation.html
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -140,6 +140,27 @@ <h1>Deprecation Notices</h1>
140
140
<h2>bdev</h2>
141
141
<h3><code>bdev_get_iostat</code></h3>
142
142
<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>
<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>
<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>
143
164
<h2>util/net</h2>
144
165
<h3><code>spdk_net_getaddr</code></h3>
145
166
<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