summaryrefslogtreecommitdiff
path: root/include/uapi/linux
diff options
context:
space:
mode:
authorAndy Zhou <azhou@nicira.com>2013-08-27 20:02:21 (GMT)
committerJesse Gross <jesse@nicira.com>2013-08-27 20:13:09 (GMT)
commit5828cd9a68873df1340b420371c02c47647878fb (patch)
treef32f417eecf4eab1f7a780b0191f4a1b0b0a9f1d /include/uapi/linux
parent02237373b1c61a09a4db329545e39cffc48910d5 (diff)
downloadlinux-fsl-qoriq-5828cd9a68873df1340b420371c02c47647878fb.tar.xz
openvswitch: optimize flow compare and mask functions
Make sure the sw_flow_key structure and valid mask boundaries are always machine word aligned. Optimize the flow compare and mask operations using machine word size operations. This patch improves throughput on average by 15% when CPU is the bottleneck of forwarding packets. This patch is inspired by ideas and code from a patch submitted by Peter Klausler titled "replace memcmp() with specialized comparator". However, The original patch only optimizes for architectures support unaligned machine word access. This patch optimizes for all architectures. Signed-off-by: Andy Zhou <azhou@nicira.com> Signed-off-by: Jesse Gross <jesse@nicira.com>
Diffstat (limited to 'include/uapi/linux')
0 files changed, 0 insertions, 0 deletions