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 X-Spam-Level: X-Spam-Status: No, score=-6.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7C8DDC433ED for ; Tue, 13 Apr 2021 19:21:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5B8F9613C7 for ; Tue, 13 Apr 2021 19:21:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344131AbhDMTVU (ORCPT ); Tue, 13 Apr 2021 15:21:20 -0400 Received: from mail.kernel.org ([198.145.29.99]:35044 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229458AbhDMTVT (ORCPT ); Tue, 13 Apr 2021 15:21:19 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 0379361353; Tue, 13 Apr 2021 19:20:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1618341659; bh=eg2mDj0jk8WBLWTkxKBLWu9KYKSV1LwvDLmegiz0Zkg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=obBeaiwo7GAtiQcVjEmNXBSTj61Fs14hDO4hDST4Rwr6JP+cTKlSwT8/6X/19831X +A15HbuS3MnjtP8+pDN+iYdvrXD2RZA0OMeYM6PsdZxVqW5cu9vm3FOiJ1syl0Qee1 R/ILEiVZoZVqxZoQh/l4L/ClbzPuUVDDQk02Qp3Ryo3PugPfuSLawFwMS/7A4uuq1x wE+K1BRBCFGLVguEhbviTCk4YDSYQJw10F20JAcNaGecEDLFOy8MNLlPXGdWlOSjVP KzucGABLVPaJ+fcPrGLejRDpfcy8QCn9QzBL53V6RtFPVyQpnUseF+WJdFnNGBCrdX 1ZYavdmZRAdrw== Date: Tue, 13 Apr 2021 22:20:56 +0300 From: Leon Romanovsky To: Jason Gunthorpe Cc: Doug Ledford , linux-api@vger.kernel.org, linux-rdma@vger.kernel.org, Maor Gottlieb , netdev@vger.kernel.org, Saeed Mahameed , Yishai Hadas Subject: Re: [PATCH rdma-next v1 0/7] Add MEMIC operations support Message-ID: References: <20210411122924.60230-1-leon@kernel.org> <20210413185527.GA1340003@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210413185527.GA1340003@nvidia.com> Precedence: bulk List-ID: X-Mailing-List: linux-api@vger.kernel.org On Tue, Apr 13, 2021 at 03:55:27PM -0300, Jason Gunthorpe wrote: > On Sun, Apr 11, 2021 at 03:29:17PM +0300, Leon Romanovsky wrote: > > From: Leon Romanovsky > > > > Changelog: > > v1: > > * Changed logic of patch #6 per-Jason's request. > > v0: https://lore.kernel.org/linux-rdma/20210318111548.674749-1-leon@kernel.org > > > > --------------------------------------------------------------------------- > > > > Hi, > > > > This series from Maor extends MEMIC to support atomic operations from > > the host in addition to already supported regular read/write. > > > > Thanks > > > > Maor Gottlieb (7): > > net/mlx5: Add MEMIC operations related bits > > RDMA/uverbs: Make UVERBS_OBJECT_METHODS to consider line number > > RDMA/mlx5: Move all DM logic to separate file > > RDMA/mlx5: Re-organize the DM code > > RDMA/mlx5: Add support to MODIFY_MEMIC command > > RDMA/mlx5: Add support in MEMIC operations > > RDMA/mlx5: Expose UAPI to query DM > > This looks OK now, can you update the shared branch? 63f9c44bca5e net/mlx5: Add MEMIC operations related bits mlx5-next was updated, thanks > > Thanks, > Jason