Re: [dpdk-dev] [PATCH v2 0/7] ethdev: change allmulticast controls to return status

2019-09-24 Thread Ferruh Yigit
On 9/24/2019 1:56 PM, Andrew Rybchenko wrote: > m> > References: <1568031190-16510-1-git-send-email-arybche...@solarflare.co > m> > > It is the fourth 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],

[dpdk-dev] [PATCH v2 0/7] ethdev: change allmulticast controls to return status

2019-09-24 Thread Andrew Rybchenko
m> References: <1568031190-16510-1-git-send-email-arybche...@solarflare.co m> It is the fourth 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] and [4] which are already accepted in dpdk-next-net. Fun