17/12/2020 23:59, Pallavi Kadam: > Adds temp folder mlx5/windows as it is required to build this patch > without any build error. This folder will be removed once mlx5 PMD > patches are merged.
Why is it required? > +if is_windows > + build = false > + reason = 'Not supported on Windows' > + subdir_done() > +endif As you can see in other files, the reason starts always with a lowercase letter. Please replace the first capital letter.