And associated RPC to enable. Signed-off-by: paul luse <paul.e.luse@intel.com> Change-Id: I06785bcd8b8957293ad41d13bab556fe62f29fd5 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/12765 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
5 lines
132 B
Python
5 lines
132 B
Python
def iaa_scan_accel_engine(client):
|
|
"""Scan and enable IAA accel engine.
|
|
"""
|
|
return client.call('iaa_scan_accel_engine')
|