From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] app/testpmd: remove useless funciton declarations Date: Fri, 20 Oct 2017 17:54:00 -0700 Message-ID: <4de4526f-723d-0c45-d2b2-696eecfce024@intel.com> References: <20171016023044.46567-1-zhiyong.yang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: thomas@monjalon.net To: Zhiyong Yang , dev@dpdk.org Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 2F1D71B2C4 for ; Sat, 21 Oct 2017 02:54:01 +0200 (CEST) In-Reply-To: <20171016023044.46567-1-zhiyong.yang@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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: stable@dpdk.org > Signed-off-by: Zhiyong Yang Applied to dpdk-next-net/master, thanks.