On 10/13/2023 8:46 AM, Chaoyong He wrote: > From: Zerun Fu <[email protected]> > > 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: [email protected] > Cc: [email protected] > > Signed-off-by: Zerun Fu <[email protected]> > Reviewed-by: Long Wu <[email protected]> > Reviewed-by: Peng Zhang <[email protected]> > Reviewed-by: Chaoyong He <[email protected]> >
Applied to dpdk-next-net/main, thanks.

