On 05/11/2015 08:31 PM, Alexander Duyck wrote:
While trying to build for some performance testing I received the error message below multiple times:include/linux/netdevice.h:1658:5: warning: "CONFIG_NET_CLS_ACT" is not defined [-Wundef] #if CONFIG_NET_CLS_ACT It looks like this was just a typo and should have been "#ifdef" instead of "#if". Fixes: d2788d34885d4 ("net: sched: further simplify handle_ing") Signed-off-by: Alexander Duyck <[email protected]>
It's already here, sorry for that: https://git.kernel.org/cgit/linux/kernel/git/davem/net-next.git/commit/?id=4cda01e86f68dacc758b2daf6e8809f2ce915b85 Best, Daniel -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
