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=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 F1BF0C433DF for ; Mon, 6 Jul 2020 05:34:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C23A220771 for ; Mon, 6 Jul 2020 05:34:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594013645; bh=zAogrBYxw6RYdyPkFKLlpj78zwDqFBSHU1pFHKojs40=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=iJQ/RaBuEG1E7sCmwMZif37fWX0MlPFt5YP9bfHrvxbYuOSLuAtOiGVtwIlSW4qjO 0Jhi1KY5jRGFY9u0PcblhaHe+72vkhBYJWBcWaTRkrqdEk5tt7ZC2npPJuX4wZhg/T eJRiAiRdf4x5gjT7dqikYW7STfCsf6UdWwIZansU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728837AbgGFFeF (ORCPT ); Mon, 6 Jul 2020 01:34:05 -0400 Received: from mail.kernel.org ([198.145.29.99]:54368 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728736AbgGFFeF (ORCPT ); Mon, 6 Jul 2020 01:34:05 -0400 Received: from localhost (unknown [213.57.247.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 042A720715; Mon, 6 Jul 2020 05:34:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594013644; bh=zAogrBYxw6RYdyPkFKLlpj78zwDqFBSHU1pFHKojs40=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Bpk7S4g33st8LxG/91NLN2k1g19tGvCEAXYZphCaRPo8p/s3e4RIj++VW6rcrZKWY poDBNoV7Iz0pVr54WEXvIvu5ONXamT8ufdAE0zbBy+BRTLOlhx/4LKwkBR1azWYmMW 9xq+BR+DFd8x85bpXkUg9Ekmfcp7+9jrfdiBCI6I= Date: Mon, 6 Jul 2020 08:34:01 +0300 From: Leon Romanovsky To: David Ahern Cc: Doug Ledford , Jason Gunthorpe , linux-netdev , Maor Gottlieb , RDMA mailing list Subject: Re: [PATCH iproute2-next v1 0/4] RAW format dumps through RDMAtool Message-ID: <20200706053401.GE207186@unreal> References: <20200624104012.1450880-1-leon@kernel.org> <974f4012-d730-c44f-af2b-cb25797f2f47@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <974f4012-d730-c44f-af2b-cb25797f2f47@gmail.com> Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On Sun, Jul 05, 2020 at 12:14:38PM -0600, David Ahern wrote: > On 6/24/20 4:40 AM, Leon Romanovsky wrote: > > From: Leon Romanovsky > > > > Changelog: > > v1: > > * Kernel part was accepted, so this series has correct SHA for the > > kernel header update patch. > > * Aligned implementation to the final kernel solution of query > > interface. > > v0: > > https://lore.kernel.org/linux-rdma/20200520102539.458983-1-leon@kernel.org > > > > ----------------------------------------------------------------------------- > > > > Hi, > > > > The following series adds support to get the RDMA resource data in RAW > > format. The main motivation for doing this is to enable vendors to > > return the entire QP/CQ/MR data without a need from the vendor to set > > each field separately. > > > > applied to iproute2-next. Thanks Thanks > >