From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Gunthorpe Subject: Re: [PATCH rdma-next v2 0/8] Support mlx5 flow steering with RAW data Date: Wed, 25 Jul 2018 08:35:17 -0600 Message-ID: <20180725143517.GU532@ziepe.ca> References: <20180723122512.20967-1-leon@kernel.org> <20180724024236.GA16958@ziepe.ca> <20180724055609.GG3189@mtr-leonro.mtl.com> <20180724201300.GQ532@ziepe.ca> <20180725053703.GK3189@mtr-leonro.mtl.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20180725053703.GK3189@mtr-leonro.mtl.com> Sender: netdev-owner@vger.kernel.org To: Leon Romanovsky Cc: Doug Ledford , RDMA mailing list , Yishai Hadas , Saeed Mahameed , linux-netdev List-Id: linux-rdma@vger.kernel.org On Wed, Jul 25, 2018 at 08:37:03AM +0300, Leon Romanovsky wrote: > > Also, I would like to keep the specs consistently formatted according > > to clang-format with 'BinPackParameters: true', so I reflowed them as > > well. > > I'm using default VIM clang-format.py without anything in .clang-format. > Do you have an extra definitions there, except BinPackParameters? These days Linux includes a top level .clang-format that does a pretty good job. I have to manually switch BinPackParameters on when working with these specs to get the right indenting.. A pain, but maybe there is a better way someday.. Jason