Re: [dpdk-dev] [PATCH v4 01/16] ethdev: add error types to flow API

2018-04-19 Thread Adrien Mazarguil
On Wed, Apr 18, 2018 at 10:24:10AM +0100, Ferruh Yigit wrote: > On 4/18/2018 9:41 AM, Adrien Mazarguil wrote: > > On Tue, Apr 17, 2018 at 08:37:31PM +0100, Ferruh Yigit wrote: > >> On 4/16/2018 5:22 PM, Adrien Mazarguil wrote: > >>> These enable more precise reporting of objects responsible for err

Re: [dpdk-dev] [PATCH v4 01/16] ethdev: add error types to flow API

2018-04-18 Thread Ferruh Yigit
On 4/18/2018 9:41 AM, Adrien Mazarguil wrote: > On Tue, Apr 17, 2018 at 08:37:31PM +0100, Ferruh Yigit wrote: >> On 4/16/2018 5:22 PM, Adrien Mazarguil wrote: >>> These enable more precise reporting of objects responsible for errors. >>> >>> This breaks ABI compatibility for the following public fu

Re: [dpdk-dev] [PATCH v4 01/16] ethdev: add error types to flow API

2018-04-18 Thread Adrien Mazarguil
On Tue, Apr 17, 2018 at 08:37:31PM +0100, Ferruh Yigit wrote: > On 4/16/2018 5:22 PM, Adrien Mazarguil wrote: > > These enable more precise reporting of objects responsible for errors. > > > > This breaks ABI compatibility for the following public functions: > > > > - rte_flow_create() > > - rte_

Re: [dpdk-dev] [PATCH v4 01/16] ethdev: add error types to flow API

2018-04-17 Thread Ferruh Yigit
On 4/16/2018 5:22 PM, Adrien Mazarguil wrote: > These enable more precise reporting of objects responsible for errors. > > This breaks ABI compatibility for the following public functions: > > - rte_flow_create() > - rte_flow_destroy() > - rte_flow_error_set() > - rte_flow_flush() > - rte_flow_is

[dpdk-dev] [PATCH v4 01/16] ethdev: add error types to flow API

2018-04-16 Thread Adrien Mazarguil
These enable more precise reporting of objects responsible for errors. This breaks ABI compatibility for the following public functions: - rte_flow_create() - rte_flow_destroy() - rte_flow_error_set() - rte_flow_flush() - rte_flow_isolate() - rte_flow_query() - rte_flow_validate() Signed-off-by: