On 04/07/2018 12:15 PM, Andrew Rybchenko wrote:
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.mazarg...@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.
Acked-by: Andrew Rybchenko <arybche...@solarflare.com>