Re: [PATCH net-next 0/3] net: sched: add other statistics when calling qdisc_drop()

From: Jakub Kicinski
Date: Fri Aug 26 2022 - 22:41:01 EST


On Thu, 25 Aug 2022 11:29:40 +0800 Zhengchao Shao wrote:
> According to the description, "other" should be added when calling
> qdisc_drop() to discard packets.

The fact that an old copy & pasted comment says something is not
in itself a sufficient justification to make code changes.

qdisc_drop() already counts drops, duplicating the same information
in another place seems like a waste of CPU cycles.