[dpdk-dev] [PATCH 0/4] fixes to queue size config
    Raja Zidane 
    rzidane at nvidia.com
       
    Thu Nov  4 13:49:25 CET 2021
    
    
  
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(-)
-- 
2.17.1
    
    
More information about the dev
mailing list