Re: [dpdk-dev] [PATCH v2] common/mlx5: split relaxed ordering set for read and write

2020-11-03 Thread Matan Azrad
From: Tal Shnaiderman > The current DevX implementation of the relaxed ordering feature is enabling > relaxed ordering usage only if both relaxed ordering read AND write are > supported. In that case both relaxed ordering read and write are activated. > > This commit will optimize the usage of

[dpdk-dev] [PATCH v2] common/mlx5: split relaxed ordering set for read and write

2020-11-03 Thread Tal Shnaiderman
The current DevX implementation of the relaxed ordering feature is enabling relaxed ordering usage only if both relaxed ordering read AND write are supported. In that case both relaxed ordering read and write are activated. This commit will optimize the usage of relaxed ordering by enabling it wh