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 83FDDC433FE for ; Fri, 11 Nov 2022 02:50:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231980AbiKKCuc (ORCPT ); Thu, 10 Nov 2022 21:50:32 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40670 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233192AbiKKCuO (ORCPT ); Thu, 10 Nov 2022 21:50:14 -0500 Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CFE4912E; Thu, 10 Nov 2022 18:49:16 -0800 (PST) Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1668134955; 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=vhaTPSkrdP42Cy7UEGp+EqsBBT2BRFaWnPTLbkiuH9s=; b=pTm3XQzqD4gGvFpGJWqOzyYUkFgo2B9Am9Y3TQ9jlHG4M2UkCL3UjDztsZIKG3o98c2Shj 6q+Mr92E2+L+FjFyp+PGV0s4daQ8TnnfJrMafEZbYBSnX9h8cn2QoCl2VKFneV4HQ3393O MCTdQxZbKnrGsGaJTloonTMSLeXyjS0= Date: Fri, 11 Nov 2022 10:49:10 +0800 MIME-Version: 1.0 Subject: Re: [for-next PATCH v5 00/11] RDMA/rxe: Add RDMA FLUSH operation To: Jason Gunthorpe , Li Zhijian Cc: Bob Pearson , Leon Romanovsky , linux-rdma@vger.kernel.org, Zhu Yanjun , yangx.jy@fujitsu.com, y-goto@fujitsu.com, mbloch@nvidia.com, liangwenpeng@huawei.com, tom@talpey.com, tomasz.gromadzki@intel.com, dan.j.williams@intel.com, linux-kernel@vger.kernel.org References: <20220927055337.22630-1-lizhijian@fujitsu.com> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Yanjun Zhu In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 在 2022/10/29 1:57, Jason Gunthorpe 写道: > On Tue, Sep 27, 2022 at 01:53:26PM +0800, Li Zhijian wrote: >> Hey folks, >> >> Firstly i want to say thank you to all you guys, especially Bob, who in the >> past 1+ month, gave me a lots of idea and inspiration. > > I would like it if someone familiar with rxe could reviewed-by the > protocol parts. Hi, Jason I reviewed these patches. I am fine with these patches. Hi, Zhijian I noticed the followings: " $ ./rdma_flush_server -s [server_address] -p [port_number] client: $ ./rdma_flush_client -s [server_address] -p [port_number] " Can you merge the server and the client to rdma-core? Thanks, Zhu Yanjun > > Jason