|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: [Xen-users] Attempt to allocate order 5 skbuff. Increase MAX_SKBUFF_ORDER
very few ports from accessing our site. I am not sure why the iptables_nat module would be loaded because we are not using NAT in our network configuration, at least we are not intending to do so.Well if you don't need it then just try and remove the NAT module using "modprobe -r iptable_nat". And see if that makes any difference. Can't remove it, get the message "module is in use".. not sure by what. Now the issue about MAX_SKBUFF_ORDER should only show up when you aretrying to send large packets. Do you use jumbo frames or something like that? What MTU sizes are set for the interfaces? As far as I know the message you get means that Xen is trying to allocate a buffer for the packet to send, but the packet size is too big for the buffer allocator. That's right. In general, you can configure the Xen kernel to use a Xen-specificbuffer allocator, or the kernel's default buffer allocator. There is a kernel configuration option for that and it is called CONFIG_XEN_SKBUFF. You could try and switch that off, and recompile the kernel.So CONFIG_XEN_SKBUFF is by default on? CONFIG_XEN_SKBUFF is on in my config. There is no MAX_SKBUFF_ORDER parameter anywhere in my source tree, much less the config file. Steve Timm I don't know for sure. It depends on your distro and whatever kernel you use. You can check this in your kernel config files or eventually by looking at /proc/config.gz. It depends on the Xen version etc, I don't know that by heart. Also, the value of MAX_SKBUFF_ORDER depends on your kernel configuration and memory options.Looking at your megasas error message, I suspect that this is simplybecause your system is running under high load and it is probably running out of memory in various places. Maybe that is also the root cause for the skbuff problem. What does Xen tell you about the memory utilization, and how do you allocate your memory to DomU/Dom0? Kernel config and slabinfo are posted. -- ------------------------------------------------------------------ Steven C. Timm, Ph.D (630) 840-8525 timm@xxxxxxxx http://home.fnal.gov/~timm/ Fermilab Computing Division, Scientific Computing Facilities, Grid Facilities Department, FermiGrid Services Group, Assistant Group Leader. Attachment:
slabinfo.fermigrid3 Attachment:
slabinfo.fg3x3 Attachment:
fg3x3.config _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |