-
- Downloads
Merge branch 'ovs_hash'
Francesco Fusco says:
====================
ovs: introduce arch-specific fast hashing improvements
From: Daniel Borkmann <dborkman@redhat.com>
We are introducing a fast hash function (see patch1) that can be
used in the context of OpenVSwitch to reduce the hashing footprint
(patch2). For details, please see individual patches!
v1->v2:
- Make hash generic and place it under lib
====================
Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- arch/x86/include/asm/hash.h 7 additions, 0 deletionsarch/x86/include/asm/hash.h
- arch/x86/lib/Makefile 1 addition, 1 deletionarch/x86/lib/Makefile
- arch/x86/lib/hash.c 88 additions, 0 deletionsarch/x86/lib/hash.c
- include/asm-generic/hash.h 9 additions, 0 deletionsinclude/asm-generic/hash.h
- include/linux/hash.h 36 additions, 0 deletionsinclude/linux/hash.h
- lib/Makefile 1 addition, 1 deletionlib/Makefile
- lib/hash.c 38 additions, 0 deletionslib/hash.c
- net/openvswitch/flow_table.c 2 additions, 2 deletionsnet/openvswitch/flow_table.c
Loading
Please register or sign in to comment