Spdk/python/spdk/rpc/ioat.py

13 lines
325 B
Python
Raw Normal View History

# SPDX-License-Identifier: BSD-3-Clause
# Copyright (C) 2021 Intel Corporation.
# All rights reserved.
from spdk.rpc.helpers import deprecated_alias
@deprecated_alias('ioat_scan_accel_engine')
def ioat_scan_accel_module(client):
"""Enable IOAT accel module.
"""
return client.call('ioat_scan_accel_module')