> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Pavan Nikhilesh > Sent: Sunday, September 3, 2017 1:36 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian <cristian.dumitre...@intel.com>; > step...@networkplumber.org; Pavan Nikhilesh > <pbhagavat...@caviumnetworks.com> > Subject: [dpdk-dev] [PATCH v3 1/3] eal: introduce integer divide through > reciprocal > > 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 <pbhagavat...@caviumnetworks.com> > ---
Reviewed-by: Anatoly Burakov <anatoly.bura...@intel.com>