Re: [dpdk-dev] [PATCH] app/testpmd: change port detach interface

2019-07-02 Thread Nithin Dabilpuram
On Tue, Jul 02, 2019 at 04:58:17PM +0100, Yigit, Ferruh wrote: > On 5/29/2019 9:16 AM, Nithin Dabilpuram wrote: > > Hi Thomas, > > > > On Mon, May 20, 2019 at 06:20:53PM +0530, Nithin Dabilpuram wrote: > >> On Fri, May 17, 2019 at 10:59:38AM +0200, Thomas Monjalon wrote: > >>> 17/05/2019 10:55, Ni

Re: [dpdk-dev] [PATCH] app/testpmd: change port detach interface

2019-07-02 Thread Yigit, Ferruh
On 5/29/2019 9:16 AM, Nithin Dabilpuram wrote: > Hi Thomas, > > On Mon, May 20, 2019 at 06:20:53PM +0530, Nithin Dabilpuram wrote: >> On Fri, May 17, 2019 at 10:59:38AM +0200, Thomas Monjalon wrote: >>> 17/05/2019 10:55, Nithin Dabilpuram: On Wed, May 15, 2019 at 09:27:22AM +0200, Thomas Monj

Re: [dpdk-dev] [PATCH] app/testpmd: change port detach interface

2019-06-24 Thread Nithin Dabilpuram
Hi Thomas, A reminder about this patch. On Wed, May 29, 2019 at 01:46:20PM +0530, Nithin Dabilpuram wrote: > Hi Thomas, > > On Mon, May 20, 2019 at 06:20:53PM +0530, Nithin Dabilpuram wrote: > > On Fri, May 17, 2019 at 10:59:38AM +0200, Thomas Monjalon wrote: > > > 17/05/2019 10:55, Nithin Dabil

Re: [dpdk-dev] [PATCH] app/testpmd: change port detach interface

2019-05-29 Thread Nithin Dabilpuram
Hi Thomas, On Mon, May 20, 2019 at 06:20:53PM +0530, Nithin Dabilpuram wrote: > On Fri, May 17, 2019 at 10:59:38AM +0200, Thomas Monjalon wrote: > > 17/05/2019 10:55, Nithin Dabilpuram: > > > On Wed, May 15, 2019 at 09:27:22AM +0200, Thomas Monjalon wrote: > > > > 15/05/2019 08:52, Nithin Dabilpur

Re: [dpdk-dev] [PATCH] app/testpmd: change port detach interface

2019-05-20 Thread Nithin Dabilpuram
On Fri, May 17, 2019 at 10:59:38AM +0200, Thomas Monjalon wrote: > 17/05/2019 10:55, Nithin Dabilpuram: > > On Wed, May 15, 2019 at 09:27:22AM +0200, Thomas Monjalon wrote: > > > 15/05/2019 08:52, Nithin Dabilpuram: > > > > Hi Thomas, > > > > On Tue, May 14, 2019 at 05:39:30PM +0200, Thomas Monjalo

Re: [dpdk-dev] [PATCH] app/testpmd: change port detach interface

2019-05-17 Thread Thomas Monjalon
17/05/2019 10:55, Nithin Dabilpuram: > On Wed, May 15, 2019 at 09:27:22AM +0200, Thomas Monjalon wrote: > > 15/05/2019 08:52, Nithin Dabilpuram: > > > Hi Thomas, > > > On Tue, May 14, 2019 at 05:39:30PM +0200, Thomas Monjalon wrote: > > > > Hi, > > > > > > > > 13/05/2019 13:21, Nithin Dabilpuram:

Re: [dpdk-dev] [PATCH] app/testpmd: change port detach interface

2019-05-17 Thread Nithin Dabilpuram
On Wed, May 15, 2019 at 09:27:22AM +0200, Thomas Monjalon wrote: > 15/05/2019 08:52, Nithin Dabilpuram: > > Hi Thomas, > > On Tue, May 14, 2019 at 05:39:30PM +0200, Thomas Monjalon wrote: > > > Hi, > > > > > > 13/05/2019 13:21, Nithin Dabilpuram: > > > > With the latest published interface of > >

Re: [dpdk-dev] [PATCH] app/testpmd: change port detach interface

2019-05-15 Thread Thomas Monjalon
15/05/2019 08:52, Nithin Dabilpuram: > Hi Thomas, > On Tue, May 14, 2019 at 05:39:30PM +0200, Thomas Monjalon wrote: > > Hi, > > > > 13/05/2019 13:21, Nithin Dabilpuram: > > > With the latest published interface of > > > rte_eal_hotplug_[add,remove](), and rte_eth_dev_close(), > > > rte_eth_dev_cl

Re: [dpdk-dev] [PATCH] app/testpmd: change port detach interface

2019-05-14 Thread Nithin Dabilpuram
Hi Thomas, On Tue, May 14, 2019 at 05:39:30PM +0200, Thomas Monjalon wrote: > Hi, > > 13/05/2019 13:21, 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 > > po

Re: [dpdk-dev] [PATCH] app/testpmd: change port detach interface

2019-05-14 Thread Thomas Monjalon
Hi, 13/05/2019 13:21, 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 se

[dpdk-dev] [PATCH] app/testpmd: change port detach interface

2019-05-13 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 "port detach" (~hotplug remove) s