mbox series

[0/4] fixes to queue size config

Message ID 20211104124929.24899-1-rzidane@nvidia.com (mailing list archive)
Headers
Series fixes to queue size config |

Message

Raja Zidane Nov. 4, 2021, 12:49 p.m. UTC
  fixes series.
for vdpa dependent on:
https://patches.dpdk.org/project/dpdk/patch/20211027082221.693957-1-xuemingl@nvidia.com/

Raja Zidane (4):
  common/mlx5: fix overflows in DevX queues size calculations
  crypto/mlx5: fix driver destroy before the configuration
  crypto/mlx5: fix the queue size configuration
  common/mlx5: fix RQ size configuration in QP create

 drivers/common/mlx5/mlx5_common_devx.c  |  19 ++--
 drivers/common/mlx5/mlx5_common_devx.h  |   2 +-
 drivers/common/mlx5/mlx5_devx_cmds.c    |  14 +--
 drivers/common/mlx5/mlx5_devx_cmds.h    |   5 +-
 drivers/compress/mlx5/mlx5_compress.c   |   9 +-
 drivers/crypto/mlx5/mlx5_crypto.c       | 123 +++++++++++++++++++-----
 drivers/crypto/mlx5/mlx5_crypto.h       |   8 +-
 drivers/crypto/mlx5/mlx5_crypto_dek.c   |   6 +-
 drivers/regex/mlx5/mlx5_regex_control.c |   8 +-
 drivers/vdpa/mlx5/mlx5_vdpa_event.c     |   9 +-
 10 files changed, 144 insertions(+), 59 deletions(-)
  

Comments

Thomas Monjalon Nov. 8, 2021, 9:02 a.m. UTC | #1
04/11/2021 13:49, Raja Zidane:
> fixes series.
> for vdpa dependent on:
> https://patches.dpdk.org/project/dpdk/patch/20211027082221.693957-1-xuemingl@nvidia.com/
> 
> Raja Zidane (4):
>   common/mlx5: fix overflows in DevX queues size calculations
>   crypto/mlx5: fix driver destroy before the configuration
>   crypto/mlx5: fix the queue size configuration
>   common/mlx5: fix RQ size configuration in QP create

Please rebase on latest main branch.