Commit e99ac031 authored by Shuhei Matsumoto's avatar Shuhei Matsumoto Committed by Tomasz Zawadzki
Browse files

CHANGELOG: Configuring TCP delayed ACK feature



Signed-off-by: default avatarShuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Change-Id: I9cc1b5f1bf43682bff6aa876a27ff5f2409fd12d
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4778


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarAleksey Marchuk <alexeymar@mellanox.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
parent 5dcbf54b
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -83,10 +83,13 @@ The `enable_placement_id` field was added in the struct spdk_sock_impl_opts to
make the placement_id feature configurable by users. The default setting is
not enabled.

The `enable_quick_ack` field was added in the struct spdk_sock_impl_opts to enable
or disable quick ack for the POSIX sock module. The default setting is not enabled.

### rpc

A new optional parameter `enable_placement_id` was added to the `sock_impl_set_options`
RPC.
New optional parameters, `enable_placement_id` and `enable_quickack` were added to the
`sock_impl_set_options` RPC.

A new RPC `bdev_examine_bdev` was added to allow users to examine a bdev explicitly.
It can be used only if bdev_auto_examine is set to false by the RPC `bdev_set_options`.