On Sun, 9 Jun 2024 17:33:50 +0000 Asbjørn Sloth Tønnesen wrote: > Now that all drivers properly rejects unsupported flower control flags > used with FLOW_DISSECTOR_KEY_CONTROL, then time has come to add similar > checks to the drivers supporting FLOW_DISSECTOR_KEY_ENC_CONTROL. Thanks for doing this work! Do you have any more of such series left? Could we perhaps consider recording the driver support somewhere in struct net_device and do the rejecting in the core? That's much easier to extend when adding new flags than updating all the drivers. This series I think may not be a great first candidate as IIUC all drivers would reject so the flag would be half-dead...