Re: [ovs-dev] [PATCH] tc: Fix build breakage on GCC 7 by annotating fall-through.

2017-11-27 Thread Ben Pfaff
Thanks, I applied this to master. On Mon, Nov 27, 2017 at 03:36:55PM +0200, Paul Blakey wrote: > Acked-by: Paul Blakey > > > On 27/11/2017 02:26, Ben Pfaff wrote: > >Open vSwitch enables the GCC 7+ option that warns about fall-through > >switch statements. This commit fixes newly introduced wa

Re: [ovs-dev] [PATCH] tc: Fix build breakage on GCC 7 by annotating fall-through.

2017-11-27 Thread Paul Blakey
Acked-by: Paul Blakey On 27/11/2017 02:26, Ben Pfaff wrote: Open vSwitch enables the GCC 7+ option that warns about fall-through switch statements. This commit fixes newly introduced warnings. CC: Paul Blakey Fixes: d6118e628988 ("netdev-tc-offloads: Verify csum flags on dump from tc") Sign

[ovs-dev] [PATCH] tc: Fix build breakage on GCC 7 by annotating fall-through.

2017-11-26 Thread Ben Pfaff
Open vSwitch enables the GCC 7+ option that warns about fall-through switch statements. This commit fixes newly introduced warnings. CC: Paul Blakey Fixes: d6118e628988 ("netdev-tc-offloads: Verify csum flags on dump from tc") Signed-off-by: Ben Pfaff --- lib/tc.c | 2 ++ 1 file changed, 2 ins