Re: [Bloat] [bbr-dev] Aggregating without bloating - hard times for tcp and wifi

2022-11-24 Thread Dave Taht via Bloat
On Wed, Nov 23, 2022 at 9:25 PM Muhammad Ahsan wrote: > > Hi dev group guys, > > > > I need to use sysctl to set ms value for net.ipv4.tcp_limit_output_ms . > > > > The TSQ patch attached is not working or letting me do that . I am on linux > 5.13.12 Why would you test using a 2 year old kernel?

Re: [Bloat] [bbr-dev] Aggregating without bloating - hard times for tcp and wifi

2022-11-23 Thread Bob McMahon via Bloat
Thanks Toke. Bob On Wed, Nov 23, 2022 at 5:50 AM Toke Høiland-Jørgensen wrote: > Bob McMahon writes: > > > Does the TSQ code honor no-aggregation per voice access class or > > TCP_NODELAY where the app making the socket write calls knows that the > WiFi > > aggregation isn't likely helpful? So

Re: [Bloat] [bbr-dev] Aggregating without bloating - hard times for tcp and wifi

2022-11-23 Thread Toke Høiland-Jørgensen via Bloat
Bob McMahon writes: > Does the TSQ code honor no-aggregation per voice access class or > TCP_NODELAY where the app making the socket write calls knows that the WiFi > aggregation isn't likely helpful? Sorry, my Linux stack expertise is quite > limited. TSQ only influences the buffering in the TC

Re: [Bloat] [bbr-dev] Aggregating without bloating - hard times for tcp and wifi

2022-11-22 Thread Bob McMahon via Bloat
Does the TSQ code honor no-aggregation per voice access class or TCP_NODELAY where the app making the socket write calls knows that the WiFi aggregation isn't likely helpful? Sorry, my Linux stack expertise is quite limited. Bob On Tue, Nov 22, 2022 at 12:53 PM Toke Høiland-Jørgensen wrote: > N

Re: [Bloat] [bbr-dev] Aggregating without bloating - hard times for tcp and wifi

2022-11-22 Thread Toke Høiland-Jørgensen via Bloat
Neal Cardwell via Bloat writes: > On Tue, Nov 22, 2022 at 2:43 PM 'Bob McMahon' via BBR Development < > bbr-...@googlegroups.com> wrote: > >> Thanks for sharing this. Curious about how the xTSQ value can be set? Can >> it be done with sysctl? >> >> *We continue our analysis by using the ms-versio

Re: [Bloat] [bbr-dev] Aggregating without bloating - hard times for tcp and wifi

2022-11-22 Thread Neal Cardwell via Bloat
On Tue, Nov 22, 2022 at 2:43 PM 'Bob McMahon' via BBR Development < bbr-...@googlegroups.com> wrote: > Thanks for sharing this. Curious about how the xTSQ value can be set? Can > it be done with sysctl? > > *We continue our analysis by using the ms-version of TSQ patch, which > enables the tune of

Re: [Bloat] [bbr-dev] Aggregating without bloating - hard times for tcp and wifi

2022-11-22 Thread Bob McMahon via Bloat
Thanks for sharing this. Curious about how the xTSQ value can be set? Can it be done with sysctl? *We continue our analysis by using the ms-version of TSQ patch, which enables the tune of the TSQ size allowing each TCP variant to enqueue more than 1 ms of data at the current TCP rate. In particula