> -----Original Message----- > From: Akhil Goyal <[email protected]> > Sent: Sunday, 10 May, 2020 01:12 > To: [email protected] > Cc: [email protected]; Doherty, Declan <[email protected]>; > [email protected]; [email protected]; Zhang, Roy Fan > <[email protected]>; Trahe, Fiona <[email protected]>; > [email protected]; [email protected]; [email protected]; > [email protected]; [email protected]; De Lara Guarch, > Pablo <[email protected]>; Dybkowski, AdamX > <[email protected]>; [email protected]; Akhil Goyal > <[email protected]> > Subject: [PATCH v2 1/9] cryptodev: add feature flag for non-byte aligned data > > Some wireless algos like SNOW, ZUC may support input data in bits which are > not byte aligned. However, not all PMDs can support this requirement. > Hence added a new feature flag > RTE_CRYPTODEV_FF_NON_BYTE_ALIGNED_DATA > to identify which all PMDs can support non-byte aligned data. > > Signed-off-by: Akhil Goyal <[email protected]> > Acked-by: Fiona Trahe <[email protected]> > ---
Series acked-by: Adam Dybkowski <[email protected]>

