On Thu, Sep 17, 2015 at 04:04:25PM -0700, Joe Stringer wrote:
> From: Daniele Di Proietto <diproiet...@vmware.com>
> 
> is_all_zeros() is quite slow for u128 initialization because:
> - It is not inlined
> - It checks byte by byte
> 
> This commit introduces a new function to perform this function, which
> improves performance in the DPDK packet processing path for upcoming
> commits that regularly check u128 values.
> 
> Signed-off-by: Joe Stringer <joestrin...@nicira.com>
> Acked-by: Jarno Rajahalme <jrajaha...@nicira.com>

Acked-by: Ben Pfaff <b...@nicira.com>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to