]> www.infradead.org Git - users/dwmw2/linux.git/commit
net, sched: Add tcf_set_drop_reason for {__,}tcf_classify
authorDaniel Borkmann <daniel@iogearbox.net>
Mon, 9 Oct 2023 09:26:55 +0000 (11:26 +0200)
committerJakub Kicinski <kuba@kernel.org>
Mon, 16 Oct 2023 17:07:37 +0000 (10:07 -0700)
commit39d08b91646d83e87f7cbcd846b3ef33b1a53b79
tree348b1c78c183e5ea3fee011849e3ce1ca82a5a9d
parent54a59aed395ce0f4177b5212e5746a6462de3ad9
net, sched: Add tcf_set_drop_reason for {__,}tcf_classify

Add an initial user for the newly added tcf_set_drop_reason() helper to set the
drop reason for internal errors leading to TC_ACT_SHOT inside {__,}tcf_classify().

Right now this only adds a very basic SKB_DROP_REASON_TC_ERROR as a generic
fallback indicator to mark drop locations. Where needed, such locations can be
converted to more specific codes, for example, when hitting the reclassification
limit, etc.

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Cc: Jamal Hadi Salim <jhs@mojatatu.com>
Cc: Victor Nogueira <victor@mojatatu.com>
Link: https://lore.kernel.org/r/20231009092655.22025-2-daniel@iogearbox.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/dropreason-core.h
net/sched/cls_api.c