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

Andrew Rybchenko arybchenko at solarflare.com
Sat Apr 7 11:15:49 CEST 2018


On 04/06/2018 04:25 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_isolate()
> - rte_flow_query()
> - rte_flow_validate()
>
> Signed-off-by: Adrien Mazarguil <adrien.mazarguil at 6wind.com>
> ---
>   app/test-pmd/config.c                   |  4 ++++
>   lib/librte_ether/rte_ethdev_version.map | 20 +++++++++++++-------
>   lib/librte_ether/rte_flow.h             |  4 ++++
>   3 files changed, 21 insertions(+), 7 deletions(-)

I think PMD maintainers with flow API support should be additionally
notified and encouraged to refine error reporting.


More information about the dev mailing list