Re: [dpdk-dev] [PATCH] app/testpmd: remove port status check from TM node add cli

2017-11-11 Thread Thomas Monjalon
> > Currently, testpmd CLI doesn't permit to add leaf and non-leaf node when > > port is started. It doesn't work in case of i40e device as DCB > > configuration is > > deleted when port is stopped. Therefore, removes the port status check > > before invoking leaf and nonleaf node API in the cli.

Re: [dpdk-dev] [PATCH] app/testpmd: remove port status check from TM node add cli

2017-11-10 Thread Lu, Wenzhuo
Hi, > -Original Message- > From: Singh, Jasvinder > Sent: Friday, November 10, 2017 6:31 PM > To: dev@dpdk.org > Cc: Lu, Wenzhuo ; Pei, Yulong > ; Yigit, Ferruh > Subject: [PATCH] app/testpmd: remove port status check from TM node add > cli > > Currently, testpmd CLI doesn't permit to ad