Spdk/python/spdk/rpc/ioat.py

5 lines
126 B
Python
Raw Normal View History

def ioat_scan_accel_engine(client):
"""Enable IOAT accel engine.
"""
return client.call('ioat_scan_accel_engine')