Hi, > -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of Vladimir > Medvedkin > Sent: Tuesday, August 22, 2017 4:57 PM > To: Yangchao Zhou <[email protected]> > Cc: [email protected] > Subject: Re: [dpdk-dev] [PATCH] hash: optimize the softrss computation > > Hi, > > 2017-08-22 15:02 GMT+03:00 Yangchao Zhou <[email protected]>: > > > Use rte_bsf32 and fast bit unset operation to optimize the softrss > > computation. > > The following measurements shows improvement over the default softrss > > computation function. > > > > tuple lens old(cycles) new(cycles) > > 3 1225 337 > > 9 3743 992 > > > > Signed-off-by: Yangchao Zhou <[email protected]>
Commit message is a bit long. Could you wrap it to have less than 75 characters per line? Although, the patch itself has lines with more than 90 characters, which should be avoided: http://dpdk.org/ml/archives/test-report/2017-August/027283.html Last thing, the "Reviewed-by" has an extra space, before the name. Thanks, Pablo > > > Looks good for me. Thanks! > > Reviewed-by: Medvedkin Vladimir <[email protected]> > > -- > Regards, > Vladimir

