Re: [dpdk-dev] [PATCH v2 0/8] Remove temporary digest allocation

2017-09-11 Thread De Lara Guarch, Pablo
> -Original Message- > From: Zhang, Roy Fan > Sent: Tuesday, September 5, 2017 1:39 PM > To: De Lara Guarch, Pablo > Cc: dev@dpdk.org > Subject: RE: [PATCH v2 0/8] Remove temporary digest allocation > > Hi Pablo, > > Thanks, looks great! > > Regards, > Fan > > > -Original Message

Re: [dpdk-dev] [PATCH v2 0/8] Remove temporary digest allocation

2017-09-05 Thread Zhang, Roy Fan
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 ; Zhang, Roy Fan > ; jerin.ja...@caviumnetworks.com > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH v2 0/8] Remove

[dpdk-dev] [PATCH v2 0/8] Remove temporary digest allocation

2017-09-05 Thread Pablo de Lara
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 alloc