Re: [dpdk-dev] [PATCH] cryptodev: add support for user callback functions

2020-07-01 Thread Gujjar, Abhinandan S
render > Subject: RE: [dpdk-dev] [PATCH] cryptodev: add support for user callback > functions > > Hi Abhinandan, > > Are you planning to send update for this patch in 20.08 time line? > Or is it pushed for 20.11? > > Regards, > Akhil

Re: [dpdk-dev] [PATCH] cryptodev: add support for user callback functions

2020-06-30 Thread Akhil Goyal
Hi Abhinandan, Are you planning to send update for this patch in 20.08 time line? Or is it pushed for 20.11? Regards, Akhil

Re: [dpdk-dev] [PATCH] cryptodev: add support for user callback functions

2020-05-07 Thread Gujjar, Abhinandan S
Gujjar, Abhinandan S > > Subject: RE: [dpdk-dev] [PATCH] cryptodev: add support for user callback > functions > > > > In an eventdev world, multiple workers (with ordered queue) will be > > working on IPsec ESP processing. The ESP header's sequence number is &g

Re: [dpdk-dev] [PATCH] cryptodev: add support for user callback functions

2020-04-24 Thread Ananyev, Konstantin
> In an eventdev world, multiple workers (with ordered queue) will be > working on IPsec ESP processing. The ESP header's sequence number is > unique and has to be sequentially incremented in an orderly manner. > This rises a need for incrementing sequence number in crypto stage > especially in e

[dpdk-dev] [PATCH] cryptodev: add support for user callback functions

2020-04-20 Thread Abhinandan Gujjar
In an eventdev world, multiple workers (with ordered queue) will be working on IPsec ESP processing. The ESP header's sequence number is unique and has to be sequentially incremented in an orderly manner. This rises a need for incrementing sequence number in crypto stage especially in event crypto