In network forwarding test scenario, the checksum should be calculated again if
Details
Details
- Reviewers
whu royger - Group Reviewers
Contributor Reviewers (ports) - Commits
- rS291156: Ignore the inbound checksum flags when doing packet forwarding in netvsc driver.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 1110 Build 1114: arc lint + arc unit
Event Timeline
Comment Actions
This has been tested by several customers who were experiencing packet loss on their 10.2 gateway VMs. The patch fixed their problems. I just have one minor comment to add a little detailed comments in the code.
sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c | ||
---|---|---|
576 | Can you put a little more detailed comment here, say to only check for out bound flags and ignore the inbound ones? |
Comment Actions
LGTM, although I'm no networking expert.
@Wei: feel free to add my approved by and commit it when you feel it's ready.