[yocto] [meta-dpdk][PATCH] dpdk: igb_uio: fix build on Linux 5.3 for fall through

2019-08-05 Thread zhe.he
From: He Zhe Since kernel v5.3 "-Wimplicit-fallthrough=3" gcc flag is enabled by default by a035d552a93b ("Makefile: Globally enable fall-through warning") and would cause the following build failure. x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/igb_uio/igb_uio.c:248: 6: error: this

Re: [yocto] [meta-dpdk][PATCH] dpdk: igb_uio: fix build on Linux 5.3 for fall through

2019-08-05 Thread He Zhe
Please ignore. Zhe On 8/5/19 3:51 PM, zhe...@windriver.com wrote: > From: He Zhe > > Since kernel v5.3 "-Wimplicit-fallthrough=3" gcc flag is enabled by default by > a035d552a93b ("Makefile: Globally enable fall-through warning") and would > cause > the following build failure. > >

[yocto] [meta-dpdk][PATCH] dpdk: igb_uio: fix build on Linux 5.3 for fall through

2019-08-05 Thread zhe.he
From: He Zhe Since kernel v5.3 "-Wimplicit-fallthrough=3" gcc flag is enabled by default by a035d552a93b ("Makefile: Globally enable fall-through warning") and would cause the following build failure. x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/igb_uio/igb_uio.c:248: 6: error: this