From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <dev-bounces@dpdk.org> Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D11B7A0C41; Wed, 6 Oct 2021 18:26:18 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BACCC41136; Wed, 6 Oct 2021 18:26:18 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id A49CB41130 for <dev@dpdk.org>; Wed, 6 Oct 2021 18:26:17 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10129"; a="213159039" X-IronPort-AV: E=Sophos;i="5.85,352,1624345200"; d="scan'208";a="213159039" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Oct 2021 09:26:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.85,352,1624345200"; d="scan'208";a="589819989" Received: from sivswdev09.ir.intel.com (HELO localhost.localdomain) ([10.237.217.48]) by orsmga004.jf.intel.com with ESMTP; 06 Oct 2021 09:26:14 -0700 From: Fiona Trahe <fiona.trahe@intel.com> To: dev@dpdk.org Cc: fiona.trahe@intel.com, roy.fan.zhang@intel.com, ashish.gupta@marvell.com Date: Wed, 6 Oct 2021 17:25:47 +0100 Message-Id: <1633537547-10453-1-git-send-email-fiona.trahe@intel.com> X-Mailer: git-send-email 1.7.0.7 Organization: Intel Research and Development Ireland Ltd - Co. Reg. #308263 - Collinstown Industrial Park, Leixlip, County Kildare - Ireland Subject: [dpdk-dev] [PATCH] MAINTAINERS: update entry for compressdev X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org Sender: "dev" <dev-bounces@dpdk.org> Replacing myself with Fan as compressdev API maintainer. Signed-off-by: Fiona Trahe <fiona.trahe@intel.com> --- MAINTAINERS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 278e5b3..2586468 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -438,7 +438,7 @@ F: doc/guides/prog_guide/rte_security.rst F: app/test/test_security.c Compression API - EXPERIMENTAL -M: Fiona Trahe <fiona.trahe@intel.com> +M: Fan Zhang <roy.fan.zhang@intel.com> M: Ashish Gupta <ashish.gupta@marvell.com> T: git://dpdk.org/next/dpdk-next-crypto F: lib/compressdev/ -- 1.7.0.7