[dpdk-dev] [PATCH v8 1/3] eal: introduce integer divide through reciprocal

Thomas Monjalon thomas at monjalon.net
Sat Jan 27 22:39:19 CET 2018


26/01/2018 06:04, Pavan Nikhilesh:
> In some use cases of integer division, denominator remains constant and
> numerator varies. It is possible to optimize division for such specific
> scenarios.
> 
> The librte_sched uses rte_reciprocal to optimize division so, moving it to
> eal/common would allow other libraries and applications to use it.
> 
> Signed-off-by: Pavan Nikhilesh <pbhagavatula at caviumnetworks.com>

Series applied, thanks



More information about the dev mailing list