Re: [PATCH net-next v3 06/13] tools: ynl-gen: deduplicate fixed_header handling
Donald Hunter <[email protected]> Fri, 12 Sep 2025 12:24:32 +0100
| Newsgroups | com.zx2c4.lists.wireguard,org.kernel.vger.linux-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
Asbjørn Sloth Tønnesen <[email protected]> writes: > Fixed headers are handled nearly identical in print_dump(), > print_req() and put_req_nested(), generalize them and use a > common function to generate them. > > This only causes cosmetic changes to tc_netem_attrs_put() in > tc-user.c. > > Signed-off-by: Asbjørn Sloth Tønnesen <[email protected]> Reviewed-by: Donald Hunter <[email protected]>