On Wed, Feb 27, 2019 at 05:44:06PM +0800, Yanqin Wei wrote:
> "hash_bytes128" has two versions for 64 bits and 32 bits system. This
> should be common optimization for their respective platforms. But 64 bits
> version was only enabled in x86-64. This patch enable it for aarch64
> platform.
> Micro benchmarking test was run in two kinds of arm platform. It was
> observed that 50% performance improvement in thunderX2 and 40% improvement
> in TaiShan(Cortex-A72).
> 
> Signed-off-by: Yanqin Wei <yanqin....@arm.com>

Thanks, applied to master.

(Maybe we should just enable it for all 64-bit systems with something
like #if UINTPTR_MAX >= UINT64_MAX.)
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to