Re: [dpdk-dev] [PATCH] config: sort Meson options by categories

2021-10-25 Thread Thomas Monjalon
25/10/2021 18:17, Thomas Monjalon: > Options used to be sorted alphabetically. > It looks easier to read when major options are first, > then path tuning, libs options, and drivers options. Even better, we could insert a blank line between each option.

[dpdk-dev] [PATCH] config: sort Meson options by categories

2021-10-25 Thread Thomas Monjalon
Options used to be sorted alphabetically. It looks easier to read when major options are first, then path tuning, libs options, and drivers options. Signed-off-by: Thomas Monjalon --- meson_options.txt | 75 --- 1 file changed, 39 insertions(+), 36 del