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 ED8DD3B6C05 for ; Mon, 11 May 2026 08:06:17 +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=1778486778; cv=none; b=FU1iB9MOGuwcqKf8Lq/DQb2rTP0pUCULq+XI5TToWTd4uO6EvfnmYbPxeNQNGKLcY1Jli4DxKvzph/+1ZXvTuG+LK/OtHRT4sYOAJe6R/+ijYZ0LCkeB3LtrzkNtzGysYSMfiTT35GzBdntjzVmVie+q4vKNvmHO6H/myYMBi5c= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778486778; c=relaxed/simple; bh=4W+L6piXhZLeAkghtMz2lgaELQ72O0DxasT5oEGhB0A=; h=From:To:Cc:In-Reply-To:References:Subject:Message-Id:Date: MIME-Version:Content-Type; b=r6n/d5aRMRCqoXPih4kpDiIN9u0yV0adEZNMfi1HNnhbG+ba24GVrbTNbSHOVeq2aMkDBkWt4bWFf0ZPb+yTaZPY20pvgiKD2D2EsDHX8VpQnB8JLUOATTnbytDC2ij5h35efw+8rh3GwX0uZY1HPkdfW6/Jo6CyWktFSI+7Q0E= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=V9kTzpDl; 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="V9kTzpDl" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DD217C2BCB0; Mon, 11 May 2026 08:06:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778486775; bh=4W+L6piXhZLeAkghtMz2lgaELQ72O0DxasT5oEGhB0A=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=V9kTzpDlyDUlOdJMNfknr3MDIXrGK1vqCkXno0zQSPsqmBGEwsChAdeTdXpl5lB3I WaccrvK5d/XVjIfz63hsgx2XYFNW7ommjRmD/plHDHnXDmwkFP37F9ZWfYwJQK9riz UWg3ro38AMasb+Cvh3BzJaYMObr9pYR48dEF8cYaO9zxW4L+dw/F9k3LqHxBadIgTu VmzfEa0JjObIj+/0q7PNUHFWNOGJOZv05W2mVtzlqHf7q9bun9JBdhHxjla33y+B9y GDn6SocCaLRQp2NsekA5JgjbTBZrrV4MwIbYwzJUPa39y2JcCr6ejdnFxZ2X3Dggp7 gfMh0O/h7Io5g== From: Leon Romanovsky To: linux-rdma@vger.kernel.org, Jason Gunthorpe , Yonatan Nachum Cc: mrgolin@amazon.com, sleybo@amazon.com, matua@amazon.com, gal.pressman@linux.dev, Firas Jahjah In-Reply-To: <20260409074905.3126023-1-ynachum@amazon.com> References: <20260409074905.3126023-1-ynachum@amazon.com> Subject: Re: [PATCH for-next] RDMA/efa: Add checksum support for admin responses Message-Id: <177848677232.2261097.12870868372638359236.b4-ty@kernel.org> Date: Mon, 11 May 2026 04:06:12 -0400 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="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: b4 0.15-dev-18f8f On Thu, 09 Apr 2026 07:49:05 +0000, Yonatan Nachum wrote: > EFA devices added support for CRC16 checksum on admin responses and to > expose it to the driver the API version increased to 0.2. Add a check > for support on device init and if supported validate the checksum on > each admin response the driver receives. If the checksum validation > failed, drop the CQE. > > Add the CRC16 module to Kconfig to have the in-tree dependency. > > [...] Applied, thanks! [1/1] RDMA/efa: Add checksum support for admin responses https://git.kernel.org/rdma/rdma/c/74ec3fb0ab079f Best regards, -- Leon Romanovsky