I want to test multi-core version of ipaugenblick. I found 3 multi-core branches, but can't run any of them:
- mulitcore branch: give me following error:
ipaugenblick-multicore/dpdk-1.6.0r2/x86_64-default-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_ethtool.c:2899:2: error: implicit declaration of function ‘SET_ETHTOOL_OPS’ [-Werror=implicit-function-declaration] SET_ETHTOOL_OPS(netdev, &ixgbe_ethtool_ops);
- mulitcore2 branch: give me following error:
ipaugenblick-multicore2/stack_and_service/porting/app_glue.c:416:26: error: subscripted value is neither array nor pointer nor vector app_glue_periodic_called[rte_lcore_id()]++;
- mulitcore3 branch: give me following error:
ipaugenblick-multicore3/stack_and_service/specific_includes/net/sock.h:1294:57: error: subscripted value is neither array nor pointer nor vector ret = res_counter_charge_nofail(&prot->memory_allocated[rte_lcore_id()],
I want to test multi-core version of ipaugenblick. I found 3 multi-core branches, but can't run any of them:
ipaugenblick-multicore/dpdk-1.6.0r2/x86_64-default-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/ixgbe_ethtool.c:2899:2: error: implicit declaration of function ‘SET_ETHTOOL_OPS’ [-Werror=implicit-function-declaration] SET_ETHTOOL_OPS(netdev, &ixgbe_ethtool_ops);ipaugenblick-multicore2/stack_and_service/porting/app_glue.c:416:26: error: subscripted value is neither array nor pointer nor vector app_glue_periodic_called[rte_lcore_id()]++;ipaugenblick-multicore3/stack_and_service/specific_includes/net/sock.h:1294:57: error: subscripted value is neither array nor pointer nor vector ret = res_counter_charge_nofail(&prot->memory_allocated[rte_lcore_id()],