On Thu, Sep 17, 2015 at 04:04:25PM -0700, Joe Stringer wrote: > From: Daniele Di Proietto <[email protected]> > > 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 <[email protected]> > Acked-by: Jarno Rajahalme <[email protected]>
Acked-by: Ben Pfaff <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
