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 66DD64541E; Thu, 13 Jun 2024 15:51:55 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3D211402F0; Thu, 13 Jun 2024 15:51:55 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id D8EDC402E4 for ; Thu, 13 Jun 2024 15:51:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1718286713; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=OyOz+hk8KOhcN1TEkAex2odctxXwZHHNEIrA9FMjwEA=; b=Lx0jSq0cnKJCkfSICvc7DIpTUpcJnPdGoHHd8wNaf7xQodHUkaW99QtOuwCJquoFmwwhrh T5o73LhvIawT1B4UmrDejT7UTBoiP5iFfw2YGVTyzvDKWcZ6BmKY+kTfhZGF2xSHNKi0Kh xVszBXsga/pVELGEzmzV3NhlKpep41c= Received: from mx-prod-mc-02.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-31-ttXnJLbCM_yh2eUqb0tnXw-1; Thu, 13 Jun 2024 09:51:50 -0400 X-MC-Unique: ttXnJLbCM_yh2eUqb0tnXw-1 Received: from mx-prod-int-05.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-05.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.17]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-02.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id CB7E31955D8A; Thu, 13 Jun 2024 13:51:48 +0000 (UTC) Received: from dmarchan.redhat.com (unknown [10.45.225.89]) by mx-prod-int-05.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id 8992C1956060; Thu, 13 Jun 2024 13:51:47 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: Thomas Monjalon Subject: [PATCH] maintainers: remove cxgbe maintainer Date: Thu, 13 Jun 2024 15:50:13 +0200 Message-ID: <20240613135013.727751-1-david.marchand@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.0 on 10.30.177.17 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII"; x-default=true 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 It looks like Rahul left Chelsio (at least, his mail address is rejected). Remove him from the maintainers, which makes this driver an orphan. Signed-off-by: David Marchand --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index c9adff9846..fe44179ccd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -716,7 +716,6 @@ F: doc/guides/nics/octeontx.rst F: doc/guides/nics/features/octeontx.ini Chelsio cxgbe -M: Rahul Lakkireddy F: drivers/net/cxgbe/ F: doc/guides/nics/cxgbe.rst F: doc/guides/nics/features/cxgbe.ini -- 2.44.0