Some of the options in sock_impl_opts could be different for different sockets (even if they're using the same impl). However, outside of a few selected options (recv_buf_size, send_buf_size), there was no interface to change them. This change will allow users to change impl_opts on a per-socket basis when creating a socket. Sockets created through accept() inherit impl_opts from the listening socket. Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: I7628ae19def25cef6ffa62aa54bd34e446632579 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13661 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> Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Mellanox Build Bot |
||
---|---|---|
.. | ||
accel | ||
bdev | ||
blob | ||
blobfs | ||
env_dpdk | ||
event | ||
scheduler | ||
sock | ||
Makefile |