Re: [dpdk-dev] [PATCH v3 00/13] Introduce mlx5 vDPA driver

2020-02-03 Thread Maxime Coquelin
On 2/2/20 5:03 PM, Matan Azrad wrote: > v2: > - Reorder patches for 2 serieses - this is the seccond part of the previous > series splitting. > - Fix spelling and per patch complition issues. > - moved to use claim_zero instead of pure asserts. > > v3: > - Address Maxime C comments. > - Adjust

Re: [dpdk-dev] [PATCH v3 00/13] Introduce mlx5 vDPA driver

2020-02-03 Thread Maxime Coquelin
Thanks Matan, it looks OK to me. On 2/2/20 5:03 PM, Matan Azrad wrote: > v2: > - Reorder patches for 2 serieses - this is the seccond part of the previous > series splitting. > - Fix spelling and per patch complition issues. > - moved to use claim_zero instead of pure asserts. > > v3: > - Addres