[dpdk-dev] [PATCH] net/mlx5: fix indexed pool bitmap initialization

2020-04-28 Thread Suanming Mou
Currently, the indexed memory pool bitmap start address is not aligned to cacheline size explicitly. The bitmap initialization requires the address should be cacheline aligned. In that case, the initialization maybe failed if the address is not cacheline aligned. Add RTE_CACHE_LINE_ROUNDUP() to th

Re: [dpdk-dev] [PATCH] net/mlx5: fix indexed pool bitmap initialization

2020-04-28 Thread Ruifeng Wang
> -Original Message- > From: dev On Behalf Of Suanming Mou > Sent: Tuesday, April 28, 2020 5:14 PM > To: Matan Azrad ; Shahaf Shuler > ; Viacheslav Ovsiienko > > Cc: dev@dpdk.org; rasl...@mellanox.com; Lijian Zhang > > Subject: [dpdk-dev] [PATCH] net/ml

Re: [dpdk-dev] [PATCH] net/mlx5: fix indexed pool bitmap initialization

2020-04-30 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Suanming Mou > Sent: Tuesday, April 28, 2020 12:14 PM > To: Matan Azrad ; Shahaf Shuler > ; Slava Ovsiienko > Cc: dev@dpdk.org; Raslan Darawsheh ; > lijian.zh...@arm.com > Subject: [PATCH] net/mlx5: fix indexed pool bitmap initialization > > Currently, t