Re: [dpdk-dev] [PATCH 04/10] net/ixgbe: fix gcc 7 warning for switch fallthrough

2017-05-04 Thread Lu, Wenzhuo
Hi, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Bruce Richardson > Sent: Thursday, May 4, 2017 11:38 PM > To: dev@dpdk.org > Cc: Richardson, Bruce > Subject: [dpdk-dev] [PATCH 04/10] net/ixgbe: fix gcc 7 warning for switch > fallthrou

[dpdk-dev] [PATCH 04/10] net/ixgbe: fix gcc 7 warning for switch fallthrough

2017-05-04 Thread Bruce Richardson
Add a comment documenting explicitly that we are falling through the case statements to the next one. Fixes: f9072f8b90bb ("ixgbe: migrate flow director filtering to new API") Signed-off-by: Bruce Richardson --- drivers/net/ixgbe/ixgbe_fdir.c | 2 ++ 1 file changed, 2 insertions(+) diff --git