Hi Pablo, Thanks, looks great!
Regards, Fan > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Tuesday, September 5, 2017 3:20 AM > To: Doherty, Declan <[email protected]>; Zhang, Roy Fan > <[email protected]>; [email protected] > Cc: [email protected]; De Lara Guarch, Pablo <[email protected]> > Subject: [PATCH v2 0/8] Remove temporary digest allocation > > When performing authentication verification, some crypto PMDs require > extra memory where the generated digest can be placed. > Currently, these PMDs are getting the memory from the end of the source > mbuf, which might fail if there is not enough tailroom. > > To avoid this situation, some memory is allocated in each queue pair of the > device, to store temporarily these digests. > > Changes in v2: > - Removed incorrect indirection when getting the memory > to store the generated digest (i.e. removed "&" in &temp_digest) Series Acked-by: Fan Zhang <[email protected]>

