- Shared code api for EEE changed
- HW errata workaround for IPv6 offload w/ extension headers
- Edited start of if_igb.c (Device IDs / #includes) to match ixgbe/ixl
Details
- Reviewers
gnn sbruno - Group Reviewers
Intel Networking
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 232 Build 232: arc lint + arc unit
Event Timeline
sys/dev/e1000/if_igb.c | ||
---|---|---|
544 | true instead of TRUE? |
sys/dev/e1000/if_igb.c | ||
---|---|---|
98 | Uh ... did you mean to delete all these header files? |
- Added includes to start of if_igb.h that were mistakenly left out in the initial diff.
This update seems to fail to apply at all. I get numerous errors about patches being already applied. Can you regenerate against a clean checkout?
Oh geez, I didn't realize Arcanist would grab the commit messages and commits from my local tree automatically. Hrm.
I've committed this at svn r287465.
I skipped the update to the EEE functions and will do that in the shared code update for e1000
Before I update D3162, was Oliver Hartmann's (or someone else's) original issue with the i210 solved? I remember hearing from you that it was, and we still can't find a problem with i210 using the code that's in D3162, but I wanted to make sure we knew what the actual problem was.
Maybe I can re-add the I210_OBFF_SUPPORT section, but since that option wasn't defined in the Makefile by default, I doubt anyone used it.
This was the oringal thread.
https://lists.freebsd.org/pipermail/freebsd-current/2015-September/057483.html
I think I recall you saying that he ended up getting his i210 working again? But I can't remember if it's with the new igb code or he got the reverted version working again. I'll reply to the thread.