scripts/nvmf: replace deprecated enable_zerocopy_send by enable_zerocopy_send_server
Signed-off-by: wawryk <maciejx.wawryk@intel.com> Change-Id: I98ee388059e522946f4111ab4c414208c8a68daf Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/8798 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by: Karol Latecki <karol.latecki@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
parent
0c64044400
commit
7cb301c042
@ -1140,7 +1140,7 @@ class SPDKTarget(Target):
|
||||
|
||||
if self.enable_zcopy:
|
||||
rpc.sock.sock_impl_set_options(self.client, impl_name="posix",
|
||||
enable_zerocopy_send=True)
|
||||
enable_zerocopy_send_server=True)
|
||||
self.log_print("Target socket options:")
|
||||
rpc.client.print_dict(rpc.sock.sock_impl_get_options(self.client, impl_name="posix"))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user