Re: [PATCH v4 1/4] nvmet-tcp: unify sockopt with do_sock_setsockopt
Hannes Reinecke <[email protected]>
| Newsgroups | org.infradead.lists.linux-nvme,dev.linux.lists.mptcp,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On 8/18/26 8:03 AM, Geliang Tang wrote: > From: Geliang Tang <[email protected]> > > This patch consolidates socket option settings in nvmet-tcp by utilizing > the generic do_sock_setsockopt() helper for options including SO_LINGER, > SO_PRIORITY, SO_REUSEADDR, TCP_NODELAY, and IP_TOS. This change eliminates > the need to export and use specialized helpers for each individual socket > option. > > A key benefit of this refactoring is that it decouples the socket option > configuration from the underlying transport protocol. This makes it > easier to extend nvmet-tcp to support other protocols, such as MPTCP, in > the future, as do_sock_setsockopt() abstracts away protocol-specific > differences without requiring per-option protocol-specific wrappers. > > Signed-off-by: Geliang Tang <[email protected]> > --- > drivers/nvme/target/tcp.c | 82 ++++++++++++++++++++++++++++++++++----- > 1 file changed, 72 insertions(+), 10 deletions(-) > Reviewed-by: Hannes Reinecke <[email protected]> Cheers, Hannes -- Dr. Hannes Reinecke Kernel Storage Architect [email protected] +49 911 74053 688 SUSE Software Solutions GmbH, Frankenstr. 146, 90461 Nürnberg HRB 36809 (AG Nürnberg), GF: I. Totev, A. McDonald, W. Knoblich