On Thu, Dec 19, 2024 at 11:36:06AM -0500, Radu Rendec wrote: > The bridge input code may drop frames for various reasons and at various > points in the ingress handling logic. Currently kfree_skb() is used > everywhere, and therefore no drop reason is specified. Add drop reasons > to the most common drop points. > > Drop reasons are not added exhaustively to the entire bridge code. The > intention is to incrementally add drop reasons to the rest of the bridge > code in follow up patches. > > Signed-off-by: Radu Rendec <rrendec@xxxxxxxxxx> Reviewed-by: Ido Schimmel <idosch@xxxxxxxxxx>