Re: [PATCH v4] devtools: add .clang-format file

2024-05-15 Thread Abdullah Ömer Yamaç
On Wed, May 15, 2024 at 6:07 PM Stephen Hemminger < step...@networkplumber.org> wrote: > On Wed, 15 May 2024 09:43:22 +0100 > Bruce Richardson wrote: > > > On Wed, May 15, 2024 at 11:28:33AM +0300, Abdullah Ömer Yamaç wrote: > > >I want to update you. > > >On Mon, May 13, 2024 at 4:08 PM

Re: [PATCH v4] devtools: add .clang-format file

2024-05-15 Thread Stephen Hemminger
On Wed, 15 May 2024 09:43:22 +0100 Bruce Richardson wrote: > On Wed, May 15, 2024 at 11:28:33AM +0300, Abdullah Ömer Yamaç wrote: > >I want to update you. > >On Mon, May 13, 2024 at 4:08 PM Ferruh Yigit <[1]ferruh.yi...@amd.com> > >wrote: > > > > On 5/8/2024 10:19 PM, Abdullah Ö

Re: [PATCH v4] devtools: add .clang-format file

2024-05-15 Thread Bruce Richardson
On Wed, May 15, 2024 at 01:19:50PM +0300, Abdullah Ömer Yamaç wrote: >On Wed, May 15, 2024 at 11:43 AM Bruce Richardson ><[1]bruce.richard...@intel.com> wrote: > > On Wed, May 15, 2024 at 11:28:33AM +0300, Abdullah Ömer Yamaç wrote: > >I want to update you. > >On Mon

Re: [PATCH v4] devtools: add .clang-format file

2024-05-15 Thread Abdullah Ömer Yamaç
On Wed, May 15, 2024 at 11:43 AM Bruce Richardson < bruce.richard...@intel.com> wrote: > On Wed, May 15, 2024 at 11:28:33AM +0300, Abdullah Ömer Yamaç wrote: > >I want to update you. > >On Mon, May 13, 2024 at 4:08 PM Ferruh Yigit <[1]ferruh.yi...@amd.com > > > >wrote: > > > > On

Re: [PATCH v4] devtools: add .clang-format file

2024-05-15 Thread Bruce Richardson
On Wed, May 15, 2024 at 11:28:33AM +0300, Abdullah Ömer Yamaç wrote: >I want to update you. >On Mon, May 13, 2024 at 4:08 PM Ferruh Yigit <[1]ferruh.yi...@amd.com> >wrote: > > On 5/8/2024 10:19 PM, Abdullah Ömer Yamaç wrote: > > clang-format is a tool to format C/C++/Objectiv

Re: [PATCH v4] devtools: add .clang-format file

2024-05-15 Thread Abdullah Ömer Yamaç
I want to update you. On Mon, May 13, 2024 at 4:08 PM Ferruh Yigit wrote: > On 5/8/2024 10:19 PM, Abdullah Ömer Yamaç wrote: > > clang-format is a tool to format C/C++/Objective-C code. It can be used > > to reformat code to match a given coding style, or to ensure that code > > adheres to a spe

Re: [PATCH v4] devtools: add .clang-format file

2024-05-14 Thread Tyler Retzlaff
On Tue, May 14, 2024 at 08:56:49AM +0100, Bruce Richardson wrote: > On Mon, May 13, 2024 at 09:11:32PM +0200, Morten Brørup wrote: > > > From: Stephen Hemminger [mailto:step...@networkplumber.org] > > > Sent: Monday, 13 May 2024 17.55 > > > > > > On Mon, 13 May 2024 14:08:07 +0100 > > > Ferruh Yig

Re: [PATCH v4] devtools: add .clang-format file

2024-05-14 Thread Bruce Richardson
On Mon, May 13, 2024 at 09:11:32PM +0200, Morten Brørup wrote: > > From: Stephen Hemminger [mailto:step...@networkplumber.org] > > Sent: Monday, 13 May 2024 17.55 > > > > On Mon, 13 May 2024 14:08:07 +0100 > > Ferruh Yigit wrote: > > > > > 2. Double tab indentation vs parenthesis align > > >

RE: [PATCH v4] devtools: add .clang-format file

2024-05-13 Thread Morten Brørup
> From: Stephen Hemminger [mailto:step...@networkplumber.org] > Sent: Monday, 13 May 2024 17.55 > > On Mon, 13 May 2024 14:08:07 +0100 > Ferruh Yigit wrote: > > > 2. Double tab indentation vs parenthesis align > > if (iter->bus != NULL && > > - /* not in middle of

Re: [PATCH v4] devtools: add .clang-format file

2024-05-13 Thread Stephen Hemminger
On Mon, 13 May 2024 14:08:07 +0100 Ferruh Yigit wrote: > 2. Double tab indentation vs parenthesis align > if (iter->bus != NULL && > - /* not in middle of rte_eth_dev iteration, */ > - iter->class_device == NULL) { > + /* not in mi

Re: [PATCH v4] devtools: add .clang-format file

2024-05-13 Thread Ferruh Yigit
On 5/8/2024 10:19 PM, Abdullah Ömer Yamaç wrote: > clang-format is a tool to format C/C++/Objective-C code. It can be used > to reformat code to match a given coding style, or to ensure that code > adheres to a specific coding style. It helps to maintain a consistent > coding style across the DPDK

[PATCH v4] devtools: add .clang-format file

2024-05-08 Thread Abdullah Ömer Yamaç
clang-format is a tool to format C/C++/Objective-C code. It can be used to reformat code to match a given coding style, or to ensure that code adheres to a specific coding style. It helps to maintain a consistent coding style across the DPDK codebase. .clang-format file overrides the default style