[dpdk-dev] [PATCH 2/2] devtools: check Windows export files

David Marchand david.marchand at redhat.com
Fri Oct 16 12:04:22 CEST 2020


On Fri, Oct 16, 2020 at 11:39 AM David Marchand
<david.marchand at redhat.com> wrote:
> +validate_windows_exports ()
> +{
> +    for map in $(find lib drivers -name '*.map') ; do
> +        def=${map/_version.map}_exports.def
> +        [ -e $def ] || continue

I should have inverted this logic and look for exports.def files.
I'll respin.


-- 
David marchand



More information about the dev mailing list