diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2023-07-19 14:31:16 -0400 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2023-08-29 17:45:22 -0400 |
commit | baabf59c24145612e4a975f459a5024389f13f5d (patch) | |
tree | eb2a6e2fdce90b23287baf5185336ec4da2b5bfa /net/ipv6/calipso.c | |
parent | e18e157bb5c8c1cd8a9ba25acfdcf4f3035836f4 (diff) |
SUNRPC: Convert svc_udp_sendto() to use the per-socket bio_vec array
Commit da1661b93bf4 ("SUNRPC: Teach server to use xprt_sock_sendmsg
for socket sends") modified svc_udp_sendto() to use xprt_sock_sendmsg()
because we originally believed xprt_sock_sendmsg() would be needed
for TLS support. That does not actually appear to be the case.
In addition, the linkage between the client and server send code has
been a bit of a maintenance headache because of the distinct ways
that the client and server handle memory allocation.
Going forward, eventually the XDR layer will deal with its buffers
in the form of bio_vec arrays, so convert this function accordingly.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'net/ipv6/calipso.c')
0 files changed, 0 insertions, 0 deletions