From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 576511C4A for ; Fri, 5 May 2017 16:24:17 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id EF472206F1; Fri, 5 May 2017 10:24:16 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Fri, 05 May 2017 10:24:16 -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:x-sasl-enc; s=mesmtp; bh=NdLW4daxxaE7STl Qtp4QD1O7T4UnWiraroohUhIzUQc=; b=EcosUZPS11btbuxml2Ls7VmJ/iJnLxc eQghe0IoWrxTwa1BYnlxjb+wZvrLipT7RycD1vIF6kn5QM7aeTIoaDl9V6UGpq5I Oqx8GfskbwMuRoj3YWdh3UbPlKNx83Zd6taiv9fUnVT5OkIjMckylHhCkSh5ZcFV Cdcj8kdBVtDA= 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:x-sasl-enc; s= fm1; bh=NdLW4daxxaE7STlQtp4QD1O7T4UnWiraroohUhIzUQc=; b=XZtkuy7F o5O4JBos7z7PXY7M0Elhk1GmatMEOlSpKlXFyHwbYtZnWL1PH9KjzYitv2FQlGTl +wH+gIdnl9Zra/BJGzyHIT/CAbPilBfwQQ1TNuPXL+wDTSvaGemJlID5qT38o+f2 hL9fhcc4UnnMOqjWWNZmTIjDut3Cj8DtNH0lRTwJ48wLHwtO901ZFNy4yJxgGR8z y2XiIsJdqpChiMe+WrLnBWAUWz6VLGTpN9x+gwOqh/PDl1OUteDMe3ctJF0FEpOj RhSg5OsuE5kxhgeUuBe/SLAExYxYvBwFq5HAtZ4VKiiKn7f5bPJsppCuCjk8NOUz 0KVmUtXouPYd+g== X-ME-Sender: X-Sasl-enc: djpgHtYk8qFTWh4YdGp3zwwB2ENMuVRGR7VOrkJDSj3x 1493994256 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 9EA09244C6; Fri, 5 May 2017 10:24:16 -0400 (EDT) From: Thomas Monjalon To: Wei Dai Cc: dev@dpdk.org, wenzhuo.lu@intel.com, harish.patil@cavium.com, rasesh.mody@cavium.com, stephen.hurd@broadcom.com, ajit.khaparde@broadcom.com, helin.zhang@intel.com, konstantin.ananyev@intel.com, jingjing.wu@intel.com, jing.d.chen@intel.com, adrien.mazarguil@6wind.com, nelio.laranjeiro@6wind.com, bruce.richardson@intel.com, yuanhan.liu@linux.intel.com, maxime.coquelin@redhat.com, shepard.siegel@atomicrules.com, ed.czeck@atomicrules.com, john.miller@atomicrules.com Date: Fri, 05 May 2017 16:24:15 +0200 Message-ID: <4247821.b6tKX1pDh8@xps> In-Reply-To: <1493944802-52943-4-git-send-email-wei.dai@intel.com> References: <1493729065-17090-1-git-send-email-wei.dai@intel.com> <1493944802-52943-1-git-send-email-wei.dai@intel.com> <1493944802-52943-4-git-send-email-wei.dai@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v7 3/3] app/testpmd: add a command to add many MAC addrs 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: Fri, 05 May 2017 14:24:17 -0000 05/05/2017 02:40, Wei Dai: > This patch is added to introduce a testpmd command which > is used to add more than one MAC addresses one time. > This command can simplify the test for the change where > the type of return value of adding MAC address. > Normally a MAC address may fails to be added only after > many MAC addresses have been added. > Without this command, a tester may only trigger failed > MAC address by running many times of testpmd command > 'mac_addr add' . > > Signed-off-by: Wei Dai > --- > app/test-pmd/cmdline.c | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 55 insertions(+) This patch has not been reviewed. It is not a fix and I am not sure it is needed.