SN2010, basic qdisc with hw offload

Hi

Running Kernel 6.1 + SwitchDev on SN2010.

I’m wondering that’s the best basic qdisc config. It seems the default is pfifo_fast, but reading the wiki, it seems this is not hardware offloaded.

I’m wondering, what’s the best / basic / simple config for qdisc, which is offloaded?

Not planning to do any interesting QoS stuff, just basic routing.

Looked at the docs again, best alternative seems to be to use PRIO

tc qdisc replace dev swp1 root handle 1: prio bands 3 priomap 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Or, could just do pfifo as root qdist

tc qdisc replace dev swp7 root handle 1: pfifo