Fri, Aug 02, 2019 at 03:28:44PM CEST, pablo@xxxxxxxxxxxxx wrote: >tc transparently maps the software priority number to hardware. Update >it to pass the major priority which is what most drivers expect. Update >drivers too so they do not need to lshift the priority field of the >flow_cls_common_offload object. The stmmac driver is an exception, since >this code assumes the tc software priority is fine, therefore, lshift it >just to be conservative. > >Signed-off-by: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> Acked-by: Jiri Pirko <jiri@xxxxxxxxxxxx>