User Details
- User Since
- Oct 18 2018, 9:44 PM (241 w, 59 m)
Today
Not changing the generic rtt base stack unit / measuring, just improviing the granularity/precision of the calculations within Cubic. since this improves cubic performance, let's put this in prior 14 branching...
Apr 26 2023
Apr 25 2023
Apr 24 2023
Apr 19 2023
Apr 18 2023
tcp_compute_pipe is always controlled by mostly V_tcp_do_newsack in the output path and CC modules, and V_tcp_do_newcwv in the input path for deciding if the session is cwnd limited or not. New cwnd validation is disabled by default, newsack (formerly rfc6675_pipe) is enabled by default.
- combine assignment and if check
Apr 12 2023
So when I added the capability, it happened to work incidenitally one the nic drivers i had tested this on? And this would extend the proper operation to other drivers (or skip the PCP setting, when no vlan tagging capabilities exist?
Not questioning that change per se. But what you are functionally doing is not extracting the full traffic class (tclass), but extract the DSCP bits, clearing the ECN bits and sending traffic later using the same DSCP codepoint back.
Apr 11 2023
Apr 6 2023
validate that new pipe calc is gated by sysctl (to retain classical non-6675 pipe calculation if need be)
Apr 4 2023
These changes are already in, with D39368 - https://reviews.freebsd.org/source/src/browse/main/share/misc/committers-src.dot - not?
Apr 1 2023
Mar 30 2023
Yes, the entries should be sorted by mentor (1st), mentee (2nd).
Mar 29 2023
- exclude limited transmit segments from prr_delivered.
Mar 28 2023
Mar 27 2023
Did more unit testing as promised. Found that the hardcoded CRB during dupack processing needs to be changed against the proper toggle (SACK_NEWLOSS or SACK_CHANGE) - to conform with RFC6937bis
- honor proper SACK scoreboard change
Mar 26 2023
Mar 3 2023
Feb 28 2023
- remove fat-finger line deletion
Feb 26 2023
Feb 24 2023
Feb 22 2023
Feb 21 2023
Feb 15 2023
Why would you need to remove the #ifdef TCPTIMERS when including tcp_var.h in tcp_timers.h?
Feb 13 2023
Feb 9 2023
Feb 3 2023
Also can not really think of any sane reason why you'd require unique ephemeral outgoing ports (outside of the local host). Quite the opposite, that restricts the total number of outgoing connections globally and not on a per-destination basis. Finally, this sysctl apparently was never mentioned anywhere (searchable) to be a workaround for any observed or perceived issue - while the original intent of the referenced patch is apparently working as expected.
Jan 30 2023
Thanks Gleb! While at it, I also found that most other typedef enums use a nomenclature of a _t suffix. Also fixed up all relevant variables - haven't checked gdb to verify the proper decoding though.
- properly define and use sackstatus_t type
Jan 26 2023
- make the sack return status an enum for nice debugging
Jan 13 2023
- rebase to main
- use static maximum value for uint8_t
Dec 23 2022
I believe Cheng doesn't have the commit bit; I suggest we start the process of onboarding Cheng as another FBSD committer....
Dec 15 2022
will use hardcode max_uint values in next rev.
Nov 16 2022
Nov 13 2022
- rebase to main
Nov 12 2022
Wondering if a stronger type check can be enforced to find all the instances, where a magic number is used for pfil_return_t instead one of the literals...
Nov 10 2022
Nov 9 2022
- use switch statement instead of if else
- comment typo
- fix oversights
- remove tcps_ecn_sndce
- rebase
- use ect1 if session is using that
Nov 8 2022
- add new flag at the bottom and next bit
- rebase to main manually
- rebase
- bump man date
- remove duplicate code
Nov 7 2022
FYI - The plan is also to MFC this to Stable/13 (prior to 13.2 release) and Stable/12
- move ecn sysctls to tcp_ecn.c
- go with AccECN options from a compile time option to a global setting
- document the new sysctl option
- remove outdated comment
- add logging, and make syncache response honor most recent incoming SYN fields
- add logging
- more logging
- ensure control packets have accecn opt, if enabled
- fix packt_this_ack bug
- bump man date
- received accecn counter into tcpinfo
- add more tcpinfo counters
- make accecn option counters a struct within tcpcb, which can also be locally allocated (syncache, prior of tcpcb)
- initialize to_ae properly
- reference properly to counters
- bump man page date
- remove all logging
Nov 6 2022
- remove ecn.option (part of accecn-option)
- add tcpi_delivered_ce for accecn and ecn (accounting received ECEs)
- report tcpi_delivered_ce properly
Nov 5 2022
- fix packet_this_ack bug
Nov 4 2022
Nov 3 2022
didn't automatically close after commit.
- only reserve the accecn related counters