From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 39853A00E6 for ; Mon, 5 Aug 2019 15:48:29 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BD1661BDE0; Mon, 5 Aug 2019 15:48:28 +0200 (CEST) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id E3C151BD52 for ; Mon, 5 Aug 2019 15:48:27 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 6AEA0218BB; Mon, 5 Aug 2019 09:48:27 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 05 Aug 2019 09:48:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=Fhg5gk7i3C1StDQs4Se3+cfFvDRfigaZLL2OdrGH7oA=; b=dMBdkkwcfxXJ NEeA83D+A9Azmy+y8bGCGukUw8YOzywHA11C74eRsGu5+v3bI6E4p9rLuLxPjJr7 Z4hrPUps41e+0lwHK532kI6UJKBjrJpEIXTN8xojPwqeZpx7SWEFu93YqmbEkHrM 3MpBCaDZGnfPLojvpa0b17IlfE/zphc= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=Fhg5gk7i3C1StDQs4Se3+cfFvDRfigaZLL2OdrGH7 oA=; b=lyIcGc4/gYJ4l9XyPxy+qgtjEuIXHPh1FeSNWY54IWE1mW0HUERj746b7 3+ZVYoTLx1DesCt/Jmru279bhGB6cYQuD1hiAt/IqdZpVUDSciUttnQTU3tTEYT9 Z955qnUUuvPWriWtzK/7qKG+uGBjVda0Urea7wWwrlqN+AJQs82j3O70F2ifxISc TmaA/rJRfokoAkn7MfMuH534tsCdAnfdlRB/y3tEwRysSKNDyEzK+L19mUYc8+2N eE5Wkg2J/Bcdhvv55CoTyRC39Y/uNBwZlOi/Jo8OYsOlBFaJx8bnBWusdMA6v7wI T6SmyFJ8aHI/83EqPaAPOxebtBefw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddruddtjedgieekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 5212138008E; Mon, 5 Aug 2019 09:48:26 -0400 (EDT) From: Thomas Monjalon To: Stephen Hemminger Cc: dev@dpdk.org Date: Mon, 05 Aug 2019 15:48:24 +0200 Message-ID: <3122402.nKtXNzZgVt@xps> In-Reply-To: <20190802025154.328-1-stephen@networkplumber.org> References: <20190802025154.328-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 0/3] testpmd: fixes for 19.08 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > Stephen Hemminger (3): > testpmd: allow configuring log level on command line > testpmd: block secondary process > testpmd: use exit instead of panic Applied, thanks