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 16213A00C2; Wed, 4 Jan 2023 17:18:44 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 413ED42D25; Wed, 4 Jan 2023 17:18:38 +0100 (CET) Received: from mail-pf1-f178.google.com (mail-pf1-f178.google.com [209.85.210.178]) by mails.dpdk.org (Postfix) with ESMTP id 2ACA142B8E for ; Wed, 4 Jan 2023 17:18:37 +0100 (CET) Received: by mail-pf1-f178.google.com with SMTP id z7so17494517pfq.13 for ; Wed, 04 Jan 2023 08:18:37 -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=IoF7vstyazisQs+nqisxO9BRjCFVAX6gID2iy2JOntw=; b=R3dUijC5TvSxt8CpwNoXHzDZtXSveGlLLmC6QkXLgFejdQt+F+0VcKjj3uKZQs4iqv Apja3LfMnscYwhUrFyX7c8WDGzteb21HxHEJfQyaMxPGisaNxybfh5h1jRK5f6BR1o5V bf/IF5hmtLj2DDVfEEdcahKFN6vay+Zn63QCH/nCPj8NmFgW4cm1mXb8nWmU0Mb5k72H R0l3Mbv3TRcVbWnbWC01i981V2+eS+Oz5s9BVtSrUR3fWps/D5bTVANcbmmloGqFSYSM 97ggcApwYbjgafjzbLW96x2dEN0+CiIxD3W1CvvK7aHGW1rM02q6x/4wtNFzA91S9ldG V8Fw== 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=IoF7vstyazisQs+nqisxO9BRjCFVAX6gID2iy2JOntw=; b=mAYbDYcKQ3RRl7Dosjm3UlW4YOPzyUH52K7sdbS63ulDN/OazFX6Ym4B5TmYdhUgrm hYMRXrRZW82vzhE4GoqwoFHprWsqtBIrQiXHWanMUUxlfM69zikouhk91cMIjkHwtD4p b9GevdBQQ+YSd9EkPOM/b6ZZlnluI/s+99BK9m+7tYyjo9PuGa1cZMKase7s5upkjDYm 5t8EK+xl80E9udI2JdocopYqYiLCuNgXPiJ9vxCh5FIvKFopTbsReyMhi9uZ0VDBKxFK q6+5GX7EWDVi+ccedRkgVx/1DU8tYQdFYmx1CM3nSnm+E0vkqC1sKDxgHXW4tOGGoOBJ a1Pw== X-Gm-Message-State: AFqh2krRS34qBSii+wDlOrKTjkek/MfbwMFQhchEO+VgHMaq0vGDNS/U lUCrXGH9c9mMpI5IPv3yEDZNif9Vg9rCrZk6y2s= X-Google-Smtp-Source: AMrXdXv/wnCbEBSHG6MY1/uPnKLs6zuVzqWi3loCla6Stm8VIEwVxE0Zj9uC/mTjXjUZF4A04cf5Kw== X-Received: by 2002:aa7:8286:0:b0:57e:c106:d50c with SMTP id s6-20020aa78286000000b0057ec106d50cmr53892914pfm.17.1672849116382; Wed, 04 Jan 2023 08:18:36 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id i123-20020a625481000000b00574ebfdc721sm23505962pfb.16.2023.01.04.08.18.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 04 Jan 2023 08:18:36 -0800 (PST) Date: Tue, 3 Jan 2023 18:58:16 -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: <20230103185816.0a9981c7@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 I prefer to keep the similar output format to wireshark dumpcap I.e: $ 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 With testpmd running with three interfaces # dpdk-dumpcap -D 0. net_null0 1. net_null1 2. net_null2