[dpdk-dev] [PATCH] net/mlx5: creating relaxed ordering memory regions

2020-03-24 Thread Shiri Kuzin
In the current state, when preforming read/write transactions we must wait for a completion in order to run the next transaction, and all transactions are performed by order. Relaxed Ordering is a PCI optimization which by enabling it we allow the system to perform read/writes in a different order

Re: [dpdk-dev] [PATCH] net/mlx5: creating relaxed ordering memory regions

2020-03-25 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Shiri Kuzin > Sent: Tuesday, March 24, 2020 1:40 PM > To: dev@dpdk.org > Cc: Matan Azrad ; Raslan Darawsheh > ; Slava Ovsiienko > Subject: [PATCH] net/mlx5: creating relaxed ordering memory regions > > In the current state, when preforming read/write > t