Re: [dpdk-dev] [PATCH 0/8] examples/l2fwd: fix checkpatch reported issues

2018-10-28 Thread Joseph, Anoob
Hi Thomas, > -Original Message- > From: Thomas Monjalon > Sent: 29 October 2018 07:49 > To: Joseph, Anoob > Cc: dev@dpdk.org; Ferruh Yigit ; Bruce Richardson > ; Pablo de Lara > ; Jacob, Jerin > ; Athreya, Narayana Prasad > > Subject: Re: [dpdk-dev] [

Re: [dpdk-dev] [PATCH 0/8] examples/l2fwd: fix checkpatch reported issues

2018-10-28 Thread Thomas Monjalon
08/10/2018 14:35, Ferruh Yigit: > On 10/8/2018 12:29 PM, Joseph, Anoob wrote: > > On 08-10-2018 16:30, Ferruh Yigit wrote: > >> On 10/8/2018 11:41 AM, Anoob Joseph wrote: > >>> This patchset fixes multiple issues reported by checkpatch in l2fwd > >>> code base. These issues would be flagged for any

Re: [dpdk-dev] [PATCH 0/8] examples/l2fwd: fix checkpatch reported issues

2018-10-08 Thread Ferruh Yigit
On 10/8/2018 12:29 PM, Joseph, Anoob wrote: > Hi Ferruh, > > On 08-10-2018 16:30, Ferruh Yigit wrote: >> External Email >> >> On 10/8/2018 11:41 AM, Anoob Joseph wrote: >>> This patchset fixes multiple issues reported by checkpatch in l2fwd >>> code base. These issues would be flagged for any new

Re: [dpdk-dev] [PATCH 0/8] examples/l2fwd: fix checkpatch reported issues

2018-10-08 Thread Joseph, Anoob
Hi Ferruh, On 08-10-2018 16:30, Ferruh Yigit wrote: External Email On 10/8/2018 11:41 AM, Anoob Joseph wrote: This patchset fixes multiple issues reported by checkpatch in l2fwd code base. These issues would be flagged for any new copy of the file and hence, fixing at the source. Anoob Joseph

Re: [dpdk-dev] [PATCH 0/8] examples/l2fwd: fix checkpatch reported issues

2018-10-08 Thread Ferruh Yigit
On 10/8/2018 11:41 AM, Anoob Joseph wrote: > This patchset fixes multiple issues reported by checkpatch in l2fwd > code base. These issues would be flagged for any new copy of the file > and hence, fixing at the source. > > Anoob Joseph (8): > examples/l2fwd: remove quoted white space before new

[dpdk-dev] [PATCH 0/8] examples/l2fwd: fix checkpatch reported issues

2018-10-08 Thread Anoob Joseph
This patchset fixes multiple issues reported by checkpatch in l2fwd code base. These issues would be flagged for any new copy of the file and hence, fixing at the source. Anoob Joseph (8): examples/l2fwd: remove quoted white space before newline examples/l2fwd: need space between two args ex