app/testpmd: add switch fall-through comments
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 4 May 2017 15:38:20 +0000 (16:38 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 5 May 2017 16:36:55 +0000 (18:36 +0200)
commit0f5e6759fd07e76b8b019122d7f4a86d8af95d17
treed2ac277af6bb2681a283d573369cf03afaccad86
parent3dfb9facb055bc5e5dc5d15e95678b41c9af1a17
app/testpmd: add switch fall-through comments

This fixes compiler warnings with GCC 7.

Fixes: 28d62131a1b1 ("app/testpmd: extend flow director input set commands")

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
app/test-pmd/cmdline.c