From patchwork Fri Mar 8 17:07:17 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 138128 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1991C43C27; Fri, 8 Mar 2024 18:07:29 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7F6FD40291; Fri, 8 Mar 2024 18:07:28 +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 EC68140274 for ; Fri, 8 Mar 2024 18:07:27 +0100 (CET) Received: by mail-pl1-f174.google.com with SMTP id d9443c01a7336-1dd01ea35b5so13696015ad.0 for ; Fri, 08 Mar 2024 09:07:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1709917647; x=1710522447; darn=dpdk.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=EfBRHlcnb12Z0EkjLTqkmcBAbjDjceM3J1yoMh31E6A=; b=AZa1GI29mwMWiY8Bn3Luq3lJHMMSMShK+5NL5VR2YEV7J2DG7LTDP6iVTRnxtMZR4J V/+wQ2fMRLWS+hlc6Ew65TH7H88kGpH0kQBJqAjR+b8IroctsWzUasQ9SV3ekKxPFdvX nVV1M2nvayDbkTpZPLuhu09ta337lhRvKt4gHTjWUVDL+70tNW2tPCoKbWuuRm0Mtyu7 1VlelRH+e8FPHx78YEdq5TiMOGwfy973FabRQyjXOmhiE/TwbqWK4NDtr4al1O0qMt9h Mm8akFngabQ7ryea0N1JAbSokenJgdysqVEO/jUqaW9szJiXp8t9RxnqZ7QQV5HS/5TA 2QtA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1709917647; x=1710522447; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=EfBRHlcnb12Z0EkjLTqkmcBAbjDjceM3J1yoMh31E6A=; b=cgSyEshwKc9wVnl5xTSE9PRR36cfEIEm7FowZ76I+RKHexuAoBg8dI0ATJKHRb7Ltd R+GRgZ5T6wvYH5sFcfCaCM7a2gjj895TxwUa3VlqbafbFWbRL9T0CKJPL6QNvdm+yZuJ 8RUpoj37yeq+7IQMQEie8ZQzYc55xG4NU4IoRm7tZHdTSljckwAnuSa69uflZKtCWYl2 yZGSkm5kBRvVkz1fn7O6hhGXZYk/nJ9H48fPYbHwnHa89Sk90WdzfZvrc/5gRsRy3reV C3TFgI4nCesIGcE+Gc9iDsAfxqEXOzRgvl/ZE8wewAMGe45YD6mwsGz6pTkkooypmeF3 7fAQ== X-Gm-Message-State: AOJu0YyqPVR9hRxZPREeoHmPZvepcqt5DBea4TfmPXNf/OyFnrW5FyxL sjdUPQK1NEAjlnvq5nmwNQZbZKmc46mGkPenrksrNRe0bEC8BUPdgBlXDBlXcifLonPJghfeSwP 6HWs= X-Google-Smtp-Source: AGHT+IE17gzieEoWxO4sM2VOKIoKHFQrDzbHcp1jCkav4smLVEmhnWEHy7j3kdL/Cm2WuRHO4ZDzbA== X-Received: by 2002:a17:902:aa86:b0:1dc:cb04:82e8 with SMTP id d6-20020a170902aa8600b001dccb0482e8mr10046414plr.22.1709917646887; Fri, 08 Mar 2024 09:07:26 -0800 (PST) Received: from hermes.local (204-195-123-141.wavecable.com. [204.195.123.141]) by smtp.gmail.com with ESMTPSA id 2-20020a170902c10200b001dd69a072absm1374380pli.178.2024.03.08.09.07.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Mar 2024 09:07:26 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Subject: [PATCH] add a ignore list for get_maintainer Date: Fri, 8 Mar 2024 09:07:17 -0800 Message-ID: <20240308170717.8677-1-stephen@networkplumber.org> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 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 Add an opt-out list for get maintainer tool. This is helpful to avoid getting bounce messages and to allow developers who do not want direct mail. Signed-off-by: Stephen Hemminger --- .get_maintainer.ignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .get_maintainer.ignore diff --git a/.get_maintainer.ignore b/.get_maintainer.ignore new file mode 100644 index 000000000000..f70eee0b0d60 --- /dev/null +++ b/.get_maintainer.ignore @@ -0,0 +1,11 @@ +Chenbo Xia +Damian Nowak +Ferruh Yigit +Gage Eads +Guoyang Zhou +Jiayu Hu +Miao Li +Pascal Mazon +Raveendra Padasalagi +Shreyansh Jain +Timothy McDaniel