Spdk/python/spdk/rpc/ioat.py

8 lines
166 B
Python
Raw Normal View History

from .helpers import deprecated_alias
def ioat_scan_accel_engine(client):
"""Enable IOAT accel engine.
"""
return client.call('ioat_scan_accel_engine')