Re: [dpdk-dev] [PATCH] checkpatch: suppress fallthrough warning

2020-09-26 Thread David Marchand
On Fri, Sep 25, 2020 at 7:13 PM Stephen Hemminger wrote: > > On Fri, 25 Sep 2020 18:41:40 +0200 > David Marchand wrote: > > > On Fri, Sep 25, 2020 at 6:14 PM Stephen Hemminger > > wrote: > > > > > > The DPDK does not have (or want to use) the same fallthrough > > > wrapper as the Linux kernel.

Re: [dpdk-dev] [PATCH] checkpatch: suppress fallthrough warning

2020-09-25 Thread Stephen Hemminger
On Fri, 25 Sep 2020 18:41:40 +0200 David Marchand wrote: > On Fri, Sep 25, 2020 at 6:14 PM Stephen Hemminger > wrote: > > > > The DPDK does not have (or want to use) the same fallthrough > > wrapper as the Linux kernel. Therefore silence the warning. > > > > Signed-off-by: Stephen Hemminger N

Re: [dpdk-dev] [PATCH] checkpatch: suppress fallthrough warning

2020-09-25 Thread David Marchand
On Fri, Sep 25, 2020 at 6:14 PM Stephen Hemminger wrote: > > The DPDK does not have (or want to use) the same fallthrough > wrapper as the Linux kernel. Therefore silence the warning. > > Signed-off-by: Stephen Hemminger > --- > devtools/checkpatches.sh | 2 +- > 1 file changed, 1 insertion(+),

[dpdk-dev] [PATCH] checkpatch: suppress fallthrough warning

2020-09-25 Thread Stephen Hemminger
The DPDK does not have (or want to use) the same fallthrough wrapper as the Linux kernel. Therefore silence the warning. Signed-off-by: Stephen Hemminger --- devtools/checkpatches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devtools/checkpatches.sh b/devtools/checkpat