Re: [dpdk-dev] [PATCH] app/testpmd: remove useless funciton declarations

2017-10-20 Thread Ferruh Yigit
On 10/15/2017 7:30 PM, Zhiyong Yang wrote: > The four function declarations have no funciton implementation, > remove them. Fixes: 0db70a803028 ("app/testpmd: add commands for filters") Cc: sta...@dpdk.org > Signed-off-by: Zhiyong Yang Applied to dpdk-next-net/master, thanks.

Re: [dpdk-dev] [PATCH] app/testpmd: remove useless funciton declarations

2017-10-16 Thread Yang, Zhiyong
Hi thomas, > -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Monday, October 16, 2017 6:18 PM > To: Yang, Zhiyong > Cc: dev@dpdk.org; Yigit, Ferruh > Subject: Re: [PATCH] app/testpmd: remove useless funciton declarations > > 16/10/2017 04:30, Zhiyong Yang

Re: [dpdk-dev] [PATCH] app/testpmd: remove useless funciton declarations

2017-10-16 Thread Thomas Monjalon
16/10/2017 04:30, Zhiyong Yang: > The four function declarations have no funciton implementation, > remove them. > > Signed-off-by: Zhiyong Yang Please add Fixes: line.

[dpdk-dev] [PATCH] app/testpmd: remove useless funciton declarations

2017-10-15 Thread Zhiyong Yang
The four function declarations have no funciton implementation, remove them. Signed-off-by: Zhiyong Yang --- app/test-pmd/testpmd.h | 4 1 file changed, 4 deletions(-) diff --git a/app/test-pmd/testpmd.h b/app/test-pmd/testpmd.h index 265b75f9f..15ebf8c92 100644 --- a/app/test-pmd/testpmd.