> -----Original Message----- > From: Trahe, Fiona > Sent: Friday, May 18, 2018 11:29 AM > To: De Lara Guarch, Pablo <[email protected]>; Doherty, Declan > <[email protected]> > Cc: [email protected]; De Lara Guarch, Pablo <[email protected]>; > [email protected] > Subject: RE: [dpdk-dev] [PATCH] cryptodev: fix supported size check > > > > > -----Original Message----- > > From: dev [mailto:[email protected]] On Behalf Of Pablo de Lara > > Sent: Tuesday, May 15, 2018 8:13 PM > > To: Doherty, Declan <[email protected]> > > Cc: [email protected]; De Lara Guarch, Pablo > > <[email protected]>; [email protected] > > Subject: [dpdk-dev] [PATCH] cryptodev: fix supported size check > > > > Crypto capability structure contains supported sizes for key, IV, > > digest, etc. on different algorithms. > > These sizes can be expressed as a single value or a range of values. > > The check was broken when a size was checked against a range with > > multiple values. > > > > Also, for more clarity, the param_range_check macro has been converted > > into a function. > > > > Fixes: 38227c0e3ad2 ("cryptodev: retrieve device info") > > Cc: [email protected] > > > > Signed-off-by: Pablo de Lara <[email protected]> > Acked-by: Fiona Trahe <[email protected]>
Applied to dpdk-next-crypto. Pablo

