[dpdk-dev] [PATCH v1 06/15] examples/l2fwd: fix lines exceeding 80 char limit
De Lara Guarch, Pablo
pablo.de.lara.guarch at intel.com
Tue Jul 10 00:48:10 CEST 2018
Hi Anoob,
> -----Original Message-----
> From: Anoob Joseph [mailto:anoob.joseph at caviumnetworks.com]
> Sent: Thursday, June 14, 2018 11:18 AM
> To: Richardson, Bruce <bruce.richardson at intel.com>; De Lara Guarch, Pablo
> <pablo.de.lara.guarch at intel.com>
> Cc: Anoob Joseph <anoob.joseph at caviumnetworks.com>; Jerin Jacob
> <jerin.jacob at caviumnetworks.com>; Narayana Prasad
> <narayanaprasad.athreya at caviumnetworks.com>; dev at dpdk.org
> Subject: [PATCH v1 06/15] examples/l2fwd: fix lines exceeding 80 char limit
>
> v1:
> * Replaced 'unsigned' with 'unsigned int'
>
> Fixes: e2366e74e029 ("examples: use buffered Tx")
> Fixes: af75078fece3 ("first public release")
>
> Signed-off-by: Anoob Joseph <anoob.joseph at caviumnetworks.com>
I don't think it is needed to have this patch. Generally, new code should follow the 80 char limit,
But I think we don't need to have a patch fixing existing code (and definitely, this doesn't need backport).
More information about the dev
mailing list