[Cake] [PATCH iproute2-next v10] Add support for CAKE qdisc

David Ahern dsahern at gmail.com
Thu Jul 19 10:55:40 EDT 2018


On 7/19/18 4:53 AM, Toke Høiland-Jørgensen wrote:
> A few comments below; will fix the rest.
> 
>>> +			print_uint(PRINT_JSON, "bandwidth", NULL, bandwidth);
>>> +			print_string(PRINT_FP, NULL, "bandwidth %s ", sprint_rate(bandwidth, b1));
>>> +		} else
>>> +			print_string(PRINT_ANY, "bandwidth", "bandwidth %s ", "unlimited");
>>> +	}
>>> +	if (tb[TCA_CAKE_AUTORATE] &&
>>> +		RTA_PAYLOAD(tb[TCA_CAKE_AUTORATE]) >= sizeof(__u32)) {
>>> +		autorate = rta_getattr_u32(tb[TCA_CAKE_AUTORATE]);
>>> +		if(autorate == 1)
>>> +			print_string(PRINT_ANY, "autorate", "autorate_%s ", "ingress");

This just caught me eye as well ... why the '_' after autorate?


More information about the Cake mailing list