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 B6552A034E; Wed, 6 May 2020 21:58:09 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F1F3A1DABE; Wed, 6 May 2020 21:58:08 +0200 (CEST) Received: from mail-pj1-f49.google.com (mail-pj1-f49.google.com [209.85.216.49]) by dpdk.org (Postfix) with ESMTP id 06CD71C1C9 for ; Wed, 6 May 2020 21:58:07 +0200 (CEST) Received: by mail-pj1-f49.google.com with SMTP id t40so1443328pjb.3 for ; Wed, 06 May 2020 12:58:07 -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:in-reply-to:references :mime-version:content-transfer-encoding; bh=Jy2YSrhgDR+yGcnueK9BenX0Cwii4Hjm26jtjIxLosA=; b=dkIglS3GfhfBk2tys/bTDmiuHJJysplCultIk+JnYTWez58/0ho8mfL3/cK50fK1lS KPm/Foc+P/TvvrO8YBrl1Gd/9ujt+McPS+iWg+cGlQZqRHnwdgH9zQJAaQcS/pHSictI 0l9hyDWunbI4ugn7nMrqI4ZI5LWFFZReoVEZe5n9DHh7NazfBiSzx03JCluv7LBcfoxp gwP4qEFGH2MxUoqy9EBvH83yZFpdLWHMeOCAV/U+NQx9pYKReaaGifx/M9vTKshI7Ejy NcSkXlBVJswil6n/f5AsWgOrx9WqLOn+xMovHU5scFBcNDm4Ymgt6PHBlixUiGxGTcAV Od/A== 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=Jy2YSrhgDR+yGcnueK9BenX0Cwii4Hjm26jtjIxLosA=; b=YDngN3lo038v1Wvg9NwIjlIt7hiCQF8tAORRudE3oXMrCIC4yQppd21cbRcpvHWAxi /1Qsl15EtQ0RKPsZBoIeRryjcm4tsDR63KRZvGYr9WqaWEmjt1UCYhIq47Ol98ydBxZm tHmmlPnNplRe6TTFP9hEEP9sMoxKFXzbAa0KotvNA65btopPlaDCdDnOJm2QXP5rOD73 MbvjP6FZW6fY8fPMDRdSiltycDvzwl2mNRYiZg+P0Mo2N70RqNy3R5vluJZwmSwnoawY n+kypFUsIuIn5LqnMUaKc43ydDVBMk0GgyZw6pmfjSLHAOPcH7MDggW0gKogV9DlcOtA aw6w== X-Gm-Message-State: AGi0PuZbuXxdWAPS0dLlmhFPVCMHvL6giaaroEdSC4yKWjCKrml5BfJB G470nsMtRt+lJLVY9zxKkQeGexTKHCPa/A== X-Google-Smtp-Source: APiQypIaS1P3m4TXrWycCXNARj3LlnuFisXV0TdPcyP0QmOutP0Mk0z0o0itcQE0fMuLQCAZ7EWVjw== X-Received: by 2002:a17:902:ba89:: with SMTP id k9mr9455757pls.199.1588795086310; Wed, 06 May 2020 12:58:06 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id w1sm2126238pgh.53.2020.05.06.12.58.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 06 May 2020 12:58:05 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Wed, 6 May 2020 12:57:51 -0700 Message-Id: <20200506195758.27057-1-stephen@networkplumber.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200506193741.24117-1-stephen@networkplumber.org> References: <20200506193741.24117-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v2 0/7] app/proc-info enhancements 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" The current proc-info command is useful for diagnosing issues with external DPDK applications, but the display is limited and somewhat ugly. This patchset adds some enhancements which show more info and suppress unnecessary stuff. v2 - fix checkpatch complaints Stephen Hemminger (7): app/proc-info: remove unused logtype #define app/proc-info: eliminate useless borders app/proc-info: hide EAL info messages app/proc-info: add more info to show_ports app/proc-info: hide crypto-context display app/proc-info: dump rx and tx descriptor info app/proc-info: provide way to request info on owned ports app/proc-info/Makefile | 3 + app/proc-info/main.c | 283 ++++++++++++++++++++++++++++------------- 2 files changed, 197 insertions(+), 89 deletions(-) -- 2.20.1