[dpdk-dev] [PATCH 6/6] net/ice/base: fix for and/or bitmap routines

2019-07-22 Thread Qi Zhang
There was an issue with ice_and_bitmap and ice_or_bitmap when dealing with bit array sizes that are not even multiples of 32, where some of relevant bits in the highest 32 bits were being cleared. This patch fixes those problems. Fixes: c9e37832c95f ("net/ice/base: rework on bit ops") Cc: sta...@d

[dpdk-dev] [PATCH 6/6] net/ice/base: fix for and/or bitmap routines

2019-07-22 Thread Qi Zhang
There was an issue with ice_and_bitmap and ice_or_bitmap when dealing with bit array sizes that are not even multiples of 32, where some of relevant bits in the highest 32 bits were being cleared. This patch fixes those problems. Fixes: c9e37832c95f ("net/ice/base: rework on bit ops") Cc: sta...@d