[dpdk-dev] [PATCH v2 2/2] build: i40e PMD on Windows
Thomas Monjalon
thomas at monjalon.net
Fri Dec 18 12:27:05 CET 2020
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.
More information about the dev
mailing list