From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com
 [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 40A11237
 for <dev@dpdk.org>; Fri, 29 Dec 2017 14:28:29 +0100 (CET)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 9A71E20EC6;
 Fri, 29 Dec 2017 08:28:28 -0500 (EST)
Received: from frontend1 ([10.202.2.160])
 by compute1.internal (MEProxy); Fri, 29 Dec 2017 08:28:28 -0500
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=K+vtqp81vr/cyuhCjN/o+0WWkX
 XUeAOF37MOpMKjAW0=; b=oALFbafWfJ1XQD9HcqlE1j3CvxjjusuSBe/6HTqND7
 2GcYDTNc1eaCRPKW8WyR+BnbHNZ2wJuQ8rsL4SfFbFoW1pyAUsWbkt/rnJC34RWK
 grxMwgZeWulnTdx1FQuq+hhM5au8M39RI5hduat1Uk4Pq2KUld7qlphYqNyPedPD
 c=
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=K+vtqp
 81vr/cyuhCjN/o+0WWkXXUeAOF37MOpMKjAW0=; b=I4S2ji2peCKSUKlUGQ+KgF
 5JLRpf668teqfNWxbVrw74Fj3l0cFybeRIkNstO8Z4BdxEhnah3ljaczTppomngr
 1eamloFLhCEvVx+7ILeAKcxKcS/HbKj8OZlLrdtOaPX3TKw9SEk0Z8tpOP3QLRzg
 jaWqtQvBdzKYyuO7XXBvRDW9Zrf7jU74OLyKSuZ6+QbJMq0FfezL1fyl07eaJrKv
 T+U+zaGZtNIuCTSUENjt84r6WxI1p8zG6yla8AF1UIT11fgcjT1XOgAnKGCB1ZJX
 WNjA0y9xPpjMClvfc4p5e+foCv/uQAax1tM3jZRxKcU0rta2VnBu6tWyFDbLlfVg
 ==
X-ME-Sender: <xms:_EJGWjusMNdhss9CZHMQQggDuE0JMeOse8J2uSaSzdjMe-S-yLhXQQ>
Received: from xps.localnet (240.16.136.77.rev.sfr.net [77.136.16.240])
 by mail.messagingengine.com (Postfix) with ESMTPA id 0E3AF7E13B;
 Fri, 29 Dec 2017 08:28:28 -0500 (EST)
From: Thomas Monjalon <thomas@monjalon.net>
To: Matan Azrad <matan@mellanox.com>
Cc: dev@dpdk.org, Jingjing Wu <jingjing.wu@intel.com>, wenzhuo.lu@intel.com
Date: Fri, 29 Dec 2017 14:28:12 +0100
Message-ID: <4321941.fRbbIC30Ql@xps>
In-Reply-To: <1512028283-18903-1-git-send-email-matan@mellanox.com>
References: <1512028283-18903-1-git-send-email-matan@mellanox.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH] app/testpmd: extend event printing
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://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: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 29 Dec 2017 13:28:29 -0000

30/11/2017 08:51, Matan Azrad:
> There are new Ethernet device events - NEW and DESTROY, and new option
> to register all ports by one call.
> 
> Adjust application to aforementioned changes.
> 
> Signed-off-by: Matan Azrad <matan@mellanox.com>
> ---
>  app/test-pmd/parameters.c             |  4 ++++
>  app/test-pmd/testpmd.c                | 30 ++++++++++++++++--------------
>  doc/guides/testpmd_app_ug/run_app.rst |  4 ++--
>  3 files changed, 22 insertions(+), 16 deletions(-)

This patch is now part of the patchset v3 for new ethdev notifications.