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 5FFC4A10DA for ; Fri, 2 Aug 2019 04:52:06 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C1B771C1F1; Fri, 2 Aug 2019 04:52:04 +0200 (CEST) Received: from mail-pg1-f176.google.com (mail-pg1-f176.google.com [209.85.215.176]) by dpdk.org (Postfix) with ESMTP id BFB411BEDC for ; Fri, 2 Aug 2019 04:52:02 +0200 (CEST) Received: by mail-pg1-f176.google.com with SMTP id d1so2458318pgp.4 for ; Thu, 01 Aug 2019 19:52:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=jmKpm4CbD4ecIm82zeMtnrgQCEaYF6GPGcTpIBXDR9w=; b=CU12KqQUULiBgsug3V3/vBi4i2C+wm2K60fe5jRRCKJeYL09fvWCliSjI88bEB0YFX RxWgjBEyO+U4y8LsQKhGX6zjU1TFRm6JbXes0r9jfWXyJs4sxqE/vNELB2x0C8s+GkLY s2hsTGfiq0n7mE4HAQHd6oomQETZPfpfhNbRFSqN723NmFs/lbIBvvDGIVJfkGp/dxLi rWl+7kEGkZQXTbpOAUV70YGi0wgUBc2G0J8UnYvsY4rD7xhuE7bhy275Q1fnLvjhpWd1 pgONLWVLP8KMtgb7dJ2S2/+E9vy9eW1OxZhq79gDIbj8aG59W6OCKM0MGlamXbe8MnJ2 UDQg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=jmKpm4CbD4ecIm82zeMtnrgQCEaYF6GPGcTpIBXDR9w=; b=jJNxCGN+tqkBwaE+O6GXllJEJ6I54snBhyUul5WJsQ+7/jaNjXT/XLixhvP+quza0i vp42qkbBLLMxmGU/TBOFqkzU6gCsx4qd/1DgN5DWff8JUG7wPLnKJIK4W1bg1vAmx3EO hFeD0b83OptrJ9XQUDRa0YgNvIzQ6bmia7bwqiF+k5UOn0oNW6uHTlHjySAnZTIaUG2L IFl0mZsx9HjvZUBIFAKCu8GExALqHmH+wTLXYHhXLuFBB6/WPwlnAYYqvpSA0gNGyP/n N8zWKe0KFpDgvLg45uCZLaJ/ULjKx5QSxlVP7vJ/gJz3m6tD9775af335wMp2BgjNUTd YanA== X-Gm-Message-State: APjAAAXyo6+42pUZzVD4s7d31ueRJSomyur5py+JPYy9y+9NVy6EkcCP 4OdsvXSYGFWm1cHG27d7agtjfk5C X-Google-Smtp-Source: APXvYqxHViSGIKBfRcJ3PsMRq6hii+bGnbITOPVbbMnFBQyqrnatseraYhcFC56w+n7LxiMthMz+FQ== X-Received: by 2002:a62:8344:: with SMTP id h65mr57072005pfe.85.1564714321231; Thu, 01 Aug 2019 19:52:01 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id s24sm73911995pfh.133.2019.08.01.19.52.00 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Thu, 01 Aug 2019 19:52:00 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Thu, 1 Aug 2019 19:51:51 -0700 Message-Id: <20190802025154.328-1-stephen@networkplumber.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [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" Small fixes to testpmd, found while trying to get testpmd to work correctly as secondary process. Fixing that goes deeper and another set of patches to do that will come (for 19.11). Stephen Hemminger (3): testpmd: allow configuring log level on command line testpmd: block secondary process testpmd: use exit instead of panic app/test-pmd/testpmd.c | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) -- 2.20.1