Re: [dpdk-dev] [PATCH 00/13] net/sfc: fix device reconfigure

2017-03-31 Thread Ferruh Yigit
On 3/31/2017 11:22 AM, Andrew Rybchenko wrote: > When I implemented initial version of the driver I had incorrect > understanding of the required state transition to reconfigure > device. It was assumed that close is required before reconfigure. > Looking at description in rte_ethdev.h, rte_eth_dev

[dpdk-dev] [PATCH 00/13] net/sfc: fix device reconfigure

2017-03-31 Thread Andrew Rybchenko
When I implemented initial version of the driver I had incorrect understanding of the required state transition to reconfigure device. It was assumed that close is required before reconfigure. Looking at description in rte_ethdev.h, rte_eth_dev_close() description and rte_eth_dev_configure() implem