From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com
 [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 9C2FE1B62E
 for <dev@dpdk.org>; Mon, 16 Oct 2017 12:18:17 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 4611B20CB2;
 Mon, 16 Oct 2017 06:18:17 -0400 (EDT)
Received: from frontend2 ([10.202.2.161])
 by compute1.internal (MEProxy); Mon, 16 Oct 2017 06:18:17 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h=
 cc:content-transfer-encoding:content-type:date:from:in-reply-to
 :message-id:mime-version:references:subject:to:x-me-sender
 :x-me-sender:x-sasl-enc; s=mesmtp; bh=uxVJEWQRYv9wmT2GgIJgDmN51k
 +QYXodJcogZm5kQVo=; b=r/lWEP9VTaiS1WQhynd2H0f2cSB3IFQfs/JEyrP2cL
 kwaN/t8SRQskkFR8UlB9hiWMNto/BONzwLUoi0PTStIe+bAKGmU6bs09oXn6XGnf
 w5RnwkvNmpNTBooHiEB9Ddv778+PGByW7HzQfbjFi4tnRHsC2W1mWxXpNPmqjdL1
 4=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=cc:content-transfer-encoding:content-type
 :date:from:in-reply-to:message-id:mime-version:references
 :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=uxVJEW
 QRYv9wmT2GgIJgDmN51k+QYXodJcogZm5kQVo=; b=R4aLHF1kVmx/W67VvjkQvn
 pvAgU4vRbwKyKkAYPaGp/uhHZrqCcQSPMmC2T+6Sq6eFxH2KwkjHfzm3bpexOuhc
 IPihhvv8wB0q1tTA8hzWXHxujLkv1SdrOwcuBjFt5ZVP/O5DD/5FPHLwc3GNysUN
 ctbgAFubU6NxNJadcId9DnN0PF0s5jYlW6ZrT9AO9kGI8v3JFBQK3IyLXZwkMjz4
 KAmRGVYzeIfUOgWPpEwR5EI9/QbtLImBwwqyyb5sAxo3fQE9bHmKGBuCSoh/iA+F
 u56z7ag0MvgiUkaFk47q0W2ZwqHWX6grNvg+RVxNkU3heNWGe9U1M7EdsD5dBDXQ
 ==
X-ME-Sender: <xms:aYfkWSiGdV8LVkyNgxafk87YaCmClQkSBNWLOzd5VWx0MMsTuqrGOg>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id EEDCF241D9;
 Mon, 16 Oct 2017 06:18:16 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: Zhiyong Yang <zhiyong.yang@intel.com>
Cc: dev@dpdk.org, ferruh.yigit@intel.com
Date: Mon, 16 Oct 2017 12:18:16 +0200
Message-ID: <2672684.6HGhcnonp9@xps>
In-Reply-To: <20171016023044.46567-1-zhiyong.yang@intel.com>
References: <20171016023044.46567-1-zhiyong.yang@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 16 Oct 2017 10:18:17 -0000

16/10/2017 04:30, Zhiyong Yang:
> The four function declarations have no funciton implementation,
> remove them.
> 
> Signed-off-by: Zhiyong Yang <zhiyong.yang@intel.com>

Please add Fixes: line.