Re: [dpdk-dev] [PATCH v2 0/3] clarify eth_dev state management

2017-04-05 Thread Thomas Monjalon
2017-03-31 14:04, Gaetan Rivet: > 1. The hotplug API currently available in DPDK introduces the notion of >device states (DEV_DETACHED, DEV_ATTACHED). These states are implicit >and internal to the ethdev layer. > > 2. Device enumeration and access is done directly, without regard to the >

[dpdk-dev] [PATCH v2 0/3] clarify eth_dev state management

2017-03-31 Thread Gaetan Rivet
1. The hotplug API currently available in DPDK introduces the notion of device states (DEV_DETACHED, DEV_ATTACHED). These states are implicit and internal to the ethdev layer. 2. Device enumeration and access is done directly, without regard to the underlying state of a device. Applicatio