From patchwork Tue Nov 8 16:15:05 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Zhang, Fan" X-Patchwork-Id: 119558 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 A13F4A0093; Tue, 8 Nov 2022 17:15:12 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 50292400D7; Tue, 8 Nov 2022 17:15:12 +0100 (CET) Received: from mail-wr1-f49.google.com (mail-wr1-f49.google.com [209.85.221.49]) by mails.dpdk.org (Postfix) with ESMTP id 70F83400D4 for ; Tue, 8 Nov 2022 17:15:10 +0100 (CET) Received: by mail-wr1-f49.google.com with SMTP id bs21so21763728wrb.4 for ; Tue, 08 Nov 2022 08:15:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=JYayG3GcNuRKZHSFXt7CyYWU6r4yAzrV8S8MtaTRIpg=; b=mUwC7LZ3gWB7Dg9f2wLcTzCM0Ip2lMY3ibAjMJIyMISgnyqKXxZaep5lIWQYC1NvnJ B3jPBgEQbPFFqNeULZ5QvFFswRjOIo9p4iEoYnMJTht0PW+bCL2J8N8BGSV3NLb4NS3+ yHu4FozPW3xSTwrdRaq5eDVG9hBDQKNOq1wznFT70P/yVW/oi0Q1HWEwkSBo7N2w3nv4 8I6tYSuz1HdPYd6J+nq8XqXhIVJgWpdIeQLay0zkDNpsyCTg2TSRh1zUzTCxC1l86Xrg pC9A0Hbjl++PhHOcPyZurPejpgOOG0jeyw75TMOzC6uFPfyDYzRsyo18Wn1ewZRH5cQB SfyQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; 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=JYayG3GcNuRKZHSFXt7CyYWU6r4yAzrV8S8MtaTRIpg=; b=toKRTMWjyIuPgR8A9j0cnlTYtGvWmzyWVsMb4I0ts2uDyflaRlpOc6oRPTnA7RDuuM T0GIWeyErkWtG4p28R3BeqfgEUZDRePqVXAWKcWRD3gWnsw8rDOzsRfVYhR4NMtC1cPd WFuvuy49BakQMDKPVUBeIBxO85oS5/2iZxoLorOcfS3g/MWEil+7YnOKe03hZUrI/z5A bwFNplcerkyS2oNUtvQc40YBgDqyFt71xmqkcVlh53TmNwkpixoYKcE2HruhoRzoBsDp DojGuXNqiuKUGYHs0HVjlijC9qhJf+e3KPcMRnNQ+41J8wV+T8igRKPlc8mbGGDqaYtD ed2A== X-Gm-Message-State: ACrzQf3Ub1oWDothFrBbQcs2aHL7JbsQs8NqIGbES4PpxD+PpF0AJK0B 4ykQh09oAVf63Zn8SSXTDd+0x+Vo9WGGw2eh X-Google-Smtp-Source: AMsMyM7RDPUtYjBaTxKQVT0BBxOgGVP24SyMvvylwA9+kkBMWPW4JwnFx3Nwru4CS7k6A/xYqo5EfA== X-Received: by 2002:a5d:6701:0:b0:22e:6545:995d with SMTP id o1-20020a5d6701000000b0022e6545995dmr36096700wru.301.1667924108924; Tue, 08 Nov 2022 08:15:08 -0800 (PST) Received: from fanz01-PC.localdomain ([51.37.75.53]) by smtp.gmail.com with ESMTPSA id p4-20020a05600c1d8400b003b497138093sm11861349wms.47.2022.11.08.08.15.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Nov 2022 08:15:07 -0800 (PST) From: Fan Zhang To: dev@dpdk.org Cc: royzhang1980@gmail.com, gakhil@marvell.com, Fan Zhang Subject: [PATCH] maintainers: update for crypto and compressdev Date: Tue, 8 Nov 2022 16:15:05 +0000 Message-Id: <20221108161505.12399-1-fanzhang.oss@gmail.com> X-Mailer: git-send-email 2.25.1 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 Update email address. Signed-off-by: Fan Zhang --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 1c9922123e..536e82fd4d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -441,7 +441,7 @@ F: doc/guides/sample_app_ug/bbdev_app.rst Crypto API M: Akhil Goyal -M: Fan Zhang +M: Fan Zhang T: git://dpdk.org/next/dpdk-next-crypto F: lib/cryptodev/ F: app/test/test_cryptodev* @@ -455,7 +455,7 @@ F: doc/guides/prog_guide/rte_security.rst F: app/test/test_security* Compression API - EXPERIMENTAL -M: Fan Zhang +M: Fan Zhang M: Ashish Gupta T: git://dpdk.org/next/dpdk-next-crypto F: lib/compressdev/