Re: [dpdk-dev] [PATCH v2] doc: update API deprecation for device reset

2019-01-27 Thread Thomas Monjalon
Hi, I don't remember why this deprecation notice did not get any feedback in the 18.11 cycle. It looks to be outdated now. In case you still plan some changes, I give my opinion below. 20/09/2018 06:59, Qi Zhang: > Device reset may have the dependency, for example, a VF reset expects > PF ready,

[dpdk-dev] [PATCH v2] doc: update API deprecation for device reset

2018-09-19 Thread Qi Zhang
Device reset may have the dependency, for example, a VF reset expects PF ready, or a NIC function as a part of a SOC need to wait for other parts of the system be ready, these are time-consuming tasks and will block current thread. So we rename rte_eth_dev_reset to rte_eth_dev_reset_async as an as