Re: [lng-odp] [PATCH] linux-generic: packet: add fall through comments to parser

2016-10-27 Thread Maxim Uvarov
On 10/27/16 10:56, Elo, Matias (Nokia - FI/Espoo) wrote: Reviewed-by: Matias Elo On 26 Oct 2016, at 15:47, Bill Fischofer wrote: Address bug https://bugs.linaro.org/show_bug.cgi?id=2565 by adding comments to the parser's switch statement to document the fact that fall through is intentional.

Re: [lng-odp] [PATCH] linux-generic: packet: add fall through comments to parser

2016-10-27 Thread Elo, Matias (Nokia - FI/Espoo)
Reviewed-by: Matias Elo > On 26 Oct 2016, at 15:47, Bill Fischofer wrote: > > Address bug https://bugs.linaro.org/show_bug.cgi?id=2565 by adding > comments to the parser's switch statement to document the fact that > fall through is intentional. > > Signed-off-by: Bill Fischofer > --- > plat

[lng-odp] [PATCH] linux-generic: packet: add fall through comments to parser

2016-10-26 Thread Bill Fischofer
Address bug https://bugs.linaro.org/show_bug.cgi?id=2565 by adding comments to the parser's switch statement to document the fact that fall through is intentional. Signed-off-by: Bill Fischofer --- platform/linux-generic/odp_packet.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/pla