From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Pirko Subject: Re: [PATCH iproute2 V3 0/4] RDMAtool Date: Mon, 10 Jul 2017 09:43:25 +0200 Message-ID: <20170710074325.GA1853@nanopsycho> References: <20170704075541.12544-1-leon@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Stephen Hemminger , Doug Ledford , Ariel Almog , Linux RDMA , Linux Netdev To: Leon Romanovsky Return-path: Received: from mail-wr0-f196.google.com ([209.85.128.196]:34118 "EHLO mail-wr0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751130AbdGJHn2 (ORCPT ); Mon, 10 Jul 2017 03:43:28 -0400 Received: by mail-wr0-f196.google.com with SMTP id k67so22983837wrc.1 for ; Mon, 10 Jul 2017 00:43:27 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20170704075541.12544-1-leon@kernel.org> Sender: netdev-owner@vger.kernel.org List-ID: Tue, Jul 04, 2017 at 09:55:37AM CEST, leon@kernel.org wrote: >Hi, > >This is third version of series implementing the RDAMtool - the tool s/RDAMtool/RDMAtool/ >to configure RDMA devices. The initial proposal was sent as RFC [1] and >was based on sysfs entries as POC. > >The current series was rewritten completely to work with RDMA netlinks as >a source of user<->kernel communications. In order to achieve that, the >RDMA netlinks were extensively refactored and modernized [2, 3, 4 and 5]. > >The following is an example of various runs on my machine with 5 devices >(4 in IB mode and one in Ethernet mode) > >### Without parameters >$ rdma >Usage: rdma [ OPTIONS ] OBJECT { COMMAND | help } >where OBJECT := { dev | link | help } > OPTIONS := { -V[ersion] | -d[etails]} Do you plan to add "mon" any time soon?