Re: [dpdk-dev] [PATCH 1/4] examples/l3fwd: add switch fall-through comments

2017-06-05 Thread Thomas Monjalon
02/06/2017 13:20, Jerin Jacob: > This fixes compiler warnings with GCC 7.1.1 Series applied, thanks Hope many of us will work with GCC 7.1 now.

[dpdk-dev] [PATCH 1/4] examples/l3fwd: add switch fall-through comments

2017-06-02 Thread Jerin Jacob
This fixes compiler warnings with GCC 7.1.1 Fixes: 26b5b020 ("examples/l3fwd: modularize") Fixes: 94c54b4158d5 ("examples/l3fwd: rework exact-match") Signed-off-by: Jerin Jacob --- examples/l3fwd/l3fwd_lpm_sse.h | 2 ++ examples/l3fwd/l3fwd_sse.h | 8 2 files changed, 10 inserti