User Details
- User Since
- Jan 27 2015, 7:34 PM (520 w, 6 d)
Nov 29 2024
Oct 31 2024
Oct 30 2024
Oct 29 2024
Oct 28 2024
Oct 14 2024
Oct 10 2024
Oct 4 2024
Sep 26 2024
This means that the PSH and FIN flag correctly appear only in the last segment, but the CWR flag does not only appear in the first segment, but also in all middle segments.
Using this patch, this could be fixed.When doing Accurate ECN as currently being specified in Accurate ECN, the masks should be:
mask.first 0xFF6 mask.middle 0xFF6 mask.last 0xFFF The proposed patch would allow a NIC to be configured to do TSO for either classical ECN or accurate ECN.
Does this description make the motivation clear?
Sep 17 2024
Aug 27 2024
@Yogesh.Bhosale_intel.com I forgot to change the commit header to have you as the author; I'll fix that if/when I do the MFC.
Aug 2 2024
Jul 31 2024
Jul 30 2024
ixl(4) and ice(4) could integrate this function, too:
Is this supposed to help solve the problem in the PR? I'm not sure what's going on there, but I'm not sure it's clear in there except for your comment that Odrops isn't incrementing because they're not being retrieved properly.
Jul 11 2024
I don't know if we'll see any other comments from anyone else on this, so I'll probably go and commit this sometime in the next couple days.
Jul 10 2024
Jun 7 2024
It would be nice if someone added a comment about what the operations in irdma_ctrl.c are doing, but I think I understand them and the replacements look ok to me.
Jun 4 2024
It looks like it matches the cleanup that happens in the other return paths to me
May 21 2024
The updates look good to me.
May 20 2024
Content-wise, it looks good to me now.
Similar to the iavf(4) update here: https://reviews.freebsd.org/D43093, the documentation team here has generated a new man page for ice(4), but I haven't converted it to the FreeBSD upstream format, yet. I'm fine with this version with some fixes, but if you give me a couple days I can convert it and submit it here for review.
Apr 24 2024
Apr 18 2024
Committed in 015f8cc5b0c10336a048f37a7071ea03516de242.
Apr 12 2024
Feb 23 2024
Feb 21 2024
@gallatin Do you see the Stack tab?
Committed in rG5b5f7d0e77a9eee73eb5d596f43aef4e1a3674d8.
Update value used for IFLIB_FEATURE_SUB_INTERFACES
Rebase on latest main; remove whitespace error
Rebase on latest main