Breno Leitao <leitao@xxxxxxxxxx> writes: > Add initial support for SOCKET_URING_OP_SETSOCKOPT. This new command is > similar to setsockopt. This implementation leverages the function > do_sock_setsockopt(), which is shared with the setsockopt() system call > path. > > Important to say that userspace needs to keep the pointer's memory alive > until the operation is completed. I.e, the memory could not be > deallocated before the CQE is returned to userspace. > > Signed-off-by: Breno Leitao <leitao@xxxxxxxxxx> likewise.. Reviewed-by: Gabriel Krisman Bertazi <krisman@xxxxxxx> -- Gabriel Krisman Bertazi