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

ip/ipreassembler: fix positive header_delta push path #136

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pallas
Copy link
Collaborator

@pallas pallas commented Nov 10, 2018

Like the put earlier in this method, the push here can fail or reallocate
the SKB. In the former case, we need to clean up (as above) and in both
cases, we need to update the linkage into q from it's predecessor.

Thanks: --enable-force-expensive + Valgrind

Signed-off-by: Derrick Pallas pallas@meraki.com

@tbarbette
Copy link
Owner

Is my merge correct?

@tbarbette
Copy link
Owner

With the other patch merged, can you rebase?

@pallas
Copy link
Collaborator Author

pallas commented Nov 13, 2018 via email

@tbarbette
Copy link
Owner

I rebased myself. Can you verify I did not break the intent @pallas ? Thanks !

Like the put earlier in this method, the push here can fail or reallocate
the SKB.  In the former case, we need to clean up (as above) and in both
cases, we need to update the linkage into q from it's predecessor.

Thanks: --enable-force-expensive + Valgrind

Signed-off-by: Derrick Pallas <pallas@meraki.com>
@tbarbette tbarbette added the wait-for-op Additional information from the OP are needed label Dec 3, 2018
@tbarbette tbarbette force-pushed the master branch 2 times, most recently from b9c1853 to b9f3521 Compare December 9, 2020 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wait-for-op Additional information from the OP are needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants