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

pool: add option to disable packet pool #658

Closed
wants to merge 1 commit into from
Closed

Conversation

regit
Copy link
Contributor

@regit regit commented Nov 26, 2013

This patch is adding an option named 'no-packet-pool'. If set to
yes, the packet pool will not be allocated and instead direct
allocation will be used. The default value of the option is 'no'
to keep backward compatibility.

This option has proven to have a huge impact on some system where
the packet pool handling was taking a huge amount of CPU in the
spinlock.

This patch is adding an option named 'no-packet-pool'. If set to
yes, the packet pool will not be allocated and instead direct
allocation will be used. The default value of the option is 'no'
to keep backward compatibility.

This option has proven to have a huge impact on some system where
the packet pool handling was taking a huge amount of CPU in the
spinlock.
@inliniac inliniac closed this Mar 27, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants