netmap: Error: Unable to open netmap:eth0: Invalid argument in AWS
Hello, I installed netmap in AWS(Ubuntu 16.04) .
When I run $ pke-gen -i eth0
, I got these error message:
065.096883 main [2855] interface is eth0
065.097475 main [2977] using default burst size: 512
065.097579 main [2985] running on 1 cpus (have 1)
065.097753 extract_ip_range [467] range is 10.0.0.1:1234 to 10.0.0.1:1234
065.097828 extract_ip_range [467] range is 10.1.0.1:1234 to 10.1.0.1:1234
065.097897 nm_open [855] overriding ARG1 0
065.097932 nm_open [859] overriding ARG2 0
065.097964 nm_open [863] overriding ARG3 0
065.097996 nm_open [867] overriding RING_CFG
065.098027 nm_open [876] overriding ifname eth0 ringid 0x0 flags 0x8001
065.128843 nm_open [947] NIOCREGIF failed: Invalid argument netmap:eth0
065.128903 main [3078] Unable to open netmap:eth0: Invalid argument
065.128937 main [3145] aborting
Is there any special settings when I use the virtual server in AWS, GCP, etc Thanks.
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 28
Hi, vmaffione.
Thank you for your explanation.
I use
ip link set dev etho mtu 2000
to set MTU.But when I run
$ pkt-gen -i eth0
,the terminal frozen in these messages.Several minutes later, I lost the connection with my AWS.
And I got this message in
dmesg
.