-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multicore test #4
Comments
Hi Alex, multicore3 is the latest branch. However, there are some compiling issues. Can you do the following changes to the branch you clone |
Thanks. Now, I can compile the project, but when I run following command:
I get this error:
I test it with ixgbe network interface, but get the same error. |
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()],
The text was updated successfully, but these errors were encountered: