Re: [dpdk-dev] [PATCH v2 3/5] net/bnxt: remove duplicate barrier

2019-09-16 Thread Ajit Khaparde
On Mon, Sep 16, 2019 at 4:27 AM Gavin Hu wrote: > As there is an inclusive rte_io_wmb within the following rte_write32() > API who rings the doorbell, this makes the above rte_wmb unnecessary and > remove it. > > Fixes: 1cd45aeb3270 ("net/bnxt: support Stratus VF device") > Cc: sta...@dpdk.org >

[dpdk-dev] [PATCH v2 3/5] net/bnxt: remove duplicate barrier

2019-09-16 Thread Gavin Hu
As there is an inclusive rte_io_wmb within the following rte_write32() API who rings the doorbell, this makes the above rte_wmb unnecessary and remove it. Fixes: 1cd45aeb3270 ("net/bnxt: support Stratus VF device") Cc: sta...@dpdk.org Signed-off-by: Gavin Hu Reviewed-by: Steve Capper Reviewed-b