We removed all of the existing deprecated aliases recently, but didn't remove the associated imports. Found by lgtm.com. Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: I2b8526254da26ad4a9b34eb67b155dacfe9a5e57 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/12862 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
5 lines
126 B
Python
5 lines
126 B
Python
def ioat_scan_accel_engine(client):
|
|
"""Enable IOAT accel engine.
|
|
"""
|
|
return client.call('ioat_scan_accel_engine')
|