20/07/2026 13:46, Maxime Leroy: > The coding style advised against bool in structures, citing space and > type-size concerns inherited from the Linux kernel. That does not match > DPDK practice: bool is already used in over 1400 structure fields across > the tree, including core APIs such as rte_flow. Drop the note so the > style guide reflects actual usage. > > Signed-off-by: Maxime Leroy <[email protected]>
Acked-by: Bruce Richardson <[email protected]> Acked-by: Morten Brørup <[email protected]> Acked-by: Marat Khalili <[email protected]> Applied, thanks.

