Re: [dpdk-dev] [PATCH 1/3] app/testpmd: add port reset command into testpmd

2017-03-27 Thread Zhao1, Wei
Hi, Ferruh > -Original Message- > From: Zhao1, Wei > Sent: Tuesday, March 14, 2017 3:58 PM > To: Yigit, Ferruh ; dev@dpdk.org > Cc: Lu, Wenzhuo > Subject: RE: [dpdk-dev] [PATCH 1/3] app/testpmd: add port reset command > into testpmd > > Hi, Ferruh &

Re: [dpdk-dev] [PATCH 1/3] app/testpmd: add port reset command into testpmd

2017-03-14 Thread Zhao1, Wei
Hi, Ferruh > -Original Message- > From: Yigit, Ferruh > Sent: Wednesday, March 8, 2017 7:07 PM > To: Zhao1, Wei ; dev@dpdk.org > Cc: Lu, Wenzhuo > Subject: Re: [dpdk-dev] [PATCH 1/3] app/testpmd: add port reset command > into testpmd > > On 3/3/2017 4:56 AM,

Re: [dpdk-dev] [PATCH 1/3] app/testpmd: add port reset command into testpmd

2017-03-08 Thread Ferruh Yigit
On 3/3/2017 4:56 AM, Wei Zhao wrote: > Add vf port reset command into testpmd project, it is the interface for > user to reset vf port. I think it is better to change the order of this patch, first implement new API in ethdev, later this patch implement new API in testpmd. > > Signed-off-by: Wei

[dpdk-dev] [PATCH 1/3] app/testpmd: add port reset command into testpmd

2017-03-02 Thread Wei Zhao
Add vf port reset command into testpmd project, it is the interface for user to reset vf port. Signed-off-by: Wei Zhao Signed-off-by: Wenzhuo Lu --- app/test-pmd/cmdline.c | 17 ++--- app/test-pmd/testpmd.c | 67 ++ app/test-pmd/testpmd.h