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

some speed-ups (based on bench/basic1) #201

Closed
wants to merge 7 commits into from
Closed

Conversation

llelf
Copy link
Member

@llelf llelf commented Jun 12, 2014

No description provided.

@lukego
Copy link
Member

lukego commented Jun 13, 2014

Looks promising!

How much is the total speed up? Do all these changes measurably contribute to the speed up, or are there some we can safely skip?

Skipping the zero-fill on freed packets is a bit too aggressive. For example, the length field won't be reset. You could skip this change and let me do something here: there is some cruft in packet.h (unused fields) that I need to remove at the same time.

Travis-CI build failed. Can you see why? (Does "make test" work for you?)

Can you please rebase this to master so that there is no merge commit in the pull request?

@lukego
Copy link
Member

lukego commented Jun 13, 2014

See also snabb-devel thread on whether we could automate the process of measuring the performance impact of new changes.

@lukego
Copy link
Member

lukego commented Jun 16, 2014

Superseded by #203.

@lukego lukego closed this Jun 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants