> -----Original Message-----
> From: Coyle, David <david.co...@intel.com>
> Sent: Thursday, July 16, 2020 4:35 PM
> To: akhil.go...@nxp.com; Doherty, Declan <declan.dohe...@intel.com>; Trahe,
> Fiona
> <fiona.tr...@intel.com>
> Cc: dev@dpdk.org; Ryan, Brendan <brendan.r...@intel.com>; O'loingsigh, Mairtin
> <mairtin.oloings...@intel.com>; De Lara Guarch, Pablo
> <pablo.de.lara.gua...@intel.com>; Coyle, David
> <david.co...@intel.com>
> Subject: [PATCH v1] crypto/qat: use better variable names in CRC functions
>
> The variable names crc_length and crc_offset have been changed to
> crc_data_len and crc_data_ofs respectively, to make it clearer as to
> their use i.e. the length and offset of the data over which the CRC is
> calculated.
>
> Fixes: 6f0ef237404b ("crypto/qat: support DOCSIS protocol")
>
> Signed-off-by: David Coyle <david.co...@intel.com>
Acked-by: Fiona Trahe <fiona.tr...@intel.com>