From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 35485C6FD1F for ; Thu, 16 Mar 2023 15:12:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230006AbjCPPMf (ORCPT ); Thu, 16 Mar 2023 11:12:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34980 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231310AbjCPPMa (ORCPT ); Thu, 16 Mar 2023 11:12:30 -0400 X-Greylist: delayed 337 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Thu, 16 Mar 2023 08:12:20 PDT Received: from out-20.mta1.migadu.com (out-20.mta1.migadu.com [IPv6:2001:41d0:203:375::14]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2A133C2DB2 for ; Thu, 16 Mar 2023 08:12:19 -0700 (PDT) Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1678979198; 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: in-reply-to:in-reply-to:references:references; bh=YhmYnqbDlguzFkcJyLeSaFb+hInQe0N/n59cpU6Cl4o=; b=Cpa1HTGzMB7iHNRzu8Bo/OXzdjkqtKB5Algg7emEHrBhSPRufYDwP3Glt6+e9vwSNj/blp tTYWYQZXf4YhSONBoW6tX8g7ICNgcZVBq4l07KLoAgLarcDBviB0TJ2HGXejO1Jux7Z4R4 TsTqFbRRu+U8ThsNedUbf5fxidhlvUo= Date: Thu, 16 Mar 2023 17:06:36 +0200 MIME-Version: 1.0 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Gal Pressman Subject: Re: [PATCH] RDMA/efa: Add data polling capability feature bit To: Michael Margolin , jgg@nvidia.com, leon@kernel.org, linux-rdma@vger.kernel.org Cc: sleybo@amazon.com, matua@amazon.com, ynachum@amazon.com, Yehuda Yitschak References: <20230219081328.10419-1-mrgolin@amazon.com> Content-Language: en-US In-Reply-To: <20230219081328.10419-1-mrgolin@amazon.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On 19/02/2023 10:13, Michael Margolin wrote: > From: Yonatan Nachum > > Add feature bit to existing device caps field. EFA supports data polling > of 128 bytes blocks. > > Reviewed-by: Yehuda Yitschak > Reviewed-by: Yossi Leybovich > Signed-off-by: Yonatan Nachum > Signed-off-by: Michael Margolin Acked-by: Gal Pressman