Re: [dpdk-dev] [PATCH v1] crypto/qat: check for multi-segment buffers for DOCSIS

2020-07-18 Thread Akhil Goyal
> > Multi-segment mbufs are not supported for DOCSIS security protocol. > > This patch adds an explicit check for this and returns an op error if > > this case is found. This limitation is also added to the QAT cryptodev > > documentation. > > > > Fixes: 6f0ef237404b ("crypto/qat: support DOCSIS pr

Re: [dpdk-dev] [PATCH v1] crypto/qat: check for multi-segment buffers for DOCSIS

2020-07-17 Thread Trahe, Fiona
> -Original Message- > From: Coyle, David > Sent: Thursday, July 16, 2020 4:34 PM > To: akhil.go...@nxp.com; Doherty, Declan ; Trahe, > Fiona > > Cc: dev@dpdk.org; Ryan, Brendan ; O'loingsigh, Mairtin > ; De Lara Guarch, Pablo > ; Coyle, David > > Subject: [PATCH v1] crypto/qat: che

[dpdk-dev] [PATCH v1] crypto/qat: check for multi-segment buffers for DOCSIS

2020-07-16 Thread David Coyle
Multi-segment mbufs are not supported for DOCSIS security protocol. This patch adds an explicit check for this and returns an op error if this case is found. This limitation is also added to the QAT cryptodev documentation. Fixes: 6f0ef237404b ("crypto/qat: support DOCSIS protocol") Signed-off-by