> -----Original Message-----
> From: David Marchand <[email protected]>
> Sent: Saturday, October 2, 2021 8:16 AM
> To: Wang, Yipeng1 <[email protected]>; Gobriel, Sameh
> <[email protected]>; Richardson, Bruce
> <[email protected]>; Medvedkin, Vladimir
> <[email protected]>
> Cc: dev <[email protected]>; nd <[email protected]>; Dharmik Thakkar
> <[email protected]>; Joyce Kong <[email protected]>; Ruifeng
> Wang <[email protected]>
> Subject: Re: [dpdk-dev] [PATCH] test/hash: use compiler atomics for sync
>
> Hello guys,
>
> On Wed, Sep 22, 2021 at 11:52 PM Dharmik Thakkar
> <[email protected]> wrote:
> >
> > Convert rte_atomic usages to compiler atomic built-ins for stats sync
> >
> > Signed-off-by: Dharmik Thakkar <[email protected]>
> > Reviewed-by: Joyce Kong <[email protected]>
> > Reviewed-by: Ruifeng Wang <[email protected]>
>
> Review please.
>
>
> --
> David Marchand
[Wang, Yipeng]
New failure with MinGW
+---------------------+--------------------+----------------------+-------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
dpdk_compile_spdk |
+=====================+====================+======================+===================+
| Windows Server 2019 | PASS | FAIL | SKIPPED
|
+---------------------+--------------------+----------------------+-------------------+
Any guideline on this failure David?
Otherwise the patch looks good to me.
Thanks!