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

Move reassembly before BPF #293

Merged
merged 2 commits into from Jun 23, 2021
Merged

Move reassembly before BPF #293

merged 2 commits into from Jun 23, 2021

Conversation

krsna1729
Copy link
Member

Re-assembly is needed for tunneled and non tunneled packets. For
tunneled packets the IP fragments lost the tunnel details leading to
misclassification by the BPF towards the kernel. Moving this module
before BPF solves this issue. This is handled as part of setup port now.

Signed-off-by: Saikrishna Edupuganti saikrishna.edupuganti@intel.com

Re-assembly is needed for tunneled and non tunneled packets. For
tunneled packets the IP fragments lost the tunnel details leading to
misclassification by the BPF towards the kernel. Moving this module
before BPF solves this issue. This is handled as part of setup port now.

Signed-off-by: Saikrishna Edupuganti <saikrishna.edupuganti@intel.com>
@krsna1729 krsna1729 merged commit 85e8d66 into master Jun 23, 2021
@krsna1729 krsna1729 deleted the fix-reassembly branch June 23, 2021 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants