Re: [dpdk-dev] [dpdk-stable] [PATCH v2] net/mlx5: fix loopback for DV queue

2021-05-13 Thread Bing Zhao
Hi, I just noticed this, will try to fix it. Thanks. > -Original Message- > From: Thomas Monjalon > Sent: Thursday, May 13, 2021 8:58 PM > To: Bing Zhao > Cc: Slava Ovsiienko ; Matan Azrad > ; sta...@dpdk.org; dev@dpdk.org; Ori Kam > ; Raslan Darawsheh ; Asaf > Penso > Subject: Re: [dpd

Re: [dpdk-dev] [dpdk-stable] [PATCH v2] net/mlx5: fix loopback for DV queue

2021-05-13 Thread Thomas Monjalon
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 Windo