aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/fddi
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2014-07-08 14:39:09 -0700
committerDavid S. Miller <davem@davemloft.net>2014-07-08 14:39:09 -0700
commit90fb5679e568b11b89e02b87f7f4fe00c7589ce0 (patch)
tree8f30dc91827100ae42c0a90edc9cb00bb0fa56b4 /drivers/net/fddi
parentappletalk: fix a coccinella warning in net/appletalk/ddp.c (diff)
parentnet: sctp: Use pointers (not array indexes) to access sctp_cmd_seq_t.cmds[]. (diff)
downloadlinux-dev-90fb5679e568b11b89e02b87f7f4fe00c7589ce0.tar.xz
linux-dev-90fb5679e568b11b89e02b87f7f4fe00c7589ce0.zip
Merge branch 'sctp_command_queue'
David Laight says: ==================== net: sctp: Optimisations to sctp command queue code These 3 patches optimise the code that processes sctp's command queue. (A list of 'tasks' to be performed after the rest of the chunk processing.) 1) Inline all the functions from command.c 2) Remove the memset() calls used to zero a word-sized union. 3) Use pointers instead of array indexes. The combined changes reduce the code size (amd64) by a few kb. I'm not 100% convinced that the zeroing done in patch 2 is needed at all. On BE systems it is likely to generate more code than on LE ones. In fact it might be best to change the union to only contain 'long' sized items. Changes for v2: - Add some missing initialisers in patch 2/3 and delete them in 3/3. - Modify the commit message for 2/3 to point out that the union shouldn't need to be zeroed, but the patches aren't intended to change the behaviour even if the code is buggy. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/fddi')
0 files changed, 0 insertions, 0 deletions