summaryrefslogtreecommitdiff
path: root/iosched.c
AgeCommit message (Collapse)AuthorFilesLines
2013-06-03iosched: break out io scheduling functions from xutilsDaniel Borkmann1-0/+76
Break this stuff out, for better maintainability and readability. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
mit-info'> authorDavid Howells <dhowells@redhat.com>2016-09-17 10:49:12 +0100 committerDavid Howells <dhowells@redhat.com>2016-09-17 10:54:32 +0100 commit182f50562490e5861afaa7a2e42dcc0dd9dcfcca (patch) tree93344d187c6cd6e5e2e31db46def9558eb8d2bdc parent2311e327cda015a24a201efc7655a9a983679e55 (diff)
rxrpc: Fix the basic transmit DATA packet content size at 1412 bytes
Fix the basic transmit DATA packet content size at 1412 bytes so that they can be arbitrarily assembled into jumbo packets. In the future, I'm thinking of moving to keeping a jumbo packet header at the beginning of each packet in the Tx queue and creating the packet header on the spot when kernel_sendmsg() is invoked. That way, jumbo packets can be assembled on the spur of the moment for (re-)transmission. Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat