Re: [dpdk-dev] [PATCH v3 1/8] security: add support for DOCSIS protocol

2020-07-01 Thread Akhil Goyal
> > Add support for DOCSIS protocol to rte_security library. This support > currently comprises the combination of Crypto and CRC operations. > > Signed-off-by: David Coyle > Signed-off-by: Mairtin o Loingsigh > --- With the documentation comments in the last patch. Acked-by: Akhil Goyal

[dpdk-dev] [PATCH v3 1/8] security: add support for DOCSIS protocol

2020-06-30 Thread David Coyle
Add support for DOCSIS protocol to rte_security library. This support currently comprises the combination of Crypto and CRC operations. Signed-off-by: David Coyle Signed-off-by: Mairtin o Loingsigh --- lib/librte_security/rte_security.c | 5 lib/librte_security/rte_security.h | 38 +++