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 7FB36A0C4D; Fri, 15 Oct 2021 22:12:52 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CC136411C2; Fri, 15 Oct 2021 22:11:59 +0200 (CEST) Received: from mail-pj1-f41.google.com (mail-pj1-f41.google.com [209.85.216.41]) by mails.dpdk.org (Postfix) with ESMTP id D302741139 for ; Fri, 15 Oct 2021 22:11:54 +0200 (CEST) Received: by mail-pj1-f41.google.com with SMTP id qe4-20020a17090b4f8400b0019f663cfcd1so10121005pjb.1 for ; Fri, 15 Oct 2021 13:11:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=otrP1WPiAbZHySe9rsmPVP1BZlXVW85b7wNGEvGKznk=; b=PlCTmqKTbm5uXxl1w5W+pJUpiPg92jlmbgpHpotBs9QjrosG5frOp9xB4Ew2jL3GBQ e/2MIWmOWxTa/rktCdBDHEOvLPnzFjLew/ESNG4Vi4Q756Jbsv7na+xNBygU3bK7K2zL NqZq87rmoawGzHf3bC/7z6tH32d5nhS8poyn9EBbRb5pgJ6zf74IabGi9OkhRBPFggbu oBCi9SLi8NsSE1rq+0Epusf9wbmproN1EmwBmjGxNEL5R1YMq9YTkp3EWj6OjwlY1OCL /IYHg4r2p+CqgK6u0EFYE8WwO6LeypnTDO9y8Ri5w+oHkwc6M777PTUXDtChRSZcAd9i yB6A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=otrP1WPiAbZHySe9rsmPVP1BZlXVW85b7wNGEvGKznk=; b=kjfWDvpJ60hZQUfwexMwg7Prc29OOT8ayRAiMCuSWb+NQhb6FC3M6MD8XuAwFV3KAQ jSV0PhC8Ie5OIj6y7THeLl6W1Czrn/MHurqV31WRvDY7vonjf5wT+wOxuS2ELXNyhXVg 9eGNNQ2nkOkGAM/iFx++HmDqTId84SUt7OC/ee/fK4lszIckiXtpSQi/VDiWctk/mblZ ac5WKfd8NhDZZJ34n9zWGTVGVzSQLbI91yDcJWV8dmOHd6jUB+LvlWRb63+zNsRVGOLH stJSWUaHf88mrxpaDILi3evkH+KMqSNAN/cR1K8Q1YtICm8ffsZt0keJaz+TVco8FcP4 RzRg== X-Gm-Message-State: AOAM532tErrepoR+dUu2nrqz3UmF8vGmXIZWLAEWAuqSOAXI9Ix6xd5T +D68ljpAZwyPVkYpz8Jk8HRhysPoPNW+bw== X-Google-Smtp-Source: ABdhPJxcXYRVgEpwPD4f1qy/7Z5+9ZMs8uWzyG26fOdOlfuRB8dcy1Sl+ulM2vB27fODM8N294UG4Q== X-Received: by 2002:a17:90b:4b10:: with SMTP id lx16mr15806135pjb.217.1634328713622; Fri, 15 Oct 2021 13:11:53 -0700 (PDT) Received: from hermes.local (204-195-33-123.wavecable.com. [204.195.33.123]) by smtp.gmail.com with ESMTPSA id g4sm5250456pgs.42.2021.10.15.13.11.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 15 Oct 2021 13:11:53 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Thomas Monjalon Date: Fri, 15 Oct 2021 13:11:29 -0700 Message-Id: <20211015201129.63220-13-stephen@networkplumber.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20211015201129.63220-1-stephen@networkplumber.org> References: <20210903004732.109023-1-stephen@networkplumber.org> <20211015201129.63220-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v14 12/12] MAINTAINERS: add entry for new packet capture features 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 Sender: "dev" Since the packet capture is just extension of existing pdump; add myself as maintainer of that. Signed-off-by: Stephen Hemminger --- MAINTAINERS | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index ed8becce85cd..6d95d151ba4a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1425,12 +1425,17 @@ F: doc/guides/sample_app_ug/qos_scheduler.rst Packet capture M: Reshma Pattan +M: Stephen Hemminger F: lib/pdump/ +F: lib/pcapng/ F: doc/guides/prog_guide/pdump_lib.rst -F: app/test/test_pdump.* -F: app/pdump/ +F: doc/guides/prog_guide/pcapng_lib.rst +F: doc/guides/tools/dumpcap.rst F: doc/guides/tools/pdump.rst - +F: app/test/test_pdump.c +F: app/test/test_pcapng.c +F: app/pdump/ +F: app/dumpcap/ Packet Framework ---------------- -- 2.30.2