From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6D8F4A00C2; Mon, 2 Jan 2023 17:57:32 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0E19840693; Mon, 2 Jan 2023 17:57:32 +0100 (CET) Received: from mail-pl1-f174.google.com (mail-pl1-f174.google.com [209.85.214.174]) by mails.dpdk.org (Postfix) with ESMTP id 1BC3640689 for ; Mon, 2 Jan 2023 17:57:31 +0100 (CET) Received: by mail-pl1-f174.google.com with SMTP id d15so30050981pls.6 for ; Mon, 02 Jan 2023 08:57:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=S5ESAg5d4bysF7c/UCNVFkbEYKjBIKse6y80B3c5Jx8=; b=VBrwZt8YDZs54sZ0SFnnKqGtlVyBxKzaNJ+lNpjoTWtgmUr8YWE6rEnEKdMVFg3hiV +I9bMFVpGuSUQeO02WYLo1yBS9jH22NyX0AjN84PGPe9sdmr0CIi5QoYewueWLKdlNoI u16s8LXss5aQVQidcBIOMyAjyoIbknij+MI96aCtEbDEAorM9+yGBKZm3I7Z95urZV+E f7rkorj4dICNJFahKS3S2U85BH4kRN9E5GgUTBDc7t5NBOEG4XvxqiIeWKG/AlbMKgKG fx1QzDcDxSLmXIgRW1gLMTDGRZfZ8Do5XNKHI94a3KLq8DHvREWJv2UUDB+pIzk05cAJ SNEg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=S5ESAg5d4bysF7c/UCNVFkbEYKjBIKse6y80B3c5Jx8=; b=wnFcw5TSXk728CHPREsfFKwT1qTOth9eT9eALYbirlJG0V7vV5m6DaUVuKxcLtekBZ Izk5zd2B7c3GyzcMYDeDV/1oWCoC/NkF59SZuseaeh4krjOBjhP0BRpptP9SuBbdrngC sz2bDamxZkpaGoALzxSamnnKn5V+dlWkh+bvB4TRIO6WdUv0ZYVCWexio0cK0HxRomjJ Cl13cAziVpV/NAC4ljfP6V3V+gAUsZaJMx2PX0NIimoeiN2dkR5IUDTrtVaq2zEyY2JF Qw+pZafuQgqyTOKSxHIVs/krlvjSp1fyeIF9KoxvdqiHBYFZST32PRNveO9C7p3ZxXwH nBfg== X-Gm-Message-State: AFqh2kqzUDW2CInSYk0jJpCZM4+DQ5SAIcvYkyeI9FFDI7gJH+cnPAbf JK3wGNLGiwxmeXqhcOxBC2BEiw== X-Google-Smtp-Source: AMrXdXtKwElsHfZsv25smkcHyHq4KMrKKVVVuzgF+KcaP4qa+uGVXGXJinQcQEEUkYCQuEW1XrEL7w== X-Received: by 2002:a17:902:8c8b:b0:189:c536:c745 with SMTP id t11-20020a1709028c8b00b00189c536c745mr45123054plo.2.1672678650187; Mon, 02 Jan 2023 08:57:30 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id p2-20020a170902c70200b001898aa48d17sm11049355plp.185.2023.01.02.08.57.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 02 Jan 2023 08:57:29 -0800 (PST) Date: Mon, 2 Jan 2023 08:57:29 -0800 From: Stephen Hemminger To: Ben Magistro Cc: dev@dpdk.org, ben.magistro@trinitycyber.com Subject: Re: [PATCH 1/6] app/dumpcap: add additional dump info Message-ID: <20230102085729.5bd5a784@hermes.local> In-Reply-To: <20230102162441.6205-1-koncept1@gmail.com> References: <20230102162441.6205-1-koncept1@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Mon, 2 Jan 2023 16:24:36 +0000 Ben Magistro wrote: > This change increases the information returned when listing interfaces > to include link state and promiscuous mode. Additionally, the > information is formatted to be easily consumed by a machine or a person. > > This change is/was utilized while troubleshooting and developing the > subsequent patches to address the issues identified on the mailing > list [1]. > > [1] http://mails.dpdk.org/archives/dev/2022-December/258317.html > > Signed-off-by: Ben Magistro The output format was designed to be the same as dumpcap, if you want more info use procinfo. $ dumpcap -D 1. enp2s0 2. any 3. lo (Loopback) 4. wlo1 5. bluetooth0 6. bluetooth-monitor 7. nflog 8. nfqueue 9. dbus-system 10. dbus-session Testing a fix now for multiple interfaces.