[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <e3ca82aaf29f92303d5dec239d2177029e91c134.camel@sipsolutions.net>
Date: Mon, 27 Mar 2023 16:31:51 +0200
From: Johannes Berg <johannes@...solutions.net>
To: netdev@...r.kernel.org
Cc: linux-wireless@...r.kernel.org
Subject: Re: traceability of wifi packet drops
On Mon, 2023-03-27 at 16:19 +0200, Johannes Berg wrote:
>
> SKB_DROP_REASON_MAC80211_DUP (SKB_DROP_REASON_MAC80211_TYPE_UNUSABLE | 1)
> SKB_DROP_REASON_MAC80211_BAD_BIP_KEYIDX (SKB_DROP_REASON_MAC80211_TYPE_MONITOR | 1)
>
Ah, this would lose the ability to immediately see monitor/unusable, so
we'd have to make the names even longer :(
Maybe some creative macro such as
DROP_UNUSABLE(DUP)
DROP_MONITOR(BAD_BIP_KEYIDX)
could be done, but that hurts ctags/elixir and the likes ...
johannes
Powered by blists - more mailing lists