13/05/2021 13:13, Bing Zhao: > --- a/drivers/net/mlx5/mlx5_trigger.c > +++ b/drivers/net/mlx5/mlx5_trigger.c > @@ -19,6 +19,7 @@ > #include "mlx5_tx.h" > #include "mlx5_utils.h" > #include "rte_pmd_mlx5.h" > +#include "mlx5_verbs.h"
You cannot include a Linux-only header here. It fails on Windows: http://mails.dpdk.org/archives/test-report/2021-May/194731.html