Hi, On Wed, 2019-09-18 at 10:41 -0700, Florian Fainelli wrote: > > Technically, configuring a match-all rxnfc rule with ethtool would > > count as 'default priority' - I have proposed that before. Now I'm not > > entirely sure how intuitive it is, but I'm also interested in being > > able to configure this. > > That does not sound too crazy from my perspective.
Sascha and myself aren't that familiar with that part of ethtool. You're talking about using ethtool --config-nfc/--config-ntuple on the (external) sw1p1, sw1p2 ports? Something like this (completely untested from the manpage): ethtool --config-nfc sw1p1 flow-type ether queue 2 # high prio queue for ethercat ethtool --config-nfc sw1p2 flow-type ether queue 1 # normal for rest Currently, there seems to be no "match-all" option. Alternatives to "queue X" might be "action" or "context", but I don't know enough about the details to prefer one above the other. Regards, Jan