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 A03A9A054A; Tue, 25 Oct 2022 14:11:44 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8622342847; Tue, 25 Oct 2022 14:11:43 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id A2ADB427FF for ; Tue, 25 Oct 2022 14:11:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1666699901; x=1698235901; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=jPoWzgIp0GbOaaKGm4PXcZ0i9Y4+P5RSyww2LbDkCao=; b=a9ENHLAj7/Kd3V1PS9TjbOn7baQ/sO3XowZ51GKSAq0QQJrlANflmOF2 uVNf8Iq1/ETHHMMtkwDRhLBm1mzS0GMVFF79z/CZZOOjOvWwj1wtGR9gw lDkK7AtTbxVCg7HqRy0UvX3Z7pyR27NQvtNcSPKemOovUMp7c4uF3seRS 9HXBFsun79ERPML7AFBUokoHjH8LAcavcIfqfYA2y1fHijytiMZoMUhzE u9pjJ54aYxEpIzekaZ9+I7ErY2OqEY9BY+2FoFjUi8b9Z1ifadHtkTDln gFGTcgJN/CmOS0tGz2rRFip+f3GPXBMWo7Qr1OL+esv16r0Xj8i/UtvOW g==; X-IronPort-AV: E=McAfee;i="6500,9779,10510"; a="290959317" X-IronPort-AV: E=Sophos;i="5.95,212,1661842800"; d="scan'208";a="290959317" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Oct 2022 05:11:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10510"; a="662783626" X-IronPort-AV: E=Sophos;i="5.95,212,1661842800"; d="scan'208";a="662783626" Received: from silpixa00401459.ir.intel.com (HELO silpixa00401459.ger.corp.intel.com) ([10.237.223.90]) by orsmga008.jf.intel.com with ESMTP; 25 Oct 2022 05:11:39 -0700 From: Bruce Richardson To: dev@dpdk.org Cc: Bruce Richardson Subject: [PATCH] maintainers: remove obsolete contact details Date: Tue, 25 Oct 2022 13:11:12 +0100 Message-Id: <20221025121112.342376-1-bruce.richardson@intel.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 Bernard is no longer with Intel and is no longer involved in the DPDK community, so remove him from the MAINTAINERS file. Signed-off-by: Bruce Richardson --- MAINTAINERS | 2 -- 1 file changed, 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 2bd4a55f1b..86a66b3981 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1442,14 +1442,12 @@ IPsec M: Konstantin Ananyev T: git://dpdk.org/next/dpdk-next-crypto F: lib/ipsec/ -M: Bernard Iremonger F: app/test/test_ipsec* F: doc/guides/prog_guide/ipsec_lib.rst M: Vladimir Medvedkin F: app/test-sad/ Flow Classify - EXPERIMENTAL -M: Bernard Iremonger F: lib/flow_classify/ F: app/test/test_flow_classify* F: doc/guides/prog_guide/flow_classify_lib.rst -- 2.34.1