Re: [dpdk-dev] [PATCH v3 2/8] cryptodev: add a note regarding DOCSIS protocol support

2020-07-01 Thread Akhil Goyal
> > Add a note to the rte_crypto_sym_op->auth.data fields to state that > for DOCSIS security protocol, these are used to specify the CRC offset > and length. > > Signed-off-by: David Coyle > Signed-off-by: Mairtin o Loingsigh > --- Acked-by: Akhil Goyal

[dpdk-dev] [PATCH v3 2/8] cryptodev: add a note regarding DOCSIS protocol support

2020-06-30 Thread David Coyle
Add a note to the rte_crypto_sym_op->auth.data fields to state that for DOCSIS security protocol, these are used to specify the CRC offset and length. Signed-off-by: David Coyle Signed-off-by: Mairtin o Loingsigh --- lib/librte_cryptodev/rte_crypto_sym.h | 14 ++ 1 file changed, 14