It is important that we add a QDISC before the VETH so that the traffic won't be blocked due to GSO. We can just use tc to set the QDISC and leave it as an initialization config for users to fill the arguments after tc. We can set it to be a fq as the default value.
It is important that we add a QDISC before the VETH so that the traffic won't be blocked due to GSO. We can just use tc to set the QDISC and leave it as an initialization config for users to fill the arguments after tc. We can set it to be a fq as the default value.