Re: [dpdk-dev] [PATCH v3 5/6] ethdev: adjust flow APIs removal error report

2018-01-07 Thread Thomas Monjalon
19/12/2017 18:10, Matan Azrad: > rte_eth_dev_is_removed API was added to detect a device removal > synchronously. > > When a device removal occurs during flow command execution, many > different errors can be reported to the user. > > Adjust all flow APIs error reports to return -EIO in case of d

[dpdk-dev] [PATCH v3 5/6] ethdev: adjust flow APIs removal error report

2017-12-19 Thread Matan Azrad
rte_eth_dev_is_removed API was added to detect a device removal synchronously. When a device removal occurs during flow command execution, many different errors can be reported to the user. Adjust all flow APIs error reports to return -EIO in case of device removal using rte_eth_dev_is_removed AP