We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
somebody know the problem? My netmap doesn't install correctly? command: under /libuinet/bin/echo,execute ./echo -i eth2 -l 192.168.56.105 -p 8888 result: uinet starting:cpus=1,nmbclusters=131072 cllwheelsize=524288 cllwheelsize=524288 UINET multiprocessor subsystem configured with 1 CPUs WARNING:VIMAGE(virtualized network stack) is a highly experimental feature. Timecounters tick every 10.000 msec configstr is eth2 Segmentation fault dmesg: netmap_ioctl API mismatch for eth2 got 3 need 11 netmap_interp_ringid deprecated API,old ringid 0x5000->ringid 0 reg 4 netmap_do_regif lut ffffc900003a1000 bufs 37940 size 2048 generic_netmap_dtor Restored native NA(null)
The text was updated successfully, but these errors were encountered:
From the error message, you need one newer netmap library based on this one
netmap_ioctl API mismatch for eth2 got 3 need 11
The newer netmap uses 11~15 as the API value, you need to update it.
Sorry, something went wrong.
No branches or pull requests
somebody know the problem?
My netmap doesn't install correctly?
command:
under /libuinet/bin/echo,execute ./echo -i eth2 -l 192.168.56.105 -p 8888
result:
uinet starting:cpus=1,nmbclusters=131072
cllwheelsize=524288
cllwheelsize=524288
UINET multiprocessor subsystem configured with 1 CPUs
WARNING:VIMAGE(virtualized network stack) is a highly experimental feature.
Timecounters tick every 10.000 msec
configstr is eth2
Segmentation fault
dmesg:
netmap_ioctl API mismatch for eth2 got 3 need 11
netmap_interp_ringid deprecated API,old ringid 0x5000->ringid 0 reg 4
netmap_do_regif lut ffffc900003a1000 bufs 37940 size 2048
generic_netmap_dtor Restored native NA(null)
The text was updated successfully, but these errors were encountered: