From e99ac031000b509e50f4c6d4ca41e8404027f025 Mon Sep 17 00:00:00 2001 From: Shuhei Matsumoto Date: Sat, 17 Oct 2020 01:04:00 +0900 Subject: [PATCH] CHANGELOG: Configuring TCP delayed ACK feature Signed-off-by: Shuhei Matsumoto Change-Id: I9cc1b5f1bf43682bff6aa876a27ff5f2409fd12d Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4778 Tested-by: SPDK CI Jenkins Reviewed-by: Aleksey Marchuk Reviewed-by: Jim Harris --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c70a3d0a..d593ca582 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`.