mbox series

[0/3] small fixes for crypto drivers

Message ID 20190501155329.50107-1-bruce.richardson@intel.com (mailing list archive)
Headers
Series small fixes for crypto drivers |

Message

Bruce Richardson May 1, 2019, 3:53 p.m. UTC
  Some fixes for the dependency checking of the kasumi and zuc PMDs, and an
addition of meson support for snow3g which seems to have been overlooked
previously.

[Apologies for the late submission, but hopefully these can make it into 19.05]

Bruce Richardson (3):
  crypto/snow3g: add to meson build
  crypto/kasumi: fix dependency check
  crypto/zuc: fix dependency check

 drivers/crypto/kasumi/meson.build |  8 ++++----
 drivers/crypto/meson.build        |  2 +-
 drivers/crypto/snow3g/meson.build | 13 +++++++++++++
 drivers/crypto/zuc/meson.build    |  8 ++++----
 4 files changed, 22 insertions(+), 9 deletions(-)
 create mode 100644 drivers/crypto/snow3g/meson.build
  

Comments

Thomas Monjalon May 2, 2019, 9:08 a.m. UTC | #1
01/05/2019 17:53, Bruce Richardson:
> Some fixes for the dependency checking of the kasumi and zuc PMDs, and an
> addition of meson support for snow3g which seems to have been overlooked
> previously.
> 
> [Apologies for the late submission, but hopefully these can make it into 19.05]
> 
> Bruce Richardson (3):
>   crypto/snow3g: add to meson build
>   crypto/kasumi: fix dependency check
>   crypto/zuc: fix dependency check

Cc: stable@dpdk.org

Applied, thanks