On Tue, Nov 08, 2022 at 11:47:10AM +0100, Petr Machata wrote: > The "locked_port" drop trap can be enabled to gain visibility into > packets that were dropped by the device due to the locked bridge port > check. Pretty cool. The action of all devlink DROP traps can be changed to e.g. CONTROL, right? This doesn't functionally affect an offloading driver, because what won't be dropped in hw on a locked port will still be dropped by the bridge, correct? I'm not familiar with devlink traps. Is there another way to see the dropped packets except to do what I said (change the action type)?