# 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')