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

Issue ParthPraim/ns-3-dce/#4 #2

Open
ParthPratim opened this issue Jul 13, 2021 · 1 comment
Open

Issue ParthPraim/ns-3-dce/#4 #2

ParthPratim opened this issue Jul 13, 2021 · 1 comment

Comments

@ParthPratim
Copy link
Owner

ParthPratim commented Jul 13, 2021

Corresponding DCE Issue : #4

The execution gets stuck on a BUG_ON inside the skb_checksum_help function which is called from skb_csum_hwoffload_help .

It actually looks for the NETIF_F_CSUM_MASK flag here, which is not being set here. Also, the additional CHECKSUM_PARTIAL checks here call skb_checksum_help leadning to a BUG_ON again.

Both of the above have been patched for now, to make tests pass, but these lead to unoredictable results like the dce-iperf-heterogeneous-multihop example (which previously worked) to CRASH at the kernel wait queue due to a NULL pointer.

This is also most probably linked to hardware offloading.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant