]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rxrpc: Use a large kvec[] in rxrpc_local rather than every rxrpc_txbuf
authorDavid Howells <dhowells@redhat.com>
Wed, 4 Dec 2024 07:46:36 +0000 (07:46 +0000)
committerJakub Kicinski <kuba@kernel.org>
Mon, 9 Dec 2024 21:48:25 +0000 (13:48 -0800)
commit420f8af502877a34dd371a7c8b6b943594487ebb
tree671644d84ee70496fadc165403b3680024ba58b9
parent8b5823ea437624b53ecf084b6dd582760f110394
rxrpc: Use a large kvec[] in rxrpc_local rather than every rxrpc_txbuf

Use a single large kvec[] in the rxrpc_local struct rather than one in
every rxrpc_txbuf struct to build large packets to save on memory.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: linux-afs@lists.infradead.org
Link: https://patch.msgid.link/20241204074710.990092-9-dhowells@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/rxrpc/ar-internal.h
net/rxrpc/output.c