Re: [dpdk-dev] [PATCH] common/mlx5: fix mkey attributes initialization

2021-05-09 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Shiri Kuzin > Sent: Friday, May 7, 2021 10:01 AM > To: dev@dpdk.org > Cc: Matan Azrad ; Raslan Darawsheh > ; Slava Ovsiienko > Subject: [PATCH] common/mlx5: fix mkey attributes initialization > > The crypto driver added new fields to the mkey attributes

[dpdk-dev] [PATCH] common/mlx5: fix mkey attributes initialization

2021-05-07 Thread Shiri Kuzin
The crypto driver added new fields to the mkey attributes struct: crypto_en and set_remote_rw. The entire mkey struct was not initialized, only specific fields in it, which caused the new added fields not to be initialized resulting in a mkey creation error. This is fixed by initializing the enti