Re: [dpdk-dev] [PATCH 0/7] ethdev: change MAC addr get function return value to int

2019-09-24 Thread Ferruh Yigit
On 9/10/2019 9:52 AM, Andrew Rybchenko wrote: > It is the sixth patch series to get rid of void returning functions > in ethdev in accordance with deprecation notice [1]. > > It should be applied on top of [2], [3], [4], [5] and [6]. > > Functions which return void are bad since they do not provi

[dpdk-dev] [PATCH 0/7] ethdev: change MAC addr get function return value to int

2019-09-10 Thread Andrew Rybchenko
It is the sixth patch series to get rid of void returning functions in ethdev in accordance with deprecation notice [1]. It should be applied on top of [2], [3], [4], [5] and [6]. Functions which return void are bad since they do not provide explicit information to the caller if everything is OK