Thread (20 messages) 20 messages, 5 authors, 2023-10-06

Re: [PATCH net-next 1/1] net/sched: Disambiguate verdict from return code

From: Jakub Kicinski <kuba@kernel.org>
Date: 2023-10-06 14:12:17
Also in: bpf

On Fri, 6 Oct 2023 15:49:18 +0200 Daniel Borkmann wrote:
quoted
Which will no longer work with the "pack multiple values into
the reason" scheme of subsys-specific values :(  
Too bad, do you happen to know why it won't work? 
I'm just guessing but the reason is enum skb_drop_reason
and the values of subsystem specific reasons won't be part
of that enum.
Given they went into the
length of extending this for subsystems, they presumably would also like to
benefit from above. :/
quoted
What I'm saying is that there is a trade-off here between providing
as much info as possible vs basic user getting intelligible data..  
Makes sense. I think we can drop that aspect for the subsys specific error
codes. Fwiw, TCP has 22 drop codes in the core section alone, so this should
be fine if you think it's better. The rest of the patch shown should still
apply the same way. I can tweak it to use the core section for codes, and
then it can be successively extended if that looks good to you - unless you
are saying from above, that just one error code is better and then going via
detailed stats for specific errors is preferred.
No, no, multiple reasons are perfectly fine. The non-technical
advantage of mac80211 error codes being separate is that there
are no git conflicts when we add new ones. TC codes can just 
be added to the main enum like TCP 🤷️
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help