Commit 24f6172a authored by Slawomir Ptak's avatar Slawomir Ptak Committed by Tomasz Zawadzki
Browse files

rpc: fix new line formatting



Signed-off-by: default avatarSlawomir Ptak <slawomir.ptak@intel.com>
Change-Id: I2ab213f6ab1751895b9bef138cc4cbd4892ea29e
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16719


Reviewed-by: default avatarTomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
parent 0093da08
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
#   All rights reserved.
#


def compressdev_scan_accel_module(client, pmd):
    """Scan and enable compressdev module and set pmd option.

+1 −0
Original line number Diff line number Diff line
@@ -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.
    """
+1 −0
Original line number Diff line number Diff line
@@ -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.

+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
#  Copyright (C) 2022 Intel Corporation.
#  All rights reserved.


def ublk_create_target(client, cpumask=None):
    params = {}
    if cpumask: