On 10/13/2023 8:46 AM, Chaoyong He wrote: > From: Zerun Fu <zerun...@corigine.com> > > The former commit imports a register read operation into the data path > logic, which will severely degrade performance. > Fix this bug by moving the register read logic out of the data path. > Read 'cap_extend' only once in the initialisation logic and store it > in the data structure. And all other logics that need this value should > get it from the data structure. > > Fixes: 310a1780581e ("net/nfp: support IPsec Rx and Tx offload") > Cc: shihong.w...@corigine.com > Cc: sta...@dpdk.org > > Signed-off-by: Zerun Fu <zerun...@corigine.com> > Reviewed-by: Long Wu <long...@corigine.com> > Reviewed-by: Peng Zhang <peng.zh...@corigine.com> > Reviewed-by: Chaoyong He <chaoyong...@corigine.com> >
Applied to dpdk-next-net/main, thanks.