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 EAF14A052A; Sun, 12 Jul 2020 05:12:32 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 80D851D59E; Sun, 12 Jul 2020 05:12:31 +0200 (CEST) Received: from mail-pg1-f195.google.com (mail-pg1-f195.google.com [209.85.215.195]) by dpdk.org (Postfix) with ESMTP id 3D4791D597 for ; Sun, 12 Jul 2020 05:12:29 +0200 (CEST) Received: by mail-pg1-f195.google.com with SMTP id p3so4502065pgh.3 for ; Sat, 11 Jul 2020 20:12:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=jetXOFrTZU+1HJWg7DPAao+k5AxvmSFoNreMRm+sp84=; b=IF6haD1x1KeuPsaKAMfBzPjbatYpS65kekutndoCiIO5d66G4+nm10vfB068yzN1Q3 NMK/9ypcvrjCnId7fFZHqGBSm74iNYRBVOlheuchsAzFZqXjlxa+NTncGIubLW2htip9 NFSYLXRQswzTE8G3L94L5FP2zi7hv26noh1PK+cqclVhP8kGWuj7Fe9BV+RDxNKpvz8B CMO4swu3Mq5q9/CxRKQpmUsRltm6K2Lt9n7VBdi9cPEC102akNzcuPRhdqllYU3NftD3 Gb+OUAG80T+fAMQtvDlNaKBYVMzpBKmI2FReXvNdHs10qU4ts1DUUSRXJ6leokgm4MIs HcMQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=jetXOFrTZU+1HJWg7DPAao+k5AxvmSFoNreMRm+sp84=; b=lKo7Vlr4jAOEr5N6Ih6QDZtpzRSY7zChmU2aROSxXk0o3b/ulxaIHnTQ8qgAZssyTB XM2smZmdzFt0bNRHrIj5VI89gGe0bFsorrgmVBsugYW2uRbAAA+7+z2CYZc4ogdyaZ1T apFO+ednifRmwtVMqUNjGjle9WuveDUbU8VUcNLcF2YYbw4XEeBaDBXiLgicAf4eqb4F BbxWJl46C2E4nCYXYwxugmL/SxbBlQJ/9BJ5mnalKU+jSvf/e7WPbs45sp3/i83DUlgS mRl5am9/zAyiZIWwRo+EBZz1Oi3FcgpglD7/oDpXRlj7BmpAd8w4tvudJApmqUpi7GYH atLw== X-Gm-Message-State: AOAM5333Zf+cqIDbmV6BglnO335XeiI37V1GVczj3v6c7E/BSSw+5YZj wSt2SD6O9B+hmZ5eFu/YuCKnxg== X-Google-Smtp-Source: ABdhPJw6QALoBDjDkuULoXy8R2fcwtn0IozJy1yvzc9LXQRlqdtCsEJ+QUr6jUl/8jtU+JN5w872fg== X-Received: by 2002:a05:6a00:807:: with SMTP id m7mr71313938pfk.246.1594523548128; Sat, 11 Jul 2020 20:12:28 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id 66sm3156438pfa.92.2020.07.11.20.12.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 11 Jul 2020 20:12:27 -0700 (PDT) Date: Sat, 11 Jul 2020 20:12:24 -0700 From: Stephen Hemminger To: Hemant Agrawal Cc: dev@dpdk.org, maryam.tahhan@intel.com, reshma.pattan@intel.com Message-ID: <20200711201224.6fc4eca1@hermes.lan> In-Reply-To: <20200711095343.10523-1-hemant.agrawal@nxp.com> References: <20200710160610.22844-1-hemant.agrawal@nxp.com> <20200711095343.10523-1-hemant.agrawal@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] app/procinfo: enhance port mempool and crypto info 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" On Sat, 11 Jul 2020 15:23:43 +0530 Hemant Agrawal wrote: > This patch enhances the port info for more details about > the port and queues. > This patch also add support to get info about the mempool > ops and security context for crypto devices. > > Signed-off-by: Hemant Agrawal What ever happened to my procinfo patch series. https://patchwork.dpdk.org/patch/69877/