Re: [dpdk-dev] [EXT] [PATCH v8 04/16] crypto/mlx5: add basic operations

2021-07-20 Thread Suanming Mou
> -Original Message- > From: Akhil Goyal > Sent: Saturday, July 17, 2021 3:34 AM > To: Shiri Kuzin ; dev@dpdk.org > Cc: Matan Azrad ; Suanming Mou > ; david.march...@redhat.com > Subject: RE: [EXT] [PATCH v8 04/16] crypto/mlx5: add basic operations > > > The basic dev control operation

Re: [dpdk-dev] [EXT] [PATCH v8 04/16] crypto/mlx5: add basic operations

2021-07-16 Thread Akhil Goyal
> The basic dev control operations are configure, close and get info. > > Extended the existing support of configure and close: > -mlx5_crypto_dev_configure- function used to configure device. > -mlx5_crypto_dev_close- function used to close a configured >device. > > Added co