Re: [dpdk-dev] [PATCH 0/2] ethdev: change xstats reset function return value to int

2019-09-24 Thread Ferruh Yigit
On 9/6/2019 3:34 PM, Andrew Rybchenko wrote: > It is the third patch series to get rid of void returning functions > in ethdev in accordance with deprecation notice [1]. > > It should be applied on top of the first [2] and the second [3]. > It could be applied separately, but few simple conflicts

[dpdk-dev] [PATCH 0/2] ethdev: change xstats reset function return value to int

2019-09-06 Thread Andrew Rybchenko
It is the third patch series to get rid of void returning functions in ethdev in accordance with deprecation notice [1]. It should be applied on top of the first [2] and the second [3]. It could be applied separately, but few simple conflicts should be resolved. Functions which return void are ba