Re: [dpdk-dev] [PATCH v2] app/testpmd: add device related cmds

2019-07-16 Thread Ferruh Yigit
On 7/10/2019 2:07 PM, Nithin Dabilpuram wrote: > With the latest published interface of > rte_eal_hotplug_[add,remove](), and rte_eth_dev_close(), > rte_eth_dev_close() would cleanup all the data structures of > port's eth dev leaving the device common resource intact > if RTE_ETH_DEV_CLOSE_REMOVE

[dpdk-dev] [PATCH v2] app/testpmd: add device related cmds

2019-07-10 Thread Nithin Dabilpuram
With the latest published interface of rte_eal_hotplug_[add,remove](), and rte_eth_dev_close(), rte_eth_dev_close() would cleanup all the data structures of port's eth dev leaving the device common resource intact if RTE_ETH_DEV_CLOSE_REMOVE is set in dev flags. So a new command "detach device" (~