From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Oct 2017 17:54:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,408,1503385200"; d="scan'208";a="1027572382" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.224.220]) ([10.241.224.220]) by orsmga003.jf.intel.com with ESMTP; 20 Oct 2017 17:54:00 -0700 To: Zhiyong Yang , dev@dpdk.org Cc: thomas@monjalon.net References: <20171016023044.46567-1-zhiyong.yang@intel.com> From: Ferruh Yigit Message-ID: <4de4526f-723d-0c45-d2b2-696eecfce024@intel.com> Date: Fri, 20 Oct 2017 17:54:00 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171016023044.46567-1-zhiyong.yang@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] app/testpmd: remove useless funciton declarations X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Oct 2017 00:54:02 -0000 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.