Re: [PATCH net-next v3 06/13] tools: ynl-gen: deduplicate fixed_header handling
From: Donald Hunter <donald.hunter@gmail.com>
Date: 2025-09-12 12:08:52
Also in:
lkml
From: Donald Hunter <donald.hunter@gmail.com>
Date: 2025-09-12 12:08:52
Also in:
lkml
Asbjørn Sloth Tønnesen [off-list ref] 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 <redacted>
Reviewed-by: Donald Hunter <donald.hunter@gmail.com>