Thread (22 messages) 22 messages, 4 authors, 2024-02-29

Re: [PATCH net-next 2/7] net: nexthop: Add NHA_OP_FLAGS

From: Jakub Kicinski <kuba@kernel.org>
Date: 2024-02-28 14:49:00

On Wed, 28 Feb 2024 11:50:33 +0100 Petr Machata wrote:
quoted
Why bitfiled? You never use the mask.
bitfield gives you the ability to do RMW "atomically" on object fields.
For op flags I don't think it makes much sense.  
Mostly because we get flag validation for free, whereas it would need to
be hand-rolled for u32. 
NLA_POLICY_MASK() ?
But also I don't know what will be useful in the
future. It would be silly to have to add another flags attribute as
bitfield because this time we actually care about toggling single bits
of an object.
IDK how you can do RMW on operation flags, that only makes sense if
you're modifying something. Besides you're not using BITFIELD right,
you're ignoring the mask completely now.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help