Adrien Mazarguil 9d14b27308 net/mlx4: standardize on negative errno values
Due to its reliance on system calls, the mlx4 PMD uses positive errno
values internally and negative ones at the ethdev API border. Although most
internal functions are documented, this mixed design is unusual and prone
to mistakes (e.g. flow API implementation uses negative values
exclusively).

Standardize on negative errno values and rely on rte_errno instead of
errno in all functions.

Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
2017-10-06 02:49:48 +02:00
..
2017-10-06 02:49:47 +02:00
2017-06-12 10:41:26 +01:00
2017-06-14 23:54:13 +02:00
2017-10-06 01:26:00 +02:00
2017-10-06 02:49:47 +02:00
2017-10-06 02:49:47 +02:00
2017-10-06 02:49:47 +02:00
2017-10-06 02:49:47 +02:00
2017-07-19 11:09:13 +03:00
2017-07-31 19:16:23 +02:00
2017-07-19 16:25:42 +03:00