From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/testpmd: extend event printing Date: Fri, 29 Dec 2017 14:28:12 +0100 Message-ID: <4321941.fRbbIC30Ql@xps> References: <1512028283-18903-1-git-send-email-matan@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Jingjing Wu , wenzhuo.lu@intel.com To: Matan Azrad Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 40A11237 for ; Fri, 29 Dec 2017 14:28:29 +0100 (CET) In-Reply-To: <1512028283-18903-1-git-send-email-matan@mellanox.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 > --- > 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.