2022-11-13 02:15:47 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Copyright (C) 2022 Intel Corporation.
|
|
|
|
# All rights reserved.
|
|
|
|
|
2022-08-08 21:43:24 +00:00
|
|
|
from spdk.rpc.helpers import deprecated_alias
|
|
|
|
|
|
|
|
|
|
|
|
@deprecated_alias('iaa_scan_accel_engine')
|
|
|
|
def iaa_scan_accel_module(client):
|
|
|
|
"""Scan and enable IAA accel module.
|
2022-05-20 19:08:38 +00:00
|
|
|
"""
|
2022-08-08 21:43:24 +00:00
|
|
|
return client.call('iaa_scan_accel_module')
|