Re: [dpdk-dev] [PATCH V3] ethdev: add dev configured flag

2021-07-08 Thread David Marchand
On Wed, Jul 7, 2021 at 11:54 AM Huisong Li wrote: > > Currently, if dev_configure is not called or fails to be called, users > can still call dev_start successfully. So it is necessary to have a flag > which indicates whether the device is configured, to control whether > dev_start can be called a

[dpdk-dev] [PATCH V3] ethdev: add dev configured flag

2021-07-07 Thread Huisong Li
Currently, if dev_configure is not called or fails to be called, users can still call dev_start successfully. So it is necessary to have a flag which indicates whether the device is configured, to control whether dev_start can be called and eliminate dependency on user invocation order. The flag s