From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 298F21C146 for ; Mon, 14 May 2018 04:22:11 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 8DA9C24E77; Sun, 13 May 2018 22:22:10 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 13 May 2018 22:22:10 -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=zwAQYfGrwDptXiYPaRmySAOzTg P84ZLddZShlcXZvyA=; b=M1gFFF+TomNAmJzUT5rWd3gmALjcsWMSdIfdTf84O6 DeLVjxZJWFYLjPD4qAaUBLa9kn1WPH/dox0axm+loIN8WrMoLfzxqn9bEg0i/T9y mQDQRwR1cSwEPIsHcQDWjlMWJySVoZhIxnmOvogggRQRm/8xulxPqw+wCE/lSMD1 s= 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=fm2; bh=zwAQYf GrwDptXiYPaRmySAOzTgP84ZLddZShlcXZvyA=; b=IZdQGr4P2z9pkZZbvNF7lm WjmcYRSRqE5Tp5hyRuWKqVdc+T+Um3RX/jvcmOS5Wk1JHhQKm85VLotZe3SNjmq8 KGBZt6ZV4VwnvPAP0SdqApmu5gH2KXvQxk5Mj3fzaz9addOfb70Ta7g8QJTB0mxZ u+v/UmSUCG8KFoZuOCRBBzCPEz3mgUtoomEEtoZz0pewCL4lv9EwYKJRG4gGEhjK BvU2OkicAT7AJc9c83BMDZtJuwoJxEflrHWcbI7OIX2OG8VIQReq2PMJWgazatKz NmryoCyR93aiwp3qkws7UbZ1JYPE+nyUxA6/+HyrkDz8zRaQIQS+bqVXt29Bj8tg == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id DCBACE4393; Sun, 13 May 2018 22:22:09 -0400 (EDT) From: Thomas Monjalon To: Matan Azrad Cc: dev@dpdk.org, Wenzhuo Lu , Jingjing Wu Date: Mon, 14 May 2018 04:22:08 +0200 Message-ID: <2934841.zmDFfohfL1@xps> In-Reply-To: <1525343508-29487-1-git-send-email-matan@mellanox.com> References: <1525343508-29487-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 0/6] Testpmd: fix port hotplug 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: Mon, 14 May 2018 02:22:11 -0000 > Matan Azrad (6): > app/testpmd: fix valid ports prints > app/testpmd: fix forward ports update > app/testpmd: fix forward ports Rx flush > app/testpmd: fix synchronic port hotplug > app/testpmd: fix removed device link status asking > app/testpmd: fix asynchronic port removal Applied, thanks