On 12 Jul 2023, at 9:02, Adrian Moreno wrote: > Currently, htb rates are capped at ~34Gbps because they are internally > expressed as 32-bit fields. > > Move min and max rates to 64-bit fields and use TCA_HTB_RATE64 and > TCA_HTB_CEIL64 to configure HTC classes to break this barrier. > > In order to test this, create a dummy tuntap device and set it's > speed to a very high value so we can try adding a QoS queue with big > rates. > > Reported-at: https://bugzilla.redhat.com/show_bug.cgi?id=2137619 > Signed-off-by: Adrian Moreno <amore...@redhat.com> Thanks Adrian for moving the rate function to the previous patch. Acked-by: Eelco Chaudron <echau...@redhat.com> _______________________________________________ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev
- [ovs-dev] [PATCH v3 0/7] Improve linux QoS for exotic and f... Adrian Moreno
- [ovs-dev] [PATCH v3 1/7] netdev: add netdev_get_speed(... Adrian Moreno
- Re: [ovs-dev] [PATCH v3 1/7] netdev: add netdev_ge... Eelco Chaudron
- [ovs-dev] [PATCH v3 3/7] netdev-linux: use 64bit rtab ... Adrian Moreno
- Re: [ovs-dev] [PATCH v3 3/7] netdev-linux: use 64b... Eelco Chaudron
- [ovs-dev] [PATCH v3 4/7] netdev-linux: use 64-bit rate... Adrian Moreno
- Re: [ovs-dev] [PATCH v3 4/7] netdev-linux: use 64-... Eelco Chaudron
- [ovs-dev] [PATCH v3 2/7] netdev-linux: use speed as ma... Adrian Moreno
- Re: [ovs-dev] [PATCH v3 2/7] netdev-linux: use spe... Eelco Chaudron
- [ovs-dev] [PATCH v3 7/7] netdev-linux: support 64-bit ... Adrian Moreno
- Re: [ovs-dev] [PATCH v3 7/7] netdev-linux: support... Eelco Chaudron
- [ovs-dev] [PATCH v3 6/7] netdev-linux: refactor nl_msg... Adrian Moreno
- [ovs-dev] [PATCH v3 5/7] netdev-linux: remove tc_match... Adrian Moreno