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 3D05242C3E; Tue, 6 Jun 2023 11:44:03 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A3A6142D12; Tue, 6 Jun 2023 11:43:58 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id 878B9410F6 for ; Tue, 6 Jun 2023 11:43:57 +0200 (CEST) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 3569Kn56019048; Tue, 6 Jun 2023 02:43:56 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=pfpt0220; bh=+Bnr2ZIxX4TVolSxTYFlsiYDNJxOa/IDiyZh3yfK+Fk=; b=Pq4LaFehrJuR7TV1xaUUr5Jz6jK7rIp5y2MPoo4g57/5EykwTgPaEn9sF5lyOZSnThCQ 1PjZSP/aLR7A8auPCK2JiN74QNxffOh0Ms6tO4Ss/Bg9y2gf+yESukZV/GXOdJJ5IRp6 y0XVVwhBwq/yvMO9Qfb20Sy+ivHCJTLsp6j6He/YBUSVcvOKtgpu1TMWVednS0iYT48A uShYzBdPeBHG+zvF7zTGyaUeAnxPZbl1Iv9TDiU3+9pcHQxaP2gj8Ar+AN+R01/xxdVY 7tDCesIRKF3yYi3ITNfP3fznIK6uQ7R67az6rkFlwBqVLxWLB2QSM+u5zA4B61UnmeXu DQ== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3r051k8gy9-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Tue, 06 Jun 2023 02:43:56 -0700 Received: from DC5-EXCH01.marvell.com (10.69.176.38) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server (TLS) id 15.0.1497.48; Tue, 6 Jun 2023 02:43:54 -0700 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server id 15.0.1497.48 via Frontend Transport; Tue, 6 Jun 2023 02:43:54 -0700 Received: from cavium-DT10.. (unknown [10.28.34.39]) by maili.marvell.com (Postfix) with ESMTP id CB7E13F7051; Tue, 6 Jun 2023 02:43:52 -0700 (PDT) From: Volodymyr Fialko To: , , Thomas Monjalon CC: , , Volodymyr Fialko Subject: [PATCH] maintainers: update for Reorder Date: Tue, 6 Jun 2023 11:43:21 +0200 Message-ID: <20230606094321.1865863-1-vfialko@marvell.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-GUID: wMEr9cGtzQC8QLFcwc5hI_SIf7gf33RZ X-Proofpoint-ORIG-GUID: wMEr9cGtzQC8QLFcwc5hI_SIf7gf33RZ X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.254,Aquarius:18.0.957,Hydra:6.0.573,FMLib:17.11.176.26 definitions=2023-06-06_06,2023-06-05_01,2023-05-22_02 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 maintainer for Reorder lib. Signed-off-by: Volodymyr Fialko --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 42a5b20fb7..09befb116f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1488,7 +1488,7 @@ F: examples/distributor/ F: doc/guides/sample_app_ug/dist_app.rst Reorder -M: Reshma Pattan +M: Volodymyr Fialko F: lib/reorder/ F: doc/guides/prog_guide/reorder_lib.rst F: app/test/test_reorder* -- 2.34.1