RE: [EXT] [PATCH v4 0/2] crypto/scheduler: add support for DOCSIS security protocol

2023-09-21 Thread Akhil Goyal
> > This patchset adds support to the cryptodev scheduler PMD and unit tests > > for the DOCSIS security protocol. Support for other stateless security > > protocols can be added in the future as required with relative ease now that > > the framework is in place. > > > > v4: > > * Address review co

RE: [EXT] [PATCH v4 0/2] crypto/scheduler: add support for DOCSIS security protocol

2023-09-19 Thread Anoob Joseph
> > -- > This patchset adds support to the cryptodev scheduler PMD and unit tests > for the DOCSIS security protocol. Support for other stateless security > protocols can be added in the future as required with relative ease now t

[PATCH v4 0/2] crypto/scheduler: add support for DOCSIS security protocol

2023-09-19 Thread David Coyle
This patchset adds support to the cryptodev scheduler PMD and unit tests for the DOCSIS security protocol. Support for other stateless security protocols can be added in the future as required with relative ease now that the framework is in place. v4: * Address review comments from Anoob * Remov