Re: [dpdk-dev] [PATCH v3 00/10] net/mlx5: clean driver

2018-03-21 Thread Ferruh Yigit
On 3/18/2018 6:33 AM, Shahaf Shuler wrote: > Monday, March 5, 2018 2:21 PM, Nelio Laranjeiro: >> - Removes unused SR-IOV flag. >> - Adds missing documentation on some functions. >> - Removes the spin-lock on the private structure. >> - Standardize the return values of all functions as discussed on

Re: [dpdk-dev] [PATCH v3 00/10] net/mlx5: clean driver

2018-03-17 Thread Shahaf Shuler
Monday, March 5, 2018 2:21 PM, Nelio Laranjeiro: > - Removes unused SR-IOV flag. > - Adds missing documentation on some functions. > - Removes the spin-lock on the private structure. > - Standardize the return values of all functions as discussed on the mailing > list [1]. > > [1] > https://emea

[dpdk-dev] [PATCH v3 00/10] net/mlx5: clean driver

2018-03-05 Thread Nelio Laranjeiro
- Removes unused SR-IOV flag. - Adds missing documentation on some functions. - Removes the spin-lock on the private structure. - Standardize the return values of all functions as discussed on the mailing list [1]. [1] https://dpdk.org/ml/archives/dev/2018-January/087991.html Changes in v2: -