[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <06375fd7-f241-74ad-70ce-a670100bf060@gmail.com>
Date: Wed, 9 May 2018 22:08:52 -0600
From: David Ahern <dsahern@...il.com>
To: Steve Wise <swise@...ngridcomputing.com>, leon@...nel.org
Cc: stephen@...workplumber.org, netdev@...r.kernel.org,
linux-rdma@...r.kernel.org
Subject: Re: [PATCH v1 iproute2-next 2/3] rdma: print driver resource
attributes
On 5/7/18 9:53 AM, Steve Wise wrote:
> @@ -152,7 +153,10 @@ int main(int argc, char **argv)
> pretty_output = true;
> break;
> case 'd':
> - show_details = true;
> + if (show_details)
> + show_driver_details = true;
> + else
> + show_details = true;
> break;
> case 'j':
> json_output = true;
The above change should be reflected in the man page.
Also, the set needs to be respun after I merged master where Stephen
brought in updates to the uapi files.
Powered by blists - more mailing lists