Skip to content
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

netmap_if request size 1208 too large with ixgbe #28

Closed
GoogleCodeExporter opened this issue Mar 30, 2015 · 2 comments
Closed

netmap_if request size 1208 too large with ixgbe #28

GoogleCodeExporter opened this issue Mar 30, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Hello!

I tried to use netmap for my tool https://github.com/FastVPSEestiOu/fastnetmon 
but I can't run netmap on my server.

Debian 7 with 3.2.0-4-amd64

I tried with upstream ixgbe driver, patch it (partly manually) and run.

And after this I run it:
modprobe ixgbe RSS=1
insmod /usr/src/netmap/LINUX/netmap_lin.ko

But when I run test tool:
./pkt-gen -i eth3

And got error:
[386328.259539] 159.325204 [1049] netmap_mem_global_config  reconfiguring
[386328.294497] 159.360262 [ 385] netmap_obj_malloc         netmap_if request 
size 1208 too large
[386328.295880] 159.361649 [ 753] generic_netmap_dtor       Restored native NA  
         (null)

This error was fixed by ifconfig eth3 up but can't you add sanity checks and 
more understandable error message for this case?

Original issue reported on code.google.com by pavel.odintsov on 29 Oct 2014 at 12:14

@GoogleCodeExporter
Copy link
Author

Same issue with ixgbe when interfaces is down.

Original comment by gure...@gmail.com on 26 Nov 2014 at 5:42

  • Added labels: ****
  • Removed labels: ****

@pavel-odintsov
Copy link

Yep, please add handler for case "interface is down".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants