From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 22D82317150; Thu, 23 Apr 2026 14:27:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776954453; cv=none; b=XudQsDrOdypEErNmRnt1u/OIBsh+J35Thhn7sREDFmkjhxI0YNOdx6SwwlaG6mJXoohkYTOOAzXCKDCJMI1TJztHhlGol1xPbVmf/j4qBm3ZT/wpBNddid4zuXIK5LENGCBO3/HVy3h3Yp+QsgmZAOvLxq1bH6qow5ZhPnhb+DQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776954453; c=relaxed/simple; bh=uxLcnyxU+oY9ZFJ7oDqaVldtr9UKvzaY21jcdjJAcks=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Y2upU/JqYPuydVFUCZiOqN+DGiLFh+LgP8bx03V+5AGRdFFm70M2kkHxThyRKoVWMM0+1eZvirUrZd5WjuA0gh/1TvCYns8+0ylOOeNjaOmwdrYNEl064jvGtO3FQ8gMzK/d4YmohRCh4hHICVABjULoHjlI37n6KzrfT74lB8E= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=EBhgnuvH; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="EBhgnuvH" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 34987C2BCB3; Thu, 23 Apr 2026 14:27:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776954452; bh=uxLcnyxU+oY9ZFJ7oDqaVldtr9UKvzaY21jcdjJAcks=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EBhgnuvHle6qFfbnIZp4Qcm/N07GS/oJMboksQriQMBu/EMHw+5UsC5R74XlNlESz ENVR2aecm+aIPCe5sOc36HK7SaOUVYBNwbG+eMuvMjbOhjo601VUappxJoqz/emcZB XSOTq9ODTWZbGRKL5vH36IqmYQOnthFb3juICDbdOboPsJQpQpaIUhZ9uALmkd6y79 QDYTsSpIPLCtDrgfU58twz8LQtE0k355t8NMtpLQ529aTZSAv5uyIJd1hcf06v5DQJ FXC9qumXmudyunxD/eLmiTv89U1IMKt4B9cXQ/L7FEFpGoXQ4hZEO9b49dH0VwhuCl Q2hT5Zagw55GA== Date: Thu, 23 Apr 2026 17:27:28 +0300 From: Leon Romanovsky To: zhenwei pi Cc: linux-kernel@vger.kernel.org, linux-rdma@vger.kernel.org, zyjzyj2000@gmail.com, jgg@ziepe.ca Subject: Re: PING: [PATCH v7 0/4] Support PERF MGMT for RXE Message-ID: <20260423142728.GF172828@unreal> References: <20260414062948.671658-1-zhenwei.pi@linux.dev> Precedence: bulk X-Mailing-List: linux-rdma@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Tue, Apr 21, 2026 at 02:29:35PM +0800, zhenwei pi wrote: > Greetings! Gentle ping. We are currently in the merge window and are not accepting new features. Thanks