rpc: fix new line formatting
Signed-off-by: Slawomir Ptak <slawomir.ptak@intel.com> Change-Id: I2ab213f6ab1751895b9bef138cc4cbd4892ea29e Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16719 Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
parent
0093da08a8
commit
24f6172ac8
@ -3,6 +3,7 @@
|
||||
# All rights reserved.
|
||||
#
|
||||
|
||||
|
||||
def compressdev_scan_accel_module(client, pmd):
|
||||
"""Scan and enable compressdev module and set pmd option.
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
# Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES.
|
||||
# All rights reserved.
|
||||
|
||||
|
||||
def dpdk_cryptodev_scan_accel_module(client):
|
||||
"""Enable dpdk_cryptodev accel module.
|
||||
"""
|
||||
|
@ -2,6 +2,7 @@
|
||||
# Copyright (C) 2022 Intel Corporation.
|
||||
# All rights reserved.
|
||||
|
||||
|
||||
def iobuf_set_options(client, small_pool_count, large_pool_count, small_bufsize, large_bufsize):
|
||||
"""Set iobuf pool options.
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
# Copyright (C) 2022 Intel Corporation.
|
||||
# All rights reserved.
|
||||
|
||||
|
||||
def ublk_create_target(client, cpumask=None):
|
||||
params = {}
|
||||
if cpumask:
|
||||
|
Loading…
Reference in New Issue
Block a user