CHANGELOG: Configuring TCP delayed ACK feature
Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Change-Id: I9cc1b5f1bf43682bff6aa876a27ff5f2409fd12d Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4778 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
5dcbf54bcf
commit
e99ac03100
@ -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
|
make the placement_id feature configurable by users. The default setting is
|
||||||
not enabled.
|
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
|
### rpc
|
||||||
|
|
||||||
A new optional parameter `enable_placement_id` was added to the `sock_impl_set_options`
|
New optional parameters, `enable_placement_id` and `enable_quickack` were added to the
|
||||||
RPC.
|
`sock_impl_set_options` RPC.
|
||||||
|
|
||||||
A new RPC `bdev_examine_bdev` was added to allow users to examine a bdev explicitly.
|
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`.
|
It can be used only if bdev_auto_examine is set to false by the RPC `bdev_set_options`.
|
||||||
|
Loading…
Reference in New Issue
Block a user